Rendera is a painting program suitable for photo-retouching and making seamless textures. Originally a C program for Windows, it has been rewritten from scratch using C++/FLTK.
$ git clone https://github.com/JoeDavisson/rendera.git
$ cd rendera
Uncompress the FLTK-1.3.7 source package here.
The Makefile supports linux
and mingw
cross-compiler targets.
(Edit the Makefile to choose.)
$ make fltk
$ make
Note: Compilation can be sped up by including -j <threads>
after make
.
- FLTK-1.3.7
- libxft-dev (required for font rendering)
- PNG and JPEG libraries are included in the FLTK source package.
Everything is statically linked resulting in a standalone executable.
Rendera is built with gcc-9.3
.
Barry
is used to create the header for the embedded PNG icons:
$ git clone https://github.com/rubicks/barry