Skip to content

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

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
COPYING
GPL-2.0
COPYING.txt
Notifications You must be signed in to change notification settings

ComputerNerd/rendera

 
 

Repository files navigation

Rendera

Screenshot

Rendera is a painting program suitable for photo-retouching and making seamless textures. Originally for Windows, it has been rewritten from scratch using C++/FLTK. Please see the Wiki for a list of features, and the credits file for a list of contributors and contact info.

Build it from source

$ git clone https://github.com/JoeDavisson/rendera.git

$ cd rendera

Uncompress the FLTK-1.3.3 source package here.

The Makefile supports linux and mingw cross-compiler targets. (Edit the Makefile to choose.)

$ make fltk

$ make

Dependencies

Libraries

  • FLTK-1.3.3
  • libxft-dev (required for font rendering)

Toolchain

Rendera is built with gcc-4.6. While clang-3.4 usually works, it's not "officially" supported.

About

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

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
COPYING
GPL-2.0
COPYING.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 65.2%
  • C 32.3%
  • Python 1.5%
  • Other 1.0%