Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonasalmaas/moonengine-template
Moon Engine game template to easily make new game with Moon Engine
https://github.com/jonasalmaas/moonengine-template
Last synced: about 1 month ago
JSON representation
Moon Engine game template to easily make new game with Moon Engine
- Host: GitHub
- URL: https://github.com/jonasalmaas/moonengine-template
- Owner: JonasAlmaas
- License: apache-2.0
- Created: 2022-07-24T16:53:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-21T15:44:17.000Z (over 2 years ago)
- Last Synced: 2024-04-16T04:59:00.610Z (9 months ago)
- Language: GLSL
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MoonEngine-Template
Moon Engine game template to easily make new game with Moon Engine# Getting Started
Open the root folder in an editor like vscode.
Serach for every instance of "GameName" and replace it with the name of your game/project.Run "root/Scripts/Setup.bat"
Follow the instructions given.
You might have to run this script two times.Now you can open the newly generated solution in Visual Studio 2022.
Running it at this point should give you a blank window.