Giter Site home page Giter Site logo

nilnu1l / cascade Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ttddee/cascade

0.0 0.0 0.0 7.97 MB

Node-based image editor with GPU-acceleration.

License: GNU General Public License v3.0

QMake 2.76% C++ 96.54% GLSL 0.51% C 0.09% Shell 0.09%

cascade's Introduction


Node-based Image Editor


Cascade

Cascade

Cascade is a node-based image editor with GPU-acceleration.

Features

  • Non-destructive node-based editing workflow
  • All image processing is done on the GPU
  • 32 bit linear color pipeline
  • Support for the most common color spaces and file formats

Download

Cascade is free software. If you want to try it out, the latest binaries for Windows and a Linux AppImage are here.

If you want to get involved or have questions, please join our Discord or create an issue here on Github.

Windows Build

To build the project on Windows, you will have to install Qt and the Vulkan SDK manually. The rest is handled by vcpkg.

Windows versions are compiled with MSVC 2019 64bit.

Install Qt using the official installer. At the moment we are using version 5.15.0, installed into C:\Qt515.

It's easiest to use Qt Creator as IDE, but feel free to use Visual Studio if you want.

Open a command prompt and clone the Cascade repo:

git clone https://github.com/ttddee/Cascade

Enter the project directory and install vcpkg:

cd Cascade
git clone https://github.com/microsoft/vcpkg
.\vcpkg\bootstrap-vcpkg.bat

Now you can install all other dependencies using the command below:

.\vcpkg\vcpkg --feature-flags="versions" install --triplet=x64-windows

It will take a while to compile but upon completion you should be able to open the project in Qt Creator, configure your compiler and build.

Ubuntu Build (21.10)

We are going to download the repository into the home directory.

cd ~

Clone the repository:

git clone https://github.com/ttddee/Cascade

Change to the Cascade directory and execute the ubuntu-setup bash script.

cd Cascade
chmod +x ubuntu-setup
sudo ./ubuntu-setup

This should install all the dependencies you need as well as QtCreator.

Now, open the project with QtCreator and configure it to use Qt5, GCC as compiler and GDB as debugger.

Shortcuts

  • F1 - View selected node front input

  • F2 - View selected node back input

  • F3 - View selected node alpha input

  • F4 - Toggle between selected node RGB output and alpha output

  • Delete - Delete selected node

  • Ctrl + Left Click - Reset slider to default

Tech

Cascade is written in C++ and runs on Windows and Linux. You will need a Vulkan-compatible GPU to run the program.

The GUI was created in Qt and all rendering is done on the GPU through Vulkan with GLSL as shading language.

For IO and color space conversion we are using OpenImageIO/OpenColorIO.

Multithreaded computations on the CPU are done with TBB.

cascade's People

Contributors

ttddee avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.