Fork of Allusion with video support and some Quality-Of-Life improvements.
Allusion is a tool built for artists, aimed to help you organize your Visual Library – A single place that contains your entire collection of references, inspiration and any other kinds of images.
Find the latest version of Allusion on the Releases page.
You need to have NodeJS and a package manager such as Yarn installed. Then run the following commands to get started:
- Run
yarn installto install or update all necessary dependencies. - Run
yarn devto build the project files to the/builddirectory. This will keep running to immediately build changed files when they are updated. - In a second terminal, run
yarn startto start the application. Refresh the window (Ctrl/Cmd + R) after modifying a file to load the updated build files.
An installable executable can be built using yarn package for your platform in the /dist folder. The building is performed using the electron-builder package, and is configured by a section in the package.json file.
The original repo had a [wiki] with documentation (https://github.com/allusion-app/Allusion/wiki).
