package
0.0.0-20240828210341-1a367f1e9995
Repository: https://github.com/ronoaldo/openvoxel.git
Documentation: pkg.go.dev

# Functions

Color parses the provided web color string and returns a color.RGBA value.
F is a syntax suggar to cast any number to float64.
No description provided by the author
NewScene initializes an empty scene with the proper memory allocations.
No description provided by the author
No description provided by the author
NewWindow initializes the program window and OpenGL backend.
Time returns the time in miliseconds since the window was initialized.
Version returns the OpengGL version as reported by the driver.

# Variables

BgColor is the default rendering background color used by OpenGL.
ErrNotImplemented indicates that the rendering layer in use has functionality that is not yet implemented.
ErrShaderNotLinked is returned when the program attempts to use a shader program that was not properly compiled and linked.

# Structs

No description provided by the author
Scene represents a graph of elements to be drawn on screen by the OpenGL driver.
Shader abstracts raw GLSL shader compilation, linking and usage.
No description provided by the author
Window handles the basic GUI and Input event handling.