o-dka / sfPaint

An attempt to make a paint clone in sfml( also while using Imgui)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sfPaint

An attempt to make a paint clone in sfml( also while using Imgui)

Prerequisites

Cmake(>=3.0)
Ccache (if on linux)

Install

  1. Clone the repo
git clone https://github.com/o-dka/sfPaint.git
  1. Run ./cmake_cache.sh
  2. Build with cmake
cmake --build build

4.Run the program!

./build/sfPaint

About

An attempt to make a paint clone in sfml( also while using Imgui)

License:MIT License


Languages

Language:C++ 91.5%Language:CMake 6.8%Language:Shell 1.7%