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

https://github.com/worleydl/uwp_gl_sample

A barebones demonstration of how to implement OpenGL on UWP
https://github.com/worleydl/uwp_gl_sample

mesa opengl uwp xbox

Last synced: 18 days ago
JSON representation

A barebones demonstration of how to implement OpenGL on UWP

Awesome Lists containing this project

README

        

## UWP SDL GL Sample

This is a basic sample to showcase OpenGL working on UWP via Mesa3D's gallium driver. See deps/README.md for more info on dependencies

## Running
Open the solution and build the project. The build should run locally and on an Xbox series device.

### Special Thanks

- Aerisarn for his amazing work on mesa-uwp and SDL