- ๐ QT cmake library template: Template for creating c++ Qt libraries and applications
- ๐ง Cmake Lib Creator: Tool to create and manage CMake based c++ libaries using the template above.
- ๐ฒ Stock Market Mod: Minecraft mod to buy and sell items on a global market.
- ๐ฎ QSFML EditorWidget: A simple game enginge to create simulation projects.
- โ๏ธ Logger: Library for creating and visualizing log messages.
- ๐ License Manager: License creation and validation library.
- #๏ธโฃ Ribbon Widget: Library to create a ribbon for a Qt application.
- ๐ Task Graph: Library for scheduling tasks with dependencies using multithreading.
- ๐ Neural Net: Simple machine learning library.
- ๐ Json Database: Library to serialize and deserialize objects as json format.
- ๐ง App Settings: Library to manage application settings.
- ๐ Unit Test: Library to create unit tests.
- ๐ฅ Crash Report: Library that shuld detect the crash of a application and saves the stack trace and some debug infos.
- ๐๏ธ Command line parser: Library to read and parse command line arguments.
- ๐ Object Serializer: Library to save and load objects to/from a binary file.
- ๐ All Models: CAD models for electronics and other stuff.
- C++ programming from scratch
- Simulation programming
- Designing custom applications and libraries