ApplicationEnvironment

From SWWorkshop

Jump to: navigation, search

Before development we must learn application environment preperation on SWEngine. This samples shows you how to setup application environment step by step

Step 1: Download SWEngineSDK
Step 2: Extract SWEngineSDK.rar


Step 3: Double click SWEngineSDK.sln


Step 4: Right click SWEngineSDK and create new project.


Step 5: Select Win32 Project then set name and source location of game.(Name=HowToNewGames Location=..SWEngineSDK/games/).


Step 6: Set "Windows Application" and "Empty project".


Step 7: Configure HowToNewGames project properties.


Step 8: Set Output Directory and Indermediate Directory with "../../bin".


Step 9: Now we create a CPP file.


Step 10: Select C++ File and set name. (For example "SimpleApplication")


Step 11: Develop application. Write code(SimpleApplication).
Step 12: Build project.


Step 13: Click HowToNewGames exe under SDK/bin. And execute application.


Personal tools