Crates.io | qilin |
lib.rs | qilin |
version | 0.3.2 |
source | src |
created_at | 2023-07-09 13:37:02.823584 |
updated_at | 2023-08-10 12:45:51.341157 |
description | Lightweight Game Engine for making fun 2d Games in Rust. |
homepage | |
repository | https://github.com/DraftedDev/qilin |
max_upload_size | |
id | 912067 |
size | 425,047 |
Qilin - 'Unicorn' of the ancient chinese Mythology
Qilin is a super lightweight 2D Game Engine made with Rust.
The focus of this Project is to develop a Game Engine to make 2D Games fast, performant and without a bunch of bytes.
text
: Contain the text
module.audio
: Contains the audio
module.minifb
: Exports internal minifb crate.image
: Exports module to convert Images from the image
crate to Qilin Images.store
: Adds the PlayerPrefs
struct to store game data.serde
: Adds serde support for common types. Also enables the serde
feature for the mint
crate.Make sure your issue isn't a duplicate and please respect the Code of Conduct.
See CONTRIBUTING.md.
Qilin is dual licensed under the MIT and Apache 2.0 License.
Unless you explicitly state otherwise, you contributed code will be too dual licensed under these terms.