https://github.com/ousttrue/angleviewer
OpenGL ES 3.0 Viewer using ANGLE
https://github.com/ousttrue/angleviewer
Last synced: about 2 months ago
JSON representation
OpenGL ES 3.0 Viewer using ANGLE
- Host: GitHub
- URL: https://github.com/ousttrue/angleviewer
- Owner: ousttrue
- License: mit
- Created: 2018-08-26T04:56:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-05T01:10:36.000Z (almost 7 years ago)
- Last Synced: 2026-01-01T04:23:22.780Z (6 months ago)
- Language: C
- Homepage:
- Size: 241 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AngleViewer
OpenGL ES Viewer using ANGLE
# ToDo
* [x] save and restore window placement
* [ ] show background color
# Build
* Windows10(64bit)
* VisualStudio2017
## dependencies by vcpkg
* https://github.com/Microsoft/vcpkg
set vcpkg root path to environment variable `VCPKG_DIR`.
install packages.
`> vcpkg.exe install angle:x64-windows plog:x64-windows glm:x64-windows nlohmann-json:x64-windows`
## Create VisualStudio project by CMake
`CMAKE_INSTALL_PREFIX = %VCPKG_DIR%/installed/x64-windows`
# Execute
Add PATH to `%VCPKG_DIR%/installed/x64-windows/bin`