treesummaryrefslogcommitdiff
diff options
context:
space:
mode:
authorPatrick Schönberger2021-02-10 11:56:14 +0100
committerPatrick Schönberger2021-02-10 11:56:14 +0100
commit7a181bdf261b620adb266a4f6b485a0afd1ed306 (patch)
treef524d37c59139a85e168800cb386fadf9632daec
parente03792c2d5620ca07ac50717062df846927027c0 (diff)
parent524432970b5aaee6e6dbc6162111dbe1e9fd0749 (diff)
downloadsubsurface_scattering-7a181bdf261b620adb266a4f6b485a0afd1ed306.tar.gz
subsurface_scattering-7a181bdf261b620adb266a4f6b485a0afd1ed306.zip
Merge branch 'main' of https://github.com/patrick-scho/sss into main
-rw-r--r--.vscode/launch.json19
-rw-r--r--.vscode/settings.json24
-rw-r--r--assimp-vc142-mt.dllbin0 -> 6668288 bytes
-rw-r--r--bin/imgui-SFML.objbin0 -> 132594 bytes
-rw-r--r--bin/imgui.objbin0 -> 571659 bytes
-rw-r--r--bin/imgui_demo.objbin0 -> 385868 bytes
-rw-r--r--bin/imgui_draw.objbin0 -> 367002 bytes
-rw-r--r--bin/imgui_widgets.objbin0 -> 455445 bytes
-rw-r--r--build.sh3
-rw-r--r--glew32.dllbin0 -> 422912 bytes
-rw-r--r--imgui.ini15
-rw-r--r--main.exebin0 -> 2304512 bytes
-rw-r--r--main.ilkbin0 -> 7872400 bytes
-rw-r--r--main.objbin0 -> 727333 bytes
-rw-r--r--main.pdbbin0 -> 29134848 bytes
-rw-r--r--sfml-graphics-2.dllbin0 -> 787456 bytes
-rw-r--r--sfml-system-2.dllbin0 -> 48128 bytes
-rw-r--r--sfml-window-2.dllbin0 -> 115200 bytes
-rw-r--r--src/main.cpp2
-rw-r--r--vc140.pdbbin0 -> 790528 bytes
20 files changed, 61 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..0abb9ae
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,19 @@
+{
+ // Use IntelliSense to learn about possible attributes.
+ // Hover to view descriptions of existing attributes.
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "name": "(Windows) Starten",
+ "type": "cppvsdbg",
+ "request": "launch",
+ "program": "${workspaceFolder}/main.exe",
+ "args": [],
+ "stopAtEntry": false,
+ "cwd": "${workspaceFolder}",
+ "environment": [],
+ "externalConsole": false
+ }
+ ]
+} \ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..1a8d6c8
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,24 @@
+{
+ "C_Cpp.default.includePath": [
+ "C:/prg/cpp/libs/glm",
+ "C:/prg/cpp/libs/glew-2.1.0/include",
+ "C:/prg/cpp/libs/SFML-2.5.1/include",
+ "C:/prg/cpp/libs/imgui",
+ "C:/prg/cpp/libs/imgui-sfml",
+ "C:/prg/cpp/libs/assimp-5.0.1/include",
+ "C:/prg/cpp/libs/assimp-5.0.1/build/include",
+ ],
+ "files.associations": {
+ "*.t": "lua",
+ "cmath": "cpp",
+ "istream": "cpp",
+ "array": "cpp",
+ "initializer_list": "cpp",
+ "type_traits": "cpp",
+ "vector": "cpp",
+ "xstring": "cpp",
+ "xtree": "cpp",
+ "xutility": "cpp",
+ "*.glsl": "c"
+ }
+} \ No newline at end of file
diff --git a/assimp-vc142-mt.dll b/assimp-vc142-mt.dll
new file mode 100644
index 0000000..5aed174
--- /dev/null
+++ b/assimp-vc142-mt.dll
Binary files differ
diff --git a/bin/imgui-SFML.obj b/bin/imgui-SFML.obj
new file mode 100644
index 0000000..1d7867b
--- /dev/null
+++ b/bin/imgui-SFML.obj
Binary files differ
diff --git a/bin/imgui.obj b/bin/imgui.obj
new file mode 100644
index 0000000..de0af0d
--- /dev/null
+++ b/bin/imgui.obj
Binary files differ
diff --git a/bin/imgui_demo.obj b/bin/imgui_demo.obj
new file mode 100644
index 0000000..e47365d
--- /dev/null
+++ b/bin/imgui_demo.obj
Binary files differ
diff --git a/bin/imgui_draw.obj b/bin/imgui_draw.obj
new file mode 100644
index 0000000..f4899f6
--- /dev/null
+++ b/bin/imgui_draw.obj
Binary files differ
diff --git a/bin/imgui_widgets.obj b/bin/imgui_widgets.obj
new file mode 100644
index 0000000..4770f02
--- /dev/null
+++ b/bin/imgui_widgets.obj
Binary files differ
diff --git a/build.sh b/build.sh
index 3c921c8..a065433 100644
--- a/build.sh
+++ b/build.sh
@@ -1 +1,2 @@
-g++ src/main.cpp -o main -lsfml-system -lsfml-window -lGLEW -lGL -lassimp
+# g++ -c ~/cpp/libs/imgui/*.cpp ~/cpp/libs/imgui-sfml/*.cpp -I ~/cpp/libs/imgui -I ~/cpp/libs/imgui-sfml/
+g++ src/main.cpp ./*.o -o main -I ~/cpp/libs/imgui -I ~/cpp/libs/imgui-sfml -lsfml-system -lsfml-window -lsfml-graphics -lGLEW -lGL -lassimp
diff --git a/glew32.dll b/glew32.dll
new file mode 100644
index 0000000..04f9381
--- /dev/null
+++ b/glew32.dll
Binary files differ
diff --git a/imgui.ini b/imgui.ini
new file mode 100644
index 0000000..cf5b5fe
--- /dev/null
+++ b/imgui.ini
@@ -0,0 +1,15 @@
+[Window][Debug##Default]
+Pos=60,60
+Size=400,400
+Collapsed=0
+
+[Window][w]
+Pos=60,60
+Size=447,349
+Collapsed=0
+
+[Window][Options]
+Pos=17,16
+Size=452,298
+Collapsed=0
+
diff --git a/main.exe b/main.exe
new file mode 100644
index 0000000..feb0787
--- /dev/null
+++ b/main.exe
Binary files differ
diff --git a/main.ilk b/main.ilk
new file mode 100644
index 0000000..61cd5ff
--- /dev/null
+++ b/main.ilk
Binary files differ
diff --git a/main.obj b/main.obj
new file mode 100644
index 0000000..f2350dd
--- /dev/null
+++ b/main.obj
Binary files differ
diff --git a/main.pdb b/main.pdb
new file mode 100644
index 0000000..5aa106e
--- /dev/null
+++ b/main.pdb
Binary files differ
diff --git a/sfml-graphics-2.dll b/sfml-graphics-2.dll
new file mode 100644
index 0000000..e6d3e1c
--- /dev/null
+++ b/sfml-graphics-2.dll
Binary files differ
diff --git a/sfml-system-2.dll b/sfml-system-2.dll
new file mode 100644
index 0000000..ef86fea
--- /dev/null
+++ b/sfml-system-2.dll
Binary files differ
diff --git a/sfml-window-2.dll b/sfml-window-2.dll
new file mode 100644
index 0000000..269822c
--- /dev/null
+++ b/sfml-window-2.dll
Binary files differ
diff --git a/src/main.cpp b/src/main.cpp
index ddba48c..dde29ec 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -610,4 +610,4 @@ int main() {
}
return 0;
-} \ No newline at end of file
+}
diff --git a/vc140.pdb b/vc140.pdb
new file mode 100644
index 0000000..5bcb5e5
--- /dev/null
+++ b/vc140.pdb
Binary files differ