Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
LumiOwO committed Feb 24, 2023
0 parents commit 1d86dc5
Show file tree
Hide file tree
Showing 1,401 changed files with 288,948 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ccls
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
%compile_commands.json
%cu -x cuda
%cu --cuda-gpu-arch=sm_61
%cu --cuda-path=/usr/local/cuda-11.0
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build/
embuild/
build-emcc/
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "3rdparty/glfw"]
path = 3rdparty/glfw
url = https://github.com/glfw/glfw
[submodule "3rdparty/glm"]
path = 3rdparty/glm
url = https://github.com/g-truc/glm
Loading

0 comments on commit 1d86dc5

Please sign in to comment.