topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 12:55 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: OpenToonz might interest our graphic artist users  (Read 4751 times)

kyrathaba

  • N.A.N.Y. Organizer
  • Honorary Member
  • Joined in 2006
  • **
  • Posts: 3,200
    • View Profile
    • Donate to Member
OpenToonz might interest our graphic artist users
« on: July 21, 2016, 04:27 PM »
https://opentoonz.github.io/e/

Looks pretty nifty. I've downloaded it and am playing with it. It's 2D animation software.

Edvard

  • Coding Snacks Author
  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 3,017
    • View Profile
    • Donate to Member
Re: OpenToonz might interest our graphic artist users
« Reply #1 on: July 25, 2016, 11:30 PM »
Looks nice!  I got it to compile on Linux, now to figure out how to use it...  :-\

For those on Linux attempting the same, there may be an extra step you need to do:

In the "how_to_build_linux.md" file, there is a step for compiling the custom tiff library; "Building the tiff library from thirdparty".  Add the change below (in blue) to compile it with 'jbig' disabled:
CFLAGS="-fPIC" ./configure --disable-jbig && make

Well, try the 'official' step first, and if it craps out with "undefined reference" errors, try that.