initial commit

This commit is contained in:
lisk77 2024-10-26 02:15:38 +02:00
parent 6154c72b0e
commit 878e220249

34
README.md Normal file
View file

@ -0,0 +1,34 @@
# ☄️ Comet
a free and open source games framework
> [!WARNING]
> This project is in early development and is not yet ready for use.
>
> It could be potentially used to make something very basic in a very hacky way but it is not a good experience
## Features
- [ ] Rendering
- [x] 2D
- [x] Textures
- [ ] 3D
- [x] Texture Atlas
- [ ] Shaders
- [ ] Materials
- [ ] Fonts
- [ ] Particles
- [ ] Animations
- [ ] Sound
- [ ] Input
- [x] Keyboard
- [x] Mouse
- [ ] Gamepad
- [ ] ECS
- [x] Components
- [x] Entities
- [ ] Archetypes
- [ ] World
- [ ] Scene
- [ ] rendering
- [ ] loading
- [ ] saving