This is a fun little project that I created around 2011, while I was learning windows native GUI and C++. Even though it is just a prove of concept learning material that was never supposed to reach 1 ...
Code::Blocks is a free open source IDE; it is established in C++ using wxWdigets as the GUI tool kit. Code::Blocks support compilers such as C, C++, and Fortran. Plugins extend Code::Blocks; its ...
A demonstration of using LuaJIT FFI (Foreign Function Interface) to create native Win32 GUI applications directly from Lua, without requiring C compilation. This project implements an interactive ...