An open API service indexing awesome lists of open source software.

https://github.com/vimichael/mygameengine


https://github.com/vimichael/mygameengine

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# My Engine
## A Game Engine made using SDL2.

This is a simple game engine to satisfy my game development needs through the use of object-oriented design, automatic memory management, and a user-friendly scene architecture.

### Dependencies:
- SDL2
- SDL_image
- SDL_ttf
- SDL_mixer

### Features
- Application management system
- Scene management + scene stack workflow
- Content Management system
- Event handling