Index

zydeco / master

Experiment in graphics programming, C++, OpenGL, simulation techniques.

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
505 Aug 2023 23:143c60e1aUse GL3WJosh Stockin130G

Blob @ zydeco / .gitignore

text/plain115 bytesdownload raw
1# external libs
2lib/
3
4# compiled objects
5build/
6
7# log files
8*.log
9
10# python stuff
11__pycache__/
12
13# vscode
14.vscode/
15