despero 0.1.0

Rusty game engine, using API Vulkan and implementing paradigm of ECS
Documentation

WARNING

The crate is in a very early stage of development. Use it at your own risk

Features

  • Dynamic scene serialization/deserialization
  • Save-Load system
    • ECS World
    • Resources (WIP)
  • Physics
    • Rigid bodies, colliders
    • Joints
    • Debug
  • Egui
  • Screenshots
  • Custom materials
  • PBR Material (WIP)
  • Wide error handling
  • Plugin modularity (WIP)
    • Custom runner
    • Custom components