Skip to content

Commit

Permalink
📝 add list of backends to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdd committed Jan 19, 2024
1 parent 207fea3 commit 82d88da
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ This library provides:
- a UI component framework inspired by React to help organize immediate-mode UI code
- coroutines inspired by Unity coroutines

List of backends:

| Name | 2D/3D | URL |
| --- | --- | --- |
| SDL2 | 2D | https://github.com/trollworks/sdl-backend-sdl |
| raylib | 2D | https://github.com/trollworks/sdl-backend-raylib (TODO) |
| glfw | 3D | https://github.com/trollworks/sdl-backend-glfw (TODO) |

## Installation

Clone the repository in your project (don't forget to pull the submodules) and
Expand Down

0 comments on commit 82d88da

Please # to comment.