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
- Host: GitHub
- URL: https://github.com/rexapex/ose-game-engine
- Owner: rexapex
- License: other
- Created: 2017-10-11T09:13:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T19:24:09.000Z (about 5 years ago)
- Last Synced: 2025-02-01T16:14:48.087Z (about 1 year ago)
- Topics: 3d, 3d-engine, 3d-graphics, cplusplus, cpp, cpp17, engine, engine3d, game, game-dev, game-development, game-engine, opengl, origami-sheep-engine
- Language: C++
- Homepage:
- Size: 32.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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