Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/almic/surface-engine
my attempt at a game engine lmao
https://github.com/almic/surface-engine
Last synced: 14 days ago
JSON representation
my attempt at a game engine lmao
- Host: GitHub
- URL: https://github.com/almic/surface-engine
- Owner: almic
- License: mit
- Created: 2018-12-01T17:31:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T17:14:59.000Z (over 5 years ago)
- Last Synced: 2024-11-06T12:43:00.389Z (2 months ago)
- Language: C++
- Size: 3.44 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Surface
My attempt at a game engine lmao
## Setup
This is pretty finicky to get running the first time, I blame everything on Visual Studio.
1. Run the `generate.bat` file
2. Open `Surface.sln` in Visual Studio
3. In the solution list thing on the left (or wherever), right click **"Sandbox"** and select the **"Set as StartUp Project"** option with the gear icon
4. Repeatedly build everything individually until it Works:tm: by right clicking everything and selecting **"Build"**Again, I blame Visual Studio.