Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ousttrue/grapho

OpenGL object library
https://github.com/ousttrue/grapho

Last synced: about 19 hours ago
JSON representation

OpenGL object library

Awesome Lists containing this project

README

        

# grapho

GraphicsApi Object.
Header only OpenGL3 / DX11 mini wrapper.

using `c++2b` std::expected for error handling.

- msvc17
- clang-16
- gcc-12

## namespace

- `grapho::gl3`
- `grapho::dx11`
- `grapho::imgui`

### example/pbr grapho::gl3::pbr

from

https://github.com/JoeyDeVries/LearnOpenGL

`src/6.pbr/2.2.2.ibl_specular_textured`

### example/normalmap

from

https://github.com/JoeyDeVries/LearnOpenGL

`src/5.advanced_lighting/4.normal_mapping`