This is a C Boilerplate for my future C projects on Codam using Minilibx. This boilerplate allows me to start projects swiftly with a pre-made template.
Texture Utilities- Color Utilities
- Events Bind a event to a specific key
- gcc
- make
- MacOS Dependencies:
- OpenGL
- Linux Dependencies:
- X11 include files (package xorg)
- XShm extension must be present (package libxext-dev)
- Utility functions from BSD systems - development files (package libbsd-dev)
Step 1. Install this repository
git clone https://github.com/naviisml/c-minilibx-boilerplate.git
Step 2. Add the submodules
git submodule init
git submodule update
Step 1. Installing the dependencies
sudo apt-get install gcc make xorg libxext-dev libbsd-dev
Step 2. Install this repository
git clone https://github.com/naviisml/c-minilibx-boilerplate.git
Step 3. Add the submodules
git submodule init
git submodule update
make all
make all -f Makefile.linux
Made with tons of ☕ and ❤️ by Navi