
Tag Archives: tutorial
SQLite3: How to Create a Simple SQL Database with GeeXLab
How to Build User Interfaces with ImGui
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!
Overview of GLSL Hacker (and GeeXLab)

This article describes what is GLSL Hacker GeeXLab and how it works.
Update (2015.12.02): This article is also valid if you replace GLSL Hacker by GeeXLab!
GLSL Uniform Structures

Do you know that you can use data structures as uniform variables in GLSL?