Initial commit

This commit is contained in:
Carlos Sanchez 2024-08-12 20:29:39 -04:00
commit 94c654f0cc
2 changed files with 46 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@ -0,0 +1,29 @@
# A place to put garbage
ignore/
# Various files
*.obj
*.cam
*.tar.gz
callgrind.*
# Images
*.ppm
*.png
*.gif
*.jpg
*.jpeg
*.mp4
# Libraries
*.o
*.a
*.dll
# Editor
*.swp
*.swo
# Binaries
*.exe
a.out

17
README.md Normal file
View File

@ -0,0 +1,17 @@
# 3D Toys
Everything in here is a little sample program or otherwise which
uses [haloo3d](https://github.com/randomouscrap98/haloo3d) and
[unigi](https://git.lumen.sh/Fierelier/unigi).
The libraries required are set as submodules, so you can pull them
with:
```
git submodule update --init
```
You don't need to pull in the submodules if you setup your includes
and stuff.