KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Opengl-Renderer
★ 18
Open GitHub ↗
A Modern OpenGl Renderer
Download README (.md)
Explore Similar Repositories
jsii-publish
:
Dockerfile and Github action for publishing JSII packages
OctoPrint-Smuff
:
OctoPrint Plugin for SMuFF
tcp-warp
:
A userspace tunnel between two hosts mapping ports on client machine to addresses reachable from server machine.
APIs
:
Scripts para acesso de APIs de interesse público
Env
:
A Powershell version of Python's venv
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Opengl-Renderer
?
Download (.md)
# Opengl-Renderer  Video demonstration: https://youtu.be/ME_oVdZZMQw **Rendering Features** <ul> <li> Physically based rendering </li> <li> Image based lighting </li> <li> Screen Space reflections </li> <li> Screen Space ambient occlusion </li> <li> Bone based animations </li> <li> Bloom </li> <li> FXAA </li> <li> 3 Tone mapping methods </li> <li> Vignette </li> <li> UI using ImGui </li> </ul> **Other Features** <ul> <li> Multi-threaded texture asset importing </li> <li> Custom built math library </li> <li> Custom 3D Gizmos (Rotate, Scale, Translate) </li> <li> Colliders such as (AABB, OBB) </li> <li> Model loading </li> </ul> **Requires** <ul> <li> C++17 </li> <li>OpenGL 4.0+ </li> </ul> **Libraries used** <ul> <li> Stb_Image: https://github.com/nothings/stb</li> <li> Assimp: https://github.com/assimp/assimp </li> <li> GLFW: https://github.com/glfw/glfw </li> <li> GLEW: http://glew.sourceforge.net/ </li> <li> ImGui: https://github.com/ocornut/imgui </li> </ul>