Homepage of Johannes Lorenz |
||||
programscontributionsI did (and still do, as of 2018) major contributions to
self-madeA small collection of programs that I wrote. License is always GPL3, and languages always C++11. sca-toolsuite
array-sizearray-size is a simple example for SFINAE. It calculates the run-time-size of an array which is only passed via pointer in a template. It works with g++ and clang++, though I would not rely that it works with every compiler. minimalminimal is a minimal osc sequencer with a powerful C++11 interface. It can currently play simple melodies on zynaddsubfx. Soon, it will be able to handle automation and effects. In the future, it might be a powerful tool to draw images, create videos and even control computer games. |