https://github.com/seppahbaws/minigin
A small 2D C++ game engine that I made for the Programming 4 exam
https://github.com/seppahbaws/minigin
cpp sdl2
Last synced: about 1 month ago
JSON representation
A small 2D C++ game engine that I made for the Programming 4 exam
- Host: GitHub
- URL: https://github.com/seppahbaws/minigin
- Owner: SeppahBaws
- Created: 2020-03-18T19:04:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T14:46:05.000Z (over 5 years ago)
- Last Synced: 2025-03-01T02:23:28.947Z (over 1 year ago)
- Topics: cpp, sdl2
- Language: C++
- Homepage:
- Size: 7.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minigin
This project is my assignment for the final exam of the Programming 4 course at Digital Arts and Entertainment at Howest.
## Engine features
- SceneManager
- GameObject-Component system
- Flexible Input system
- Physics system using [Box2D](https://box2d.org/)
## Engine Order of Execution
```
OnPrepare()
OnPhysicsUpdate() <---+
OnUpdate() | Game Loop
OnRender() |
OnRenderImGui() ----+
OnCleanup()
```
---
Github Repo: https://github.com/SeppahBaws/Minigin
---
##### This project is part of my education at [Digital Arts and Entertainment](http://digitalartsandentertainment.be).

###### https://seppedekeyser.be