Crates.io | dragon |
lib.rs | dragon |
version | 0.1.3 |
source | src |
created_at | 2019-10-04 03:52:09.47247 |
updated_at | 2019-10-25 11:03:26.005598 |
description | 3D/2D game engines implemented with ECS concepts |
homepage | |
repository | https://github.com/devfans/dragon |
max_upload_size | |
id | 169768 |
size | 254,693 |
Dragon is a 2d/3d game engines with basic features and ECS concept.
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.