Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Paint of Persia

Paint of Persia is a rotoscoping pixel-art tool · By dunin

Linux and Mac Users Sticky

A topic by dunin created Jul 02, 2016 Views: 3,430 Replies: 1
Viewing posts 1 to 2
Developer (5 edits) (+2)

Run Paint Of Persia on Linux is really easy.

post here which version works and will update if someone confirm that a more recent version works.

Currently known working versions on linux: 0.2.0

Here are the simple instructions to run Paint Of Persia:


Linux build

  • Download and extract nwjs here http://nwjs.io/
  • Download and unzip the ptop_x.x.x_without_nwjs.zip file in the same folder.
  • open package.json with a text editor and add this line : "chromium-args": "–enable-transparent-visuals –disable-gpu"
    (For example, the start of the files should look like this:
    {
    "app_name": "ptop",
    "chromium-args": "–enable-transparent-visuals –disable-gpu"
    "window": {
    etc...)
  • run nw
  • (you may have to enable compositing)

Thanks