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: over 8 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| An OpenGL library for rendering Unicode text with a single texture and vertex buffer. | 1,652 |
| An OBJ file loader for OpenGL that streams data from files or buffers and optimizes memory usage and rendering performance. | 12 |
| A portable implementation of OpenGL 3.x in clean C as a single header library. | 1,054 |
| Procedural renderer for atmospheric effects in OpenGL | 189 |
| A C++ library for rendering fonts on mobile devices using OpenGL ES 1.1 | 142 |
| A set of CFFI bindings to the OpenGL, GLU and GLUT APIs for Common Lisp. | 280 |
| A C++ wrapper around the OpenGL 4.6 Core Profile for creating and managing graphics resources. | 158 |
| A C++ wrapper for OpenGL API objects, providing object-oriented interfaces to automate common rendering tasks and facilitate coherent use. | 539 |
| An OpenGL utility library providing modern C++11 design and high-level abstractions for creating 2D graphics, input management, window creation, and more. | 56 |
| A lightweight C++ library for efficient 3D modeling, geometry processing, and rendering. | 1,391 |
| A simple 3D rendering software using C and OpenGL, providing a complete example of a fixed-pipeline software renderer. | 2,209 |
| A library that provides an extensible OpenGL loader for cross-platform support | 86 |
| A Python script that simplifies loading the OpenGL core profile specification into a project. | 710 |
| A C++ library that abstracts the OpenGL API, providing an object-oriented interface to 3D graphics and rendering. | 414 |
| A minimal WebGL 2 rendering library for creating 3D graphics with a convenient API | 790 |