https://github.com/leosery/gamedev-experiments--cpp-2025
Collection of small experiments realized while exploring game and engine development. A centralized space for my various learning tests and technical discoveries.
https://github.com/leosery/gamedev-experiments--cpp-2025
cpp data-oriented-design game-development glsl mutlithreading shaders
Last synced: 7 months ago
JSON representation
Collection of small experiments realized while exploring game and engine development. A centralized space for my various learning tests and technical discoveries.
- Host: GitHub
- URL: https://github.com/leosery/gamedev-experiments--cpp-2025
- Owner: LeoSery
- License: mit
- Created: 2025-01-27T19:56:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T22:08:16.000Z (about 1 year ago)
- Last Synced: 2025-03-29T06:45:03.190Z (11 months ago)
- Topics: cpp, data-oriented-design, game-development, glsl, mutlithreading, shaders
- Language: C++
- Homepage: https://www.leosery.com/projects/game-dev-experiments
- Size: 777 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
### [Shader-GLSL](./Shader-GLSL)
A small GLSL shader that generates two energy balls spinning around each other and blending when they intersect.

## [DataOriented](./DataOriented/)
Comparison between Object-Oriented and Data-Oriented design approaches using employee data processing as a case study.

### [WorkerPool](./WorkerPool/)
A lightweight C++ thread pool implementation for managing concurrent task execution.

## 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