Skip to content

A 3D engine written exclusively for the sake of learning OpenGL. Now abandoned.

Notifications You must be signed in to change notification settings

ekdennisek/himinbjorg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

himinbjorg

Minimalistic game engine written exclusively in order to learn OpenGL.

Building

Clone the repository and the submodules

git clone [email protected]:ekdennisek/himinbjorg.git
git submodule update --init --recursive

Also, make sure you have the necessary dependencies. On Ubuntu, simply install them using apt

apt install libicu-dev libbullet-dev libglfw3-dev libglew-dev libfreetype-dev libsoil-dev

Then compile it using Meson

meson build && cd build
meson compile

About

A 3D engine written exclusively for the sake of learning OpenGL. Now abandoned.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published