https://github.com/danielblagy/cottonwindengine
C++ SDL2 OpenGL Header-Only Game Engine/Framework
https://github.com/danielblagy/cottonwindengine
Last synced: over 1 year ago
JSON representation
C++ SDL2 OpenGL Header-Only Game Engine/Framework
- Host: GitHub
- URL: https://github.com/danielblagy/cottonwindengine
- Owner: danielblagy
- License: mit
- Created: 2021-01-15T14:44:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T10:52:43.000Z (about 5 years ago)
- Last Synced: 2025-01-29T09:45:50.544Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 25.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# CottonWindEngine
## C++ SDL2 OpenGL Header-Only Game Engine/Framework
CottonWind will be a header-only cross-platform game engine/framework.
A client project will only be required to include SDL2 & cottonwind header files to be able to use CottonWind.
A client project will be presented with choice of using either standard SDL2 rendering (for simple 2D games)
or modern OpenGL rendering (for both 2D & 3D games).