Skip to content

Limer-Software/Gamink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gamink

A paint program written in C++ using GTK4.

Installation

Debian/Ubuntu based systems:

First install the dependencies:

sudo apt install build-essential libgtk-4-dev

Then build the project:

./build.sh

To build and run the project:

./test.sh

Windows users:

Install MSYS2 and run the following commands in the MSYS2 terminal:

pacman -S mingw-w64-x86_64-gtk4 mingw-w64-x86_64-toolchain

Then build the project:

./build.sh

To build and run the project:

./test.sh

About

A free and open-source drawing software dedicated to games design.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published