https://github.com/almic/surface-engine
my attempt at a game engine lmao
https://github.com/almic/surface-engine
Last synced: 2 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T17:14:59.000Z (about 6 years ago)
- Last Synced: 2024-12-25T13:41:27.772Z (7 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
Real.
Please read `LICENSE` before proceeding any further!
## Setup
If you've used premake before and know how to setup the project files you want, the relevant script
to point premake to is `premake.lua`.If you haven't, you can setup project files for your operating system with Premake, which you need
to download yourself and save to `vendor/premake`.Get Premake: https://premake.github.io/download/
Once you have downloaded the Premake binaries and saved them to `vendor/premake`, run the setup script
for your operating system in the `script` directory from the terminal.