
Tag Archives: color
ImGui Windows and Widgets Colors
How to Build and Draw a simple Triangle

Remark: in the following article, words GLSL Hacker and GeeXLab are swappable! They represent the same software with a different name…
Today we are going to see how to build and render a simple scene that includes a camera, a triangle, a reference grid and a GPU program (in GLSL). GLSL Hacker supports both Lua and Python programming languages. We will use Lua for this article. So let’s go!
How To Create and Draw a Rubik’s Cube

This article will focus on one method to build and render a Rubik’s Cube with GLSL Hacker and can be used as a basis for a more advanced animation of the Rubik’s Cube.
How To Render a Reference Grid

GLSL Hacker has a handy object called a grid. A grid is more or less just a collection of lines but that info is not really important. You can use a grid as a reference object when there’s no ground plane in the scene.