MartinHelmut
I write code for a living, love books, try writing, 3D and a bit of game dev as a hobby. Also a dad and Senior Tools Developer @king
KingSweden
Pinned Repositories
litr
Litr (Language Independent Task Runner) lets you configure and then run any tasks you want for any language.
berries
Helper and tools to speed up and support your developer workflow. Pick your berries! 🍇
cpp-base-template
C++ project template.
cpp-gui-template-sdl2
C++ GUI starter project template with CMake and Cpack, Dear ImGui, and SDL2.
cpp-gui-template-sdl2-opengl
C++ GUI starter project template with CMake and Cpack, Dear ImGui, SDL2, and OpenGL 4.1.
cpp-gui-template-sdl3-opengl
C++ GUI starter project template with CMake and Cpack, Dear ImGui, SDL3, and OpenGL 4.1.
lua-series
The companion repository to my Lua blog series.
martin-fieber.de
My website sources 🏡
nerder-index
Calculate a difficulty for a given functions.
number-generator
Generate repeatable pseudo random numbers and non-cryptographic hash numbers for usage in Node.js and browser environments.
MartinHelmut's Repositories
MartinHelmut/cpp-gui-template-sdl2
C++ GUI starter project template with CMake and Cpack, Dear ImGui, and SDL2.
MartinHelmut/cpp-gui-template-sdl2-opengl
C++ GUI starter project template with CMake and Cpack, Dear ImGui, SDL2, and OpenGL 4.1.
MartinHelmut/number-generator
Generate repeatable pseudo random numbers and non-cryptographic hash numbers for usage in Node.js and browser environments.
MartinHelmut/berries
Helper and tools to speed up and support your developer workflow. Pick your berries! 🍇
MartinHelmut/cpp-base-template
C++ project template.
MartinHelmut/lua-series
The companion repository to my Lua blog series.
MartinHelmut/cpp-gui-template-sdl3-opengl
C++ GUI starter project template with CMake and Cpack, Dear ImGui, SDL3, and OpenGL 4.1.
MartinHelmut/martin-fieber.de
My website sources 🏡
MartinHelmut/nerder-index
Calculate a difficulty for a given functions.
MartinHelmut/cpp-small-gui-project-sdl2
Small C++ GUI project template with SDL2 and SDL2_ttf.
MartinHelmut/embedding-lua-in-cpp-example
This is an example repository on how to embed Lua in C++.
MartinHelmut/mono
All the sources for my "Speaking about mono repos" presentation.
MartinHelmut/SynDOM
[DEPRECATED] SynDOM is a JavaScript library for basic DOM operartions, event handling, basic animations, ajax and simple module loading (without dependencies).
MartinHelmut/callbaker
[DEPRECATED] Very small event system based on data attributes. Register and listen to element bound functions and trigger custom event types.
MartinHelmut/cpplox
Going through CraftingInterpreters C part but implementing it in C++
MartinHelmut/imnodes
CMake only fork of a small, dependency-free node editor for Dear ImGUI.
MartinHelmut/mappersmith
is a lightweight rest client for node.js and the browser
MartinHelmut/strex-lang
The "Strange expression language" is only used to train regular expressions in JavaScript. Also a bit of parser design in a hopefully not so boring way.
MartinHelmut/cpp-gui-template-sdl3
C++ GUI starter project template with CMake and Cpack, Dear ImGui, and SDL3.
MartinHelmut/tap-article
This is the companion repository for my blog article about TAP.
MartinHelmut/vscode-luacheck
Luacheck for Visual Studio Code