C++ and Lua
Lua being an "extensible extension language", it is perfect to extend and customise applications. This article will look at integrating Lua, accessing data, defining functions and modules, and much more.
I'm a game and tools developer, I love books, art, gaming, try writing a book, and fumble with hard-surface 3D modelling.
Also, a dad, Senior UI Developer at Remedy Entertainment, part-time project maintainer at GitHub, and sometimes visible on social media.
Lua being an "extensible extension language", it is perfect to extend and customise applications. This article will look at integrating Lua, accessing data, defining functions and modules, and much more.
The year was definitely exiting in many regards, possibly why it went by so fast. Again, I recap what happened for me, the new job, land, and life.
A strange behind me — with many projects I worked on, things I learned, games I played, and new and exciting changes ahead for .
Even with a good test suite, debugging will be necessary, sooner or later. This article will go in depth into debugging Lua, including how to profile a Lua application.
C++ GUI project template with SDL2 and Dear ImGUI via CMake. Includes creating distribution packages with CPack for macOS, Linux, and Windows.
Litr (Language Independent Task Runner) lets you configure and then run any tasks you want for any language.
"Krieselreihe" is the name under I do all my hobby game-dev. While doing this, a set of tools emerged e.g. Litr and Natr, located under this namespace.
Generate repeatable pseudo random numbers and non-cryptographic hash numbers with JavaScript for usage in Node.js and browser environments.