TinyGL example

This commit is contained in:
Toby Jaffey 2025-12-14 14:45:10 +00:00
parent 7313047fd1
commit 065d2c64aa
72 changed files with 12965 additions and 0 deletions

View file

@ -138,6 +138,7 @@ int main(int argc, char *argv[]) {
* [apps/zigtris](apps/zigtris) Zig Tetris (https://github.com/ringtailsoftware/zigtris)
* [apps/zigalloc](apps/zigalloc) Demonstration of using extram with zig allocator
* [apps/zigdoom](apps/zigdoom) Port of PureDOOM (making use of Zig to provide an allocator and libc like functions)
* [apps/tinygl](apps/tinygl) TinyGL gears (softfp stress test)
* Assembly sample apps
* [apps/hello-asm](apps/hello-asm) Minimal hello world assembly
* VM host as an app