Expand description
Utilities for creating FFGL plugins using the glium library.
Use FFGLGlium in your plugin to render frames with a glium context.
Just call FFGLGlium::draw inside your ffgl_core::handler::FFGLInstance::draw method.
See example-isf for a good example
§!WARNING!
I make assumptions about the OpenGL context inside the host. Bugs and crashes may occur. Testing infrastructure is required.
Modules§
- texture
- My utilities to create basic textures
- validate_
gl - Validate the state of the OpenGL context.
Structs§
- FFGL
Glium - Use this struct to render frames with a glium context, making assumptions about the OpenGL context inside an FFGL host.