sdlgl3-wavefront
OpenGL renderer
A C++ template for shader-based OpenGL 3.3 applications that can load and render multiple wavefront .obj files with textures.
OpenGL renderer for wavefront .obj files using https://github.com/syoyo/tinyobjloader and https://github.com/g-truc/glm.
8 stars
3 watching
5 forks
Language: C++
last commit: almost 8 years ago Related projects:
Repository | Description | Stars |
---|---|---|
rougier/freetype-gl | An OpenGL library for rendering Unicode text with a single texture and vertex buffer. | 1,644 |
karolek471/objgl | An OBJ file loader for OpenGL that streams data from files or buffers and optimizes memory usage and rendering performance. | 12 |
rswinkle/portablegl | A portable implementation of OpenGL 3.x in clean C as a single header library. | 1,044 |
shff/opengl_sky | Procedural renderer for atmospheric effects in OpenGL | 185 |
cdave1/ftgles | A C++ library for rendering fonts on mobile devices using OpenGL ES 1.1 | 142 |
3b/cl-opengl | A set of CFFI bindings to the OpenGL, GLU and GLUT APIs for Common Lisp. | 278 |
acdemiralp/gl | A C++ wrapper around the OpenGL 4.6 Core Profile for creating and managing graphics resources. | 158 |
cginternals/globjects | A C++ wrapper for OpenGL API objects, providing object-oriented interfaces to automate common rendering tasks and facilitate coherent use. | 539 |
ripper37/glul | An OpenGL utility library providing modern C++11 design and high-level abstractions for creating 2D graphics, input management, window creation, and more. | 56 |
liangliangnan/easy3d | A lightweight C++ library for efficient 3D modeling, geometry processing, and rendering. | 1,377 |
skywind3000/mini3d | A simple 3D rendering software using C and OpenGL, providing a complete example of a fixed-pipeline software renderer. | 2,195 |
tsherif/simple-opengl-loader | A library that provides an extensible OpenGL loader for cross-platform support | 86 |
skaslev/gl3w | A Python script that simplifies loading the OpenGL core profile specification into a project. | 709 |
overv/oogl | A C++ library that abstracts the OpenGL API, providing an object-oriented interface to 3D graphics and rendering. | 414 |
tsherif/picogl.js | A minimal WebGL 2 rendering library for creating 3D graphics with a convenient API | 789 |