8000 GitHub - miguelgalmeida/krita_spectral_atualization: Krita is a free and open source cross-platform application that offers an end-to-end solution for creating digital art files from scratch built on the KDE and Qt frameworks. This is a actualizantion of Spectral.JS Ronald van Wijnen rvanwijnen implemantaion on Krita.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Krita is a free and open source cross-platform application that offers an end-to-end solution for creating digital art files from scratch built on the KDE and Qt frameworks. This is a actualizantion of Spectral.JS Ronald van Wijnen rvanwijnen implemantaion on Krita.

License

Notifications You must be signed in to change notification settings

miguelgalmeida/krita_spectral_atualization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Picture

CI Name Master Stable Release
Pipeline pipeline status pipeline status Latest Release

Disclaimer: This is just an implementation from Ronald van Wijnen Spectral.js for Krita 5.3.0 Build, I do not know how to program in C++ but have study C# enough to do this, for now i'ts just a copy from Spectral Krita make by Ronald. I made these because build the old version on Linux was impossible due the actualizations on the process and new bugs, for now I will try to learn how to code C++ to help the complete implementation of Spectral on Krita.

Note: Nightly builds are not covered by this table atm

Krita is a free and open source digital painting application. It is for artists who want to create professional work from start to end. Krita is used by comic book artists, illustrators, concept artists, matte and texture painters and in the digital VFX industry.

If you are reading this on GitHub, be aware that this is just a mirror. Our real code repository is provided by KDE: https://invent.kde.org/graphics/krita.git

Picture

Repository Status

For branch: master

Freeze type Status
Feature Freeze no freeze, features allowed
String Freeze no freeze, strings allowed

User Manual

https://docs.krita.org/en/user_manual.html

Development Notes and Build Instructions

Please follow the online documentation.

Other developer guides, notes and wiki:

https://docs.krita.org/en/untranslatable_pages.html

Apidox:

https://api.kde.org/krita/html/index.html

Bugs and Wishes

https://bugs.kde.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=ASSIGNED&bug_status=REOPENED&list_id=1315444&product=krita&query_format=advanced

Discussion Forum

IRC channel

Most of the developers hang out here. If you are interested in helping with the project this is a great place to start.

libera.chat, #krita

Project Website

https://www.krita.org

Nightly builds

Unstable

Stable

Developers builds

Linux build with debug symbols in Qt and Krita
  1. Go to Jobs section of Krita's CI: https://invent.kde.org/graphics/krita/-/jobs
  2. Search for the latest linux-debug-weekly job
  3. Enter the job and click on Artifacts->Browse
  4. Download the AppImage
Linux build with ASAN in Qt and Krita
  1. Go to Jobs section of Krita's CI: https://invent.kde.org/graphics/krita/-/jobs
  2. Search for the latest linux-asan-weekly job
  3. Enter the job and click on Artifacts->Browse
  4. Download the AppImage
  5. Set up environment variable for ASAN:
        export ASAN_OPTIONS=new_delete_type_mismatch=0:detect_leaks=0
  6. Run the AppImage in the modified environment
Windows build with ASAN in Qt and Krita
  1. Go to Jobs section of Krita's CI: https://invent.kde.org/graphics/krita/-/jobs
  2. Search for the latest windows-asan-weekly job
  3. Enter the job and click on Artifacts->Browse
  4. Download the .zip file
  5. Open terminal
  6. Set up environment variable for ASAN:
        set ASAN_OPTIONS=new_delete_type_mismatch=0:detect_leaks=0
    
  7. Change working directory to c:\path\where\you\downloaded\krita-5.3.0-prealpha-git12345\bin. That is important, otherwise ASAN will not be able to locate llvm-symbolizer.exe and the backtraces generated by ASAN will not contain proper symbols.
        cd c:\path\where\you\downloaded\krita-5.3.0-prealpha-git12345\bin
    
  8. Run krita
        krita.com
    

License

Krita as a whole is licensed under the GNU Public License, Version 3. Individual files may have a different, but compatible license.

About

Krita is a free and open source cross-platform application that offers an end-to-end solution for creating digital art files from scratch built on the KDE and Qt frameworks. This is a actualizantion of Spectral.JS Ronald van Wijnen rvanwijnen implemantaion on Krita.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 90.6%
  • Python 3.1%
  • C 2.3%
  • CMake 1.6%
  • HTML 0.7%
  • Rich Text Format 0.6%
  • Other 1.1%
0