Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ousttrue/grapho
OpenGL object library
https://github.com/ousttrue/grapho
Last synced: about 19 hours ago
JSON representation
OpenGL object library
- Host: GitHub
- URL: https://github.com/ousttrue/grapho
- Owner: ousttrue
- License: mit
- Created: 2023-03-20T04:40:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-20T09:46:03.000Z (3 months ago)
- Last Synced: 2024-10-13T18:06:21.937Z (about 1 month ago)
- Language: C
- Size: 393 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`