User Tools

Site Tools


proton:win_setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
proton:win_setup [2018/07/28 08:15] sethproton:win_setup [2018/07/28 08:33] (current) seth
Line 33: Line 33:
  </div>  </div>
 </html> </html>
 +
 +[[https://www.rtsoft.com/temp/RTBareBones.html|(HTML5 version here)]]
  
 === Running RTBareBones on Windows=== === Running RTBareBones on Windows===
Line 59: Line 61:
  
 Note: Output directory should be .".\bin\"  This is important because that's where assets like pictures and sounds are also put. Note: Output directory should be .".\bin\"  This is important because that's where assets like pictures and sounds are also put.
 +
 +=== shared vs source ===
 +
 +If you look at the solution explorer, you see two main folders - **shared** and **source**.
 +  * **shared** is where files used across multiple projects are stored.  If you edit these, be aware that every project will be affected!
 +  * **source** means files specific to your project.  The only exception is for some reason main.cpp/main.h are in there which are actually shared.  You will also see other folders off  **source** like **html5**, **linux**, **OSX** etc, these are not used in the compile but are there to make for easy search and replace and file editing.
  
 Next, open main.cpp and double check what the screensize/mode is going to be.  Main.cpp is actually shared between ALL the samples (and your own projects usually) so be careful with changes here. Next, open main.cpp and double check what the screensize/mode is going to be.  Main.cpp is actually shared between ALL the samples (and your own projects usually) so be careful with changes here.
proton/win_setup.1532765716.txt.gz · Last modified: 2018/07/28 08:15 by seth