- 📚 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.
- 💲 Bank System Mod: Minecraft mod that brings money and a banking system for items to the game.
- 📈 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 should 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