Skip to content

Kableado/GameLib

Repository files navigation


logo
GameLib

A library for 2D game development on C

This repo contains a really simple library for developing 2D games!

Preview🙈:

(Make a video of the demo and upload it)

How to use⬇️:

  1. Clone this repo.
git clone https://github.com/Kableado/GameLib.git
cd GameLib
  1. Run cmake inside this repo's main directory.
cmake ./
cmake --build ./
  1. Link the libGamelib.a file with your project!

Now that you built the library using cmake, its time to Link it! Either take a look at directory Example.Gamelib to figure out how to link with cmake OR copy the libGameLib.a file to your project, copy all the header files in this project's src/ to /usr/local/include and link manually with gcc.

Documentation📖:

This project's documantation is work-in progress but I'm trying to document the source code for now!

Work in progress⚒️:

This is still a work in progress project!

Thank you Stargazers⭐:

Stargazers repo roster for @Kableado/GameLib

Thank you Forkers🍴:

Forkers repo roster for @Kableado/GameLib