re.gfx

graphics and renderables

Modules

color_ext
module re.gfx.color_ext

color functions and utilities

effect
module re.gfx.effect

shader based graphical effects

effects
module re.gfx.effects
lighting
module re.gfx.lighting
postprocessor
module re.gfx.postprocessor

postprocessing effects on any render target

raytypes
module re.gfx.raytypes

raylib types

render_ext
module re.gfx.render_ext

rendering extensions and utilities

shapes
module re.gfx.shapes
sprite
module re.gfx.sprite

basc sprites as texture regions

sprite_renderer
module re.gfx.sprite_renderer

handles rendering of sprite data, highly extensible

text
module re.gfx.text

renderable text

vr
module re.gfx.vr
Undocumented in source.
window
module re.gfx.window

system window

Public Imports

re.gfx.window
public import re.gfx.window;
Undocumented in source.
re.gfx.sprite
public import re.gfx.sprite;
Undocumented in source.
re.gfx.sprite_renderer
public import re.gfx.sprite_renderer;
Undocumented in source.
re.gfx.text
public import re.gfx.text;
Undocumented in source.
re.gfx.color_ext
public import re.gfx.color_ext;
Undocumented in source.
re.gfx.effect
public import re.gfx.effect;
Undocumented in source.
re.gfx.postprocessor
public import re.gfx.postprocessor;
Undocumented in source.
re.gfx.render_ext
public import re.gfx.render_ext;
Undocumented in source.
re.gfx.raytypes
public import re.gfx.raytypes;
Undocumented in source.

Meta