https://github.com/jagenjo/miniengine
Simple C++ OpenGL engine
https://github.com/jagenjo/miniengine
Last synced: 2 months ago
JSON representation
Simple C++ OpenGL engine
- Host: GitHub
- URL: https://github.com/jagenjo/miniengine
- Owner: jagenjo
- Created: 2014-12-09T16:25:51.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T09:21:59.000Z (over 6 years ago)
- Last Synced: 2024-04-14T18:35:49.956Z (over 1 year ago)
- Language: C
- Size: 2.25 MB
- Stars: 7
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Miniengine #
Miniengine is a C++ layer on top of SDL and OpenGL to help create games or visual applications.
It only provides the basic GPU abstraction (Meshes, Textures, Shaders, Application) and a basic SceneGraph.## Installation ##
It comes with a Visual Studio 2010 solution, but the code should compile in any platform that supports SDL.
The libs and DLLs are not provided with the source code, please download SDL2 from https://www.libsdl.org/download-2.0.php and copy the libs in the libs/lib folder
The DLLs should be copyed in the root folder.Feedback
--------You can write any feedback to javi.agenjo@gmail.com