Skip to content

Instantly share code, notes, and snippets.

@eddietree
Created June 28, 2014 20:38
Show Gist options
  • Save eddietree/0447af50430490c1399b to your computer and use it in GitHub Desktop.
Save eddietree/0447af50430490c1399b to your computer and use it in GitHub Desktop.
funkengine engine setup
Visual Studio Setup
FunkEngine should build right out of the box, but in order for you to run it in Visual Studio, you need to set just a few User Settings.
Right click on the Project "FunkEngine" ->Properties -> Configuration Properties -> Debugging
Working Directory: $(ProjectDir)../../../../../resources
Environment: PATH=$(ProjectDir)../../../../../resources
Command arguments (Optional): -w 1280 -h 720 --windowed
Make sure to do it for Release and Debug builds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment