A game engine
Find a file
2024-10-26 02:15:38 +02:00
crates initial commit 2024-10-26 02:15:26 +02:00
src initial commit 2024-10-26 02:15:26 +02:00
build.rs initial commit 2024-10-26 02:15:26 +02:00
Cargo.toml initial commit 2024-10-26 02:15:26 +02:00
README.md initial commit 2024-10-26 02:15:38 +02:00

☄️ 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
    • 2D
      • Textures
    • 3D
    • Texture Atlas
    • Shaders
    • Materials
    • Fonts
    • Particles
    • Animations
  • Sound
  • Input
    • Keyboard
    • Mouse
    • Gamepad
  • ECS
    • Components
    • Entities
    • Archetypes
    • World
  • Scene
    • rendering
    • loading
    • saving