https://github.com/wa1t5/hm
2D Framework
https://github.com/wa1t5/hm
2d cpp game-development game-framework open-source sdl3
Last synced: 9 months ago
JSON representation
2D Framework
- Host: GitHub
- URL: https://github.com/wa1t5/hm
- Owner: Wa1t5
- License: mit
- Created: 2022-07-25T00:33:54.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2023-05-05T20:25:19.000Z (about 3 years ago)
- Last Synced: 2023-07-10T01:24:35.437Z (about 3 years ago)
- Topics: 2d, cpp, game-development, game-framework, open-source, sdl3
- Language: C++
- Homepage:
- Size: 3.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hm: 2D Framework
### Features:
* Entity Manager
* Scene Manager
* Physics (AABB)
* Sprites
* 2D Renderer (SDL_Renderer)
### Structure:
SDL2 is used for input and window handling, SDL_image is used for image loading
### Why:
I wrote this to gain more experience with C++
### Status:
As stated before i wrote this project purely for gaining experience with c++ and having more projects on my portfolio
### How to build:
The project already comes with SDL and SDL_image as submodules
```
mkdir build
cmake -B ./build -G Ninja
cd build
ninja
```
### Examples:
https://github.com/Wa1t5/Hm-Examples