Update README

This commit is contained in:
lisk77 2024-11-14 00:50:27 +01:00
parent a775a17617
commit d3fdd6b926

View file

@ -9,28 +9,41 @@ a free and open source games framework
> UPDATE: It is slowly getting where I want it to be (at least for 2D)
## Features
(not ordered by importance)
- [x] Fixed update steps (60 updates per second right now)
- [ ] Rendering
- [x] 2D
- [x] Textures
- [ ] 3D
- [ ] Meshes
- [ ] Normal maps
-
- [x] Texture Atlas
- [ ] Shaders
- [ ] Materials
- [ ] Fonts
- [ ] Text
- [ ] Particles
- [ ] Animations
- [ ] Sound
- [ ] Input
- [ ] Universal input manager
- [x] Keyboard
- [x] Mouse
- [ ] Gamepad
- [ ] ECS
- [x] ECS
- [x] Components
- [x] Entities
- [x] Archetypes
- [x] World
- [ ] Scene
- [ ] rendering
- [ ] loading
- [ ] saving
- [ ] saving
- [ ] UI
- [ ] Buttons
- [ ] Text
- [ ] Input
- [ ] Physics
- [ ] 2D
- [ ] 3D
- [ ] Plugin System