first commit

This commit is contained in:
alessandro bason 2025-10-01 17:08:58 +02:00
commit 53e0268e7a
21 changed files with 35816 additions and 0 deletions

8
build.fish Normal file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env fish
set links -lX11 -lXi -lXcursor -ldl -lpthread -lm -lGL
set options -g -pthread -std=gnu23
set defines -D_GNU_SOURCE
clang -o build/3d src/main.c $options $links || exit 1
build/3d