Sid110307 / GraphicLib

Simple X11 2D graphics engine with physics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphicLib

Simple X11 graphics engine with physics.

Requirements

  • A compiler that supports C++20 (e.g. GCC, Clang, etc.)
  • CMake 3.20 or higher
  • X11 development libraries

Getting started

  • Clone the repository
$ git clone https://github.com/Sid110307/GraphicLib.git
$ cd GraphicLib
  • Configure and build
$ cmake -S . -B bin
$ cmake --build bin --target all -j4
  • Run the executable
$ ./bin/graphicLib

License

MIT

About

Simple X11 2D graphics engine with physics.

License:MIT License


Languages

Language:C++ 95.1%Language:CMake 3.1%Language:Shell 1.8%