Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielblagy/cottonwindengine
C++ SDL2 OpenGL Header-Only Game Engine/Framework
https://github.com/danielblagy/cottonwindengine
Last synced: 22 days 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T10:52:43.000Z (over 3 years ago)
- Last Synced: 2024-10-15T18:44:43.727Z (2 months 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/FrameworkCottonWind 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).