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

https://github.com/rexapex/ose-game-engine

Origami Sheep Game Engine
https://github.com/rexapex/ose-game-engine

3d 3d-engine 3d-graphics cplusplus cpp cpp17 engine engine3d game game-dev game-development game-engine opengl origami-sheep-engine

Last synced: 12 months ago
JSON representation

Origami Sheep Game Engine

Awesome Lists containing this project

README

          

### Origami Sheep Engine

Origami Sheep Engine Core Framework and Standard Modules

### Installation

###### On Windows 10, with Visual Studio 2017

- Clone / Download the git repository
- Open the project file in VS2017 and build in release mode

###### Alternatively, on Linux with g++

- Clone the git repository
- cd into OSE-V2-Game-Engine/OSE V2/
- To build the precompiled header, run the following command: g++ -c stdafx.h -o ../../build/stdafx.h.gch
- Then, run the following command: g++ -std=c++17 *.cpp -o ../../build/ose -pthread

### Including the Standard Modules

- TODO