This commit is contained in:
SamratGhale
2026-03-10 22:11:28 +05:45
commit d23c934662
16 changed files with 3051 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# Edit2d
Edit2d is my attempt to make a box2d editor, where i can create, simulate, edit and save them using a single tool
My main goal is to create game using it
It's created using folloing tools
1. Odin programming language
2. GLFW for input handling and graphics
3. Dear ImGui for user interfaces
4. Box2d
## Current Progress
Currently it can create, edit and save all kinds of bodies and shape
## Working on
Create edit and save different kinds of joints