Projects with this topic
-
-
-
Engine version: Unreal Engine 5.6.1
Updated -
This is part of a basic machine learning course based on LibTorch. While probably 99% of the ML community uses python, this course is a bit different and uses C++. If you are a python user, you will probably find your happiness in one of the many repositories available online. However, if you need decent horsepower under the hood, this course might be what you are looking for.
Updated -
-
-
Strip all data that isn't image data from a jpeg by decoding and re-encoding it using libjpeg.
Updated -
Deimos is a modular Unreal Engine gameplay showcase focused on implementing core mechanics typical for a multiplayer shooter. The goal is not to create a full game, but to demonstrate clean, scalable, and production-ready code design for common gameplay systems.
Updated -
Personal project to improve C++ skills and raylib use. Practice for University's final project.
Updated -
1575S Pushback code; Put it anything fr, but keep it organized
Updated -
This is a tool for obfuscating functions in C/C++ programs on Windows. It hides what a function does by changing its code while the program is running, moves that code to another place in memory, and uses Windows exception handling to jump to the moved code when the function is called.
Updated -
Qt6 QML C++ implementation of the popular Conway's Game of Life
Updated -
-
A cross-platform C++ library for using UCI (Universal Chess Interface) chess engines easily.
Updated