Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Entropy/ofxRenderToolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxRenderToolkit

Introduction

An addon for incorporating advanced rendering techniques to your scenes. Currently includes clustered forward shading and image-based lighting (IBL).

THIS IS A WORK IN PROGRESS, USE AT YOUR OWN RISK

Usage

Note that this is an advanced addon and is not "plug and play". You'll need to copy and modify the shaders (probably only the vertex shader) for your project. A good first step is to start with the example, which includes options for rendering instanced geometry, and rendering inside an ofFbo.

Dependencies

None for the addon, but the example uses ofxImGui.

Compatibility

  • Only compatible with openFrameworks using glm for vector math, so master from Jul 19 2016 onwards should be good.
  • OpenGL 3.3 and up (programmable pipeline).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages