https://github.com/erictuvesson/opengl-sdl2
Example projects on how to use OpenGL with SDL2.
https://github.com/erictuvesson/opengl-sdl2
opengl opengl-sdl2 sdl sdl2
Last synced: about 2 months ago
JSON representation
Example projects on how to use OpenGL with SDL2.
- Host: GitHub
- URL: https://github.com/erictuvesson/opengl-sdl2
- Owner: erictuvesson
- Created: 2014-01-20T07:47:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T21:27:33.000Z (about 7 years ago)
- Last Synced: 2023-08-03T05:02:51.126Z (over 1 year ago)
- Topics: opengl, opengl-sdl2, sdl, sdl2
- Language: C++
- Homepage:
- Size: 3.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenGL SDL2
This is a simple example of how to use OpenGL with SDL2.## Getting Started
In this example we are using NuGet to get all the dependencies.[SDL2](https://www.nuget.org/packages/sdl2)
[glew.v140](https://www.nuget.org/packages/glew.v140/)
