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

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

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`