Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GsLogiMaker authored Nov 27, 2024
1 parent b46edd8 commit 53888b6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@ Glecs is a set of [Godot](https://github.com/godotengine/godot) bindings for
the [Flecs](https://github.com/SanderMertens/flecs) entity component system via
GDExtension.

## Roadmap
- [ ] Expose more of the Flecs API.
- [ ] TODO: Come up with list of API features that need adding.
- [ ] Support more systems
- [ ] MacOS
- [ ] Web
- [ ] Android
- [ ] IOS
- [ ] Add core entities that interface with Godot servers.
- [ ] Rending 2D
- [ ] Physics 2D
- [ ] Rendering 3D
- [ ] Physics 3D
- [ ] Node-like entities
- [ ] Resource-like entities
- [ ] Editor interface (Make Glecs feel like it's officially supported by Godot.)
- [ ] Entity/tag/component inspector
- [ ] Viewport integration

## Branches

### [master](https://github.com/GsLogiMaker/godot-glecs)
Expand Down

0 comments on commit 53888b6

Please sign in to comment.