20 lines
467 B
Markdown
20 lines
467 B
Markdown
# 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
|
|
|