kobolt

Crates.iokobolt
lib.rskobolt
version0.1.11
sourcesrc
created_at2024-05-19 15:52:09.537708
updated_at2024-05-19 16:31:03.146493
descriptionStripped down game engine without directct graphics support.
homepage
repositoryhttps://github.com/Mhiw/kobolt
max_upload_size
id1245010
size2,596
Mhiw (Mhiw)

documentation

README

What is kobolt?

Kobolt is an open-source game engine backend, meaning that it will just implement the logic and core system/functionality of a game engine. Kobolt will not have any implemented graphics rendering, it will instead support rendering to a buffer to be used elsewere.

Example code (just for testing)

fn main() {
    println!("Hello World");
}
Commit count: 23

cargo fmt