mirror of
https://github.com/lisk77/comet.git
synced 2025-10-23 21:38:50 +00:00
980 B
980 B
☄️ 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
(not ordered by importance)
- Fixed update steps (60 updates per second right now)
- Rendering
- 2D
- Textures
- 3D
- Meshes
- Normal maps
- Texture Atlas
- Shaders
- Materials
- Text
- Particles
- Animations
- Lighting
- 2D
- Sound
- Input
- Universal input manager
- Keyboard
- Mouse
- Gamepad
- ECS
- Components
- Entities
- Archetypes
- World
- Scene
- loading
- saving
- UI
- Buttons
- Text
- Input
- Physics
- 2D
- 3D
- Plugin System