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
- Host: GitHub
- URL: https://github.com/worleydl/uwp_gl_sample
- Owner: worleydl
- License: other
- Created: 2024-11-04T02:46:49.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-11-04T22:21:33.000Z (6 months ago)
- Last Synced: 2025-03-27T15:47:46.561Z (about 1 month ago)
- Topics: mesa, opengl, uwp, xbox
- Language: C
- Homepage:
- Size: 4.68 MB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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