first commit
parents
No related branches found
No related tags found
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- .vscode/c_cpp_properties.json 20 additions, 0 deletions.vscode/c_cpp_properties.json
- CMakeLists.txt 18 additions, 0 deletionsCMakeLists.txt
- Headers/draw.h 17 additions, 0 deletionsHeaders/draw.h
- Headers/setup.h 94 additions, 0 deletionsHeaders/setup.h
- Headers/simulation.h 9 additions, 0 deletionsHeaders/simulation.h
- Sources/CMakeLists.txt 12 additions, 0 deletionsSources/CMakeLists.txt
- Sources/draw.cpp 137 additions, 0 deletionsSources/draw.cpp
- Sources/main.cpp 33 additions, 0 deletionsSources/main.cpp
- Sources/setup.cpp 50 additions, 0 deletionsSources/setup.cpp
- Sources/simulation.cpp 27 additions, 0 deletionsSources/simulation.cpp
.gitignore
0 → 100644
.vscode/c_cpp_properties.json
0 → 100644
CMakeLists.txt
0 → 100644
Headers/draw.h
0 → 100644
Headers/setup.h
0 → 100644
Headers/simulation.h
0 → 100644
Sources/CMakeLists.txt
0 → 100644
Sources/draw.cpp
0 → 100644
Sources/main.cpp
0 → 100644
Sources/setup.cpp
0 → 100644
Sources/simulation.cpp
0 → 100644
Please register or sign in to comment