https://github.com/dwctor/gameabstractionperformanceanalysis
https://github.com/dwctor/gameabstractionperformanceanalysis
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dwctor/gameabstractionperformanceanalysis
- Owner: Dwctor
- Created: 2024-04-18T19:57:44.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-04T22:12:12.000Z (over 1 year ago)
- Last Synced: 2025-03-12T09:37:20.869Z (over 1 year ago)
- Language: Rust
- Size: 1.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game Abstraction Performance Analysis (GAPA)
> This repository is an "Analysis of Game Performance at Different Abstraction Levels". An overview of the ideas, tasks and goals of the project can be found in `Proposal.pdf`.
## Template
All three game engine folders have a `template` subfolder that attempts to show the structure that all games in that game engine will try to replicate.
Other than that, the Template example has a FPS display to show how many frames per second that engine achieves.