An open API service indexing awesome lists of open source software.

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.

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/)

![](Shapes3D.png)