Index
zydeco
/
0dd781a
Experiment in graphics programming, C++, OpenGL, simulation techniques.
Download
|
Refs
|
Commit Log
|
Files
|
README
|
LICENSE
Latest Commit
{#}
Time
Hash
Subject
Author
#
(+)
(-)
GPG?
2
03 Aug 2023 22:03
0dc574e
C++ bringup; SDL window creation
Josh Stockin
1
3
0
G
Blob @
zydeco
/
.gitignore
text/plain
93 bytes
download raw
1
# compiled objects
2
build/
3
4
# log files
5
*.log
6
7
# python stuff
8
__pycache__/
9
10
# vscode
11
.vscode/
12