Crates.io | topaz |
lib.rs | topaz |
version | 0.4.0 |
source | src |
created_at | 2017-10-18 21:09:38.283178 |
updated_at | 2017-11-05 01:39:29.950001 |
description | A tiny game engine. |
homepage | |
repository | https://github.com/tdoylend/topaz |
max_upload_size | |
id | 36113 |
size | 5,303 |
This is a complete rewrite of Topaz from the ground up.
The new version of Topaz is much more similar to Amethyst, except it is a lot smaller and doesn't have any builtin interfacing libraries. It uses specs for the ECS model and provides its own state system using a pushdown automaton like Amethyst does.
Documentation can be found here.