mirror of
https://github.com/lisk77/comet.git
synced 2025-10-23 21:38:50 +00:00
36 lines
No EOL
715 B
Markdown
36 lines
No EOL
715 B
Markdown
# ☄️ 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
|
|
>
|
|
> UPDATE: It is slowly getting where I want it to be (at least for 2D)
|
|
|
|
## 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
|
|
- [x] Archetypes
|
|
- [x] World
|
|
- [ ] Scene
|
|
- [ ] rendering
|
|
- [ ] loading
|
|
- [ ] saving |