matisiekpl / gtk-meme-maker

Super simple meme maker written in C++ for GTK :rocket:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meme Maker 🚀

Basic meme maker written in C++ for GTK

screenshot.png

Goal

The goal is to create very simple GTK demo app, that integrates all the skills learned at Programming course.

Building from source

Requirements: opencv, gtk linked into g++

cmake .                                # Compiles
./cmake-build-debug/meme_maker         # Runs 

Architecture

Project is written in C++. Uses GTK for driving UI components and OpenCV for bitmap operations. CMake is used as build system.

Author

Mateusz Woźniak, 2022, ISI AGH

About

Super simple meme maker written in C++ for GTK :rocket:


Languages

Language:C++ 94.3%Language:CMake 5.7%