-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Un-nest the
app/
dir, now that there's no fem
/app
divide.
- Loading branch information
Showing
103 changed files
with
35 additions
and
213 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
build* | ||
.vscode/ | ||
.DS_Store | ||
|
||
fem/src/*.mod | ||
fem/src/*.o | ||
fem/*.mod | ||
fem/*.o | ||
fem/test.mesh | ||
fem/p | ||
fem/*.out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,54 @@ | ||
[submodule "app/lib/imgui"] | ||
path = app/lib/imgui | ||
[submodule "lib/imgui"] | ||
path = lib/imgui | ||
url = [email protected]:ocornut/imgui.git | ||
branch = docking | ||
[submodule "app/lib/SDL"] | ||
path = app/lib/SDL | ||
[submodule "lib/SDL"] | ||
path = lib/SDL | ||
url = [email protected]:libsdl-org/SDL.git | ||
[submodule "app/lib/implot"] | ||
path = app/lib/implot | ||
[submodule "lib/implot"] | ||
path = lib/implot | ||
url = [email protected]:epezent/implot.git | ||
[submodule "app/lib/glm"] | ||
path = app/lib/glm | ||
[submodule "lib/glm"] | ||
path = lib/glm | ||
url = [email protected]:g-truc/glm.git | ||
[submodule "app/lib/nativefiledialog"] | ||
path = app/lib/nativefiledialog | ||
[submodule "lib/nativefiledialog"] | ||
path = lib/nativefiledialog | ||
url = [email protected]:btzy/nativefiledialog-extended.git | ||
[submodule "app/lib/faust"] | ||
path = app/lib/faust | ||
[submodule "lib/faust"] | ||
path = lib/faust | ||
url = [email protected]:grame-cncm/faust.git | ||
branch = master-dev | ||
[submodule "app/lib/miniaudio"] | ||
path = app/lib/miniaudio | ||
[submodule "lib/miniaudio"] | ||
path = lib/miniaudio | ||
url = [email protected]:mackron/miniaudio.git | ||
[submodule "app/lib/ImGuizmo"] | ||
path = app/lib/ImGuizmo | ||
[submodule "lib/ImGuizmo"] | ||
path = lib/ImGuizmo | ||
url = [email protected]:CedricGuillemet/ImGuizmo.git | ||
[submodule "app/lib/nanosvg"] | ||
path = app/lib/nanosvg | ||
[submodule "lib/nanosvg"] | ||
path = lib/nanosvg | ||
url = [email protected]:memononen/nanosvg.git | ||
[submodule "app/lib/imspinner"] | ||
path = app/lib/imspinner | ||
[submodule "lib/imspinner"] | ||
path = lib/imspinner | ||
url = [email protected]:dalerank/imspinner.git | ||
[submodule "app/lib/date"] | ||
path = app/lib/date | ||
[submodule "lib/date"] | ||
path = lib/date | ||
url = [email protected]:HowardHinnant/date.git | ||
[submodule "app/lib/libnpy"] | ||
path = app/lib/libnpy | ||
[submodule "lib/libnpy"] | ||
path = lib/libnpy | ||
url = [email protected]:llohse/libnpy.git | ||
[submodule "app/app/lib/libnpy"] | ||
path = app/app/lib/libnpy | ||
[submodule "lib/libnpy"] | ||
path = lib/libnpy | ||
url = [email protected]:llohse/libnpy.git | ||
[submodule "app/lib/tetgen"] | ||
path = app/lib/tetgen | ||
[submodule "lib/tetgen"] | ||
path = lib/tetgen | ||
url = [email protected]:libigl/tetgen.git | ||
[submodule "app/lib/reactphysics3d"] | ||
path = app/lib/reactphysics3d | ||
[submodule "lib/reactphysics3d"] | ||
path = lib/reactphysics3d | ||
url = [email protected]:DanielChappuis/reactphysics3d.git | ||
branch = develop | ||
[submodule "app/lib/quickhull"] | ||
path = app/lib/quickhull | ||
[submodule "lib/quickhull"] | ||
path = lib/quickhull | ||
url = [email protected]:akuukka/quickhull.git | ||
[submodule "app/lib/OpenMesh"] | ||
path = app/lib/OpenMesh | ||
[submodule "lib/OpenMesh"] | ||
path = lib/OpenMesh | ||
url = https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/OpenMesh.git |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ $ sudo apt install build-essential libgtk-3-dev libglu1-mesa-dev freeglut3-dev m | |
|
||
```shell | ||
$ git clone --recurse-submodules [email protected]:GATech-CSE-6730-Spring-2023-Project/mesh2audio.git | ||
$ cd mesh2audio/app | ||
$ cd mesh2audio | ||
``` | ||
|
||
- **Clean:** | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
Submodule ImGuizmo
updated
from 000000 to be3d9c
Submodule OpenMesh
updated
from 000000 to aaf3fb
Submodule SDL
updated
from 000000 to f30392
Submodule date
updated
from 000000 to cc4685
Submodule faust
updated
from 000000 to ce4d96
Submodule glm
updated
from 000000 to 47585f
Submodule imgui
updated
from 000000 to 72ebd9
Submodule implot
updated
from 000000 to 065acc
Submodule imspinner
updated
from 000000 to ea4cc5
Submodule libnpy
updated
from 000000 to 890ea4
Submodule miniaudio
updated
from 000000 to 3898ff
Submodule nanosvg
updated
from 000000 to 9da543
Submodule nativefiledialog
updated
from 000000 to 75cbdf
Submodule quickhull
updated
from 000000 to 1ffbc6
Submodule reactphysics3d
updated
from 000000 to f18401
Submodule tetgen
updated
from 000000 to 4f3bfb
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.