comet/README.md
2024-11-13 03:35:35 +01:00

715 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

  • Rendering
    • 2D
      • Textures
    • 3D
    • Texture Atlas
    • Shaders
    • Materials
    • Fonts
    • Particles
    • Animations
  • Sound
  • Input
    • Keyboard
    • Mouse
    • Gamepad
  • ECS
    • Components
    • Entities
    • Archetypes
    • World
  • Scene
    • rendering
    • loading
    • saving