Skip to content

Rendera is a painting program suitable for photo-retouching and making seamless textures.

License

Notifications You must be signed in to change notification settings

caadxyz/rendera

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rendera

Screenshot

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.

Build it from source

$ 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.

Dependencies

Libraries

  • 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.

Toolchain

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

About

Rendera is a painting program suitable for photo-retouching and making seamless textures.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 48.8%
  • C++ 41.0%
  • Assembly 10.0%
  • Makefile 0.2%