Creating Project
Creating Project
Launch Visual Studio from Windows menu.
After launched, Click Create New Project
in the Visual Studio starting window,
and the list of available project templates will be shown.
Select the project template named as OpenSiv3D(0.6.6)Web
, and click the Next button.
Determine the project name as you like, and click the Create button.
After determining the project name, the text editor of the source code Main.cpp
will be shown.
Registration emscripten Toolchain
Open the project configuration window, and fill Emscripten Install Folder
(found in [General] > [emscripten toolchain] in Visual Studio 2017) in the project configuration with the folder that contains emcc.bat.