Skip to content

Commit 0c124ab

Browse files
authoredDec 4, 2022
Update README.md
1 parent 58d2c8a commit 0c124ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ Here are the currently available extensions(, and just like with the rest of the
1111
Pixy is for rendering directly from an array on the CPU, allowing you to make retro games similarly to how they were actually made.
1212
- Pixelator
1313
Pixelator is made for rendering to a lower quality (or higher quality, but it wouldn't really do much of anything) FBO, allowing you to easily pixelate your game quickly and easily and/or spend less processing power on graphics since there would be less pixels to process.
14+
- [flecs](https://github.com/SanderMertens/flecs)
15+
flecs is an ECS system for easily dealing with and using ECS in a monitorable and debuggable way in your own project
16+
- [flecs-systems-admin](https://github.com/flecs-hub/flecs-systems-admin)
17+
flecs-systems-admin is a way to easily monitor and switch on and off different parts of your code that rely in flecs
18+
- [OBJ-Loader](https://github.com/Bly7/OBJ-Loader)
19+
OBJ-Loader is a simple header only obj file loader
1420
- [box2d](https://github.com/erincatto/box2d)
1521
box2d is for 2d physics
1622
- [tmxlite](https://github.com/fallahn/tmxlite)

0 commit comments

Comments
 (0)