luyao777 / Hummer

Game Engine - Hummer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hummer

This is my latest game engine project. In this project, I will build a complete game engine from scratch and keep it updated. This project will follow the video and code, modify it according to my idea, and you will see how to implement such a game engine in a mac system (or linux system).

I named it hummer. This is actually my C++ practice project. 😂

Getting Started

Cloning this repository:

git clone https://github.com/luyao777/Hummer.git

and run the following cmds

cd build
cmake .. && make
./Application

About

Game Engine - Hummer

License:Apache License 2.0


Languages

Language:C++ 49.0%Language:CMake 31.2%Language:C 19.8%