dragon 0.1.3

3D/2D game engines implemented with ECS concepts
Documentation
  • Coverage
  • 1.42%
    3 out of 212 items documented0 out of 99 items with examples
  • Size
  • Source code size: 261.86 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 38.23 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 47s Average build duration of successful builds.
  • all releases: 47s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • devfans/dragon
    3 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • devfans

dragon

Dragon is a 2d/3d game engines with basic features and ECS concept.

Build Status Crates.io

NOTE:

This initial intention of the engine is to be integrated with wand which is visualization tool based on HTML5 canvas and wasm and wand provides the rendering system, and this leaded the initial design to make this engine to run in single thread. However, it could be changed in the future.