Projects with this topic
-
-
A game engine and a game that are gradually developed during the Programming 4 course at Howest Digital and Entertainment in the academic year 2025/2026
Updated -
This is an emulator of Elektronika UKNC (Электроника УК-НЦ/МС 0511) soviet personal microcomputer. Designed to be portable, it's using SDL3. Can be built for Windows, Linux and probably other unix flavours.
Updated -
This project unifies SDL2 and SDL3 API in a header-only approach, no library binary to link to, with the following features:
Dedicated C++ abstractions to expose a consistent interface. Unifying SDL2 and SDL3 API for version-agnostic applications. Turns native data structures into object-oriented entities with methods. Leverages smart pointers for safer resource management.This project requires C++20.
Updated -
-
A CHIP-8 emulator project, made for fun, in C/C++
Updated -
Test project video player. Allows to decode audio and video stream from file using ffpeg library, . interface works based on QT Framework, Sound is delivered to sound card after decoding to wave using stream provided by SDL library. Project still in earlier phase
Updated