mirror of
https://github.com/lisk77/comet.git
synced 2025-10-23 21:38:50 +00:00
initial commit
This commit is contained in:
parent
6154c72b0e
commit
878e220249
1 changed files with 34 additions and 0 deletions
34
README.md
Normal file
34
README.md
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue