https://github.com/simonet99/ettorinaengine
A custom game engine under development written in c++.
https://github.com/simonet99/ettorinaengine
cpp opengl rendering
Last synced: about 2 months ago
JSON representation
A custom game engine under development written in c++.
- Host: GitHub
- URL: https://github.com/simonet99/ettorinaengine
- Owner: SimoneT99
- Created: 2024-11-25T16:35:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-16T15:33:12.000Z (over 1 year ago)
- Last Synced: 2025-12-04T02:51:30.299Z (7 months ago)
- Topics: cpp, opengl, rendering
- Language: C++
- Homepage:
- Size: 7.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A custom game engine designed with these principles in mind:
- **Highly parallel**: Optimized to maximize performance on multi-threaded machines.
- **Graphics pipeline independent**: Programmers can develop their own rendering pipelines if desired.
- **Programmer-friendly**: Designed to be easy for developers to work with (specific details to be determined).
- **Modular architecture**: The engine is being developed with modularity in mind, allowing each core component to be rewritten if needed. The default implementations will likely be fine-tuned for a specific style (yet to be decided).
This project is a passion project and a learning tool, so it should not be considered a fully fleshed-out engine.