Krita 64-bit is a FREE digital painting and illustration application.Krita offers CMYK support, HDR painting, perspective grids, dockers, filters, painting assistants, and many other features you would expect.Krita is a FREE sketching and painting program.It was created with the following types of art in mind: concept art, texture or matte painting, illustrations and comics. Popular Alternatives to Krita for Mac. Carbon copy cloner for mac torrent. Explore 25+ Mac apps like Krita, all suggested and ranked by the AlternativeTo user community.

Krita for macbook
I'm not familiar with cmake or use cpp, but I followed the readme file to build from source.
(Note: cmake --build . --config RelWithDebInfo --target ext_kwindowsystem, gave me the most grief. I had to manually add the path to Qt5, Qt5Core, Qt5Gui, etc., for each CMakeCache files to the location Qt was installed. I used the Qt installer to install on my machine, but there were many errors because the cmake files couldn't find the Qt directories itself)
I was finally able to run make and make install (it sure took awhile to finally finish).
I got to the final step to open 'krita' based on the readme file.
'BUILDROOT/i/bin/krita.app/Contents/MacOS/krita'
However, when opening that file I got this error:
/Users/username/dev/i/bin/krita.app/Contents/MacOS/krita ; exit;
dyld: Library not loaded: @rpath/QtNetwork.framework/Versions/5/QtNetwork
Referenced from: /Users/username/dev/i/bin/krita.app/Contents/MacOS/krita
Reason: image not found
Trace/BPT trap: 5
logout
(Edited: Btw, this was not done on the master branch of krita. I checked out a branch for the v3.0 tag at the beginning)