You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+43-3Lines changed: 43 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,53 @@ This is the successor to [PushingVoxelsForward](https://github.com/Lin20/Pushing
6
6
7
7
## Building and Running
8
8
9
-
Only 64-bit building is supported on Windows using Visual Studio 2017, but with a little extra work it can be used to run on Linux and even 32-bit architectures. It uses the following external libraries:
9
+
You can use CMake or the provided 64-bit Visual Studio 2017 solution.
10
10
11
-
*[glew](http://glew.sourceforge.net/)
12
-
*[glfw](http://www.glfw.org/)
11
+
### Dependencies
12
+
13
+
*[GLEW](http://glew.sourceforge.net/)
14
+
*[GLFW](http://www.glfw.org/)
13
15
*[Vc](https://github.com/VcDevel/Vc) (currently not actually used)
0 commit comments