Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ho-cooh/uwp-with-angle
Run OpenGL ES code with UWP
https://github.com/ho-cooh/uwp-with-angle
angle cpp17 opengl opengl-es opengles uwp
Last synced: about 2 months ago
JSON representation
Run OpenGL ES code with UWP
- Host: GitHub
- URL: https://github.com/ho-cooh/uwp-with-angle
- Owner: HO-COOH
- License: mit
- Created: 2023-07-10T16:43:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-10T16:50:39.000Z (over 1 year ago)
- Last Synced: 2024-10-30T08:23:45.588Z (3 months ago)
- Topics: angle, cpp17, opengl, opengl-es, opengles, uwp
- Language: C++
- Homepage:
- Size: 733 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# UWP with Angle
This project acts as a template to bring back [Angle](https://github.com/google/angle) with UWP. So you can write OpenGL ES code in UWP.## Build
Do absolutely nothing. Use Visual Studio with C++ UWP development workflow, just clone and run.## Dependencies
Are managed by **Nuget** so it should be automatically installed. If not, blame Microsoft.## Screenshots
![](Screenshots/running.png)
![](Screenshots/nuget.png)