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

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

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