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.
- Host: GitHub
- URL: https://github.com/devfans/dragon
- Owner: devfans
- License: gpl-3.0
- Created: 2019-10-04T03:56:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:21:47.000Z (about 3 years ago)
- Last Synced: 2025-09-13T07:57:30.342Z (7 months ago)
- Language: Rust
- Size: 854 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[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