This repository provides a quick and easy installation guide for the graphics.h library on Ubuntu systems. With just one command, you can set up your graphics development environment seamlessly.
This guide is specifically made for Sppu students who have the subject Computer Graphics.
For more details, visit the official website: Graphics.h
To install the graphics.h library on Ubuntu, copy and paste the following command into your terminal:
sudo apt update && sudo apt install git -y && \
git clone https://github.com/AlbatrossC/graphics.h.git && \
cd graphics.h && \
chmod +x install.sh && \
./install.sh- Quick and hassle-free installation
- Fully compatible with Ubuntu
- Ideal for students learning Computer Graphics
After successful installation, you can start using the graphics.h library in your C/C++ programs for graphics-based projects.
For any issues or queries, feel free to open an Issue in this repository.
Happy Coding! 🎨💻