Index
zydeco
/
a4d3636
Experiment in graphics programming, C++, OpenGL, simulation techniques.
Download
|
Refs
|
Commit Log
|
Files
|
README
|
LICENSE
Latest Commit
{#}
Time
Hash
Subject
Author
#
(+)
(-)
GPG?
5
05 Aug 2023 23:14
3c60e1a
Use GL3W
Josh Stockin
1
3
0
G
Blob @
zydeco
/
.gitignore
text/plain
115 bytes
download raw
1
# external libs
2
lib/
3
4
# compiled objects
5
build/
6
7
# log files
8
*.log
9
10
# python stuff
11
__pycache__/
12
13
# vscode
14
.vscode/
15