An open API service indexing awesome lists of open source software.

https://github.com/devfans/dragon

A simple 3d/2d game engine with basic features and ECS concepts.
https://github.com/devfans/dragon

Last synced: 6 months ago
JSON representation

A simple 3d/2d game engine with basic features and ECS concepts.

Awesome Lists containing this project

README

          

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

[![Build Status][travis-image]][travis-url] [![Crates.io][s2]][ci]

### 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.


dragon sample

[s2]: https://img.shields.io/crates/v/dragon.svg
[ci]: https://crates.io/crates/dragon/
[travis-image]: https://img.shields.io/travis/devfans/moba-proto/master.svg
[travis-url]: https://travis-ci.org/devfans/dragon