Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/raphaeleg/basicrenderer

Created a 3D Renderer using OpenGL
https://github.com/raphaeleg/basicrenderer

3drendering opengl sfml

Last synced: about 1 month ago
JSON representation

Created a 3D Renderer using OpenGL

Awesome Lists containing this project

README

        

# 🎨 Basic OpenGL 3D Renderer

![Preview](https://github.com/user-attachments/assets/342927bd-eec2-4c0f-8564-c1dab8aa2745)

This is a very basic 3D Renderer that serves as a quick OpenGL overview.
- Loads any Model or Scene, including a defined material.
- Basic Camera Movement Inputs (Movement and Rotation).
- Point light attached to the Camera
- Loads a GLSL vertex and fragment shader file.

[Model downloaded for free here](https://sketchfab.com/3d-models/robin--bird-ec1c6e2250824c3987cde64ea29ccd52)

[See my previous experience with OpenGL](https://github.com/raphaeleg/ComputerGraphics)