Skip to content

Collection of small experiments realized while exploring game and engine development. A centralized space for my various learning tests and technical discoveries.

License

Notifications You must be signed in to change notification settings

LeoSery/GameDev-Experiments--Cpp-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameDev-Experiments--Cpp-2025

This repository gathers various small-scale game development experiments and tests that are too small to have their own dedicated repository but are valuable for learning purposes. It serves as a centralized space to collect my different C++ learning tests and technical discoveries made during the year 2025.

Projects

A small GLSL shader that generates two energy balls spinning around each other and blending when they intersect.

Shader GLSL Demo

Comparison between Object-Oriented and Data-Oriented design approaches using employee data processing as a case study.

DataOriented Demo

A lightweight C++ thread pool implementation for managing concurrent task execution.

WorkerPool Demo

Repository Structure

Each mini-project has its own folder at the root level, containing:

  • A specific README.md file describing the project and documenting its usage
  • The source files

About

Collection of small experiments realized while exploring game and engine development. A centralized space for my various learning tests and technical discoveries.

Topics

Resources

License

Stars

Watchers

Forks