Skip to content

iillis/Hirie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Graphic Engine

Hirie is a simple graphic engine written in c++.

DEPENDENCIES

Dependencies
clang/clang++
cmake
SDL2

HOW TO BUILD

mkdir build
cd build
cmake ..
cmake --build .

The library file can be found in build/bin/

HOW TO INSTALL

cd build
cmake --install .

HOW TO RUN THE EXAMPLES

After building the library and not necessarily installing it:

cd examples
mkdir build
cd build
cmake ..
cmake --build .

All the resulting binaries can be found in the build directory.

SHOWCASE

image image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published