An opinionated game development support library
Find a file
2025-08-03 08:44:58 +02:00
.vscode Initial commit 2025-07-22 11:32:45 +02:00
build Initial commit 2025-07-22 11:32:45 +02:00
cli cli: remove unnesseccary must_use attribute 2025-08-03 08:44:58 +02:00
example Initial commit 2025-07-22 11:32:45 +02:00
macros lib, macros: add VertexLayout and make it deriveable 2025-07-31 05:18:03 +02:00
src lib: add experimental texture2d struct 2025-07-31 05:43:12 +02:00
.gitignore Initial commit 2025-07-22 11:32:45 +02:00
build.rs Initial commit 2025-07-22 11:32:45 +02:00
Cargo.lock Initial commit 2025-07-22 11:32:45 +02:00
Cargo.toml Initial commit 2025-07-22 11:32:45 +02:00
LICENSE Initial commit 2025-07-22 11:32:45 +02:00
license_header_chk.rb cli: let init also write some sample code 2025-07-22 15:54:04 +02:00
readme.md Initial commit 2025-07-22 11:32:45 +02:00

gamelib

An opinionated game development support library

License

This project is licensed under AGPL-3.0-only. For more informations see the LICENSE file inside the repository here.

Usage

TODO