Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.