TODO(nick): game description here
Brief summary of the list of dependencies and steps needed in order to build the project.
Project uses following libraries:
-
Windows CMD
- Several CMD shortcut icons that execute different .bat script can be saved to your desktop with the following added to the target field in the cmd properties (i.e., right-click properties on CMD shortcut) -> %windir%\system32\cmd.exe /k "C:\Users{username}\shell-win32.bat".
- A copy of that shell-*.bat file will need to exist in the loation specificed.
-
Game Source Code / Libraries
- Source code is stored in game folder under the src folder.
- Libaries are contained in the game folder, src, and the libs folder - please do not move these around.
- Compiler: MSVC (visual studio / c and c++ installation only)
- Env Script: Shell-win32.bat
- environment is contained with cmd instance running another compiler could mess with set envs.
- Build Script: build-win32.bat
TODO(nick)
- SDK: emcscriptensdk
- Compiler: emcc
- Install SDK and run the shell-emcc.bat file provided by this repo in a cmd instance (NOTE: c:\emsdk install location is assumed, if not installed there change in script")
When in doubt, we should probably switch over to the threejs-alt folder that uses the javascript threejs library to get something done!