All Projects → allusion-app → Allusion

allusion-app / Allusion

Licence: GPL-3.0 license
A free and open source desktop application for managing your visual library

Programming Languages

typescript
32286 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
rust
11053 projects

Projects that are alternatives of or similar to Allusion

timelens
Timelens command-line client
Stars: ✭ 39 (-85.28%)
Mutual labels:  art
graphest
A faithful graphing calculator
Stars: ✭ 42 (-84.15%)
Mutual labels:  art
generative
A digital playground for experimenting with creative coding and WebGL
Stars: ✭ 50 (-81.13%)
Mutual labels:  art
QuietVR
A Quiet Place in VR: Generate any 3D object with your voice. It's magic!
Stars: ✭ 17 (-93.58%)
Mutual labels:  art
generative.fm
A platform for playing generative music in the browser.
Stars: ✭ 1,557 (+487.55%)
Mutual labels:  art
pointu
✏️ Pointillisme tool based on Weighted Voronoi Stippling
Stars: ✭ 32 (-87.92%)
Mutual labels:  art
Sand-Table
An open-source platform for building DIY sand tables (like the Sisyphus or ZenXY)
Stars: ✭ 99 (-62.64%)
Mutual labels:  art
flutter rough
A Flutter implementation of the rough.js library
Stars: ✭ 77 (-70.94%)
Mutual labels:  art
desktop-entry-creator
A user-friendly GUI for creating desktop entries for installed applications on Linux
Stars: ✭ 47 (-82.26%)
Mutual labels:  desktop-application
geometrize-haxe-demo
Demo using Geometrize Haxe and HaxeFlixel to recreate images with geometric primitives
Stars: ✭ 17 (-93.58%)
Mutual labels:  art
grafana-monitoring-art
Grafana Monitoring Art datasource
Stars: ✭ 38 (-85.66%)
Mutual labels:  art
example-go-tray-gui
An example desktop system tray application that can launch HTML5 windows. Go source with a build process for Windows, Mac and Linux.
Stars: ✭ 49 (-81.51%)
Mutual labels:  desktop-application
NFT.net
An engine developed with .NET Core to generate NFT's through a graphical interface. Simple as that, in the best Grab & Go style.
Stars: ✭ 294 (+10.94%)
Mutual labels:  art
gophersnake
Stand-alone Gopher client for modern desktops
Stars: ✭ 14 (-94.72%)
Mutual labels:  desktop-application
eMarkDown
✨ Markdown Desktop App with Cloud Sync. MarkDown云笔记软件
Stars: ✭ 25 (-90.57%)
Mutual labels:  desktop-application
virena
A React-Native navigation prototyping tool on the desktop.
Stars: ✭ 58 (-78.11%)
Mutual labels:  desktop-application
corruption-loops
Digitally disintegrating music
Stars: ✭ 37 (-86.04%)
Mutual labels:  art
SuperformulaSVG
2D superformula line-art generator built in Processing, with SVG export for use in digital fabrication workflows.
Stars: ✭ 40 (-84.91%)
Mutual labels:  art
MagicaVoxel File Writer
MagicaVoxel File Writer dependency free cpp class
Stars: ✭ 26 (-90.19%)
Mutual labels:  art
microbium-app
Draw new worlds
Stars: ✭ 89 (-66.42%)
Mutual labels:  art

Build Status

Allusion

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.

Read more about Allusion →

Installation

Find the latest version of Allusion on the Releases page. The application can be automatically updated when a new version becomes available.

Development

Quick Start

You need to have NodeJS and a package manager such as Yarn installed. Then run the following commands to get started:

  1. Run yarn install to install or update all necessary dependencies.
  2. Run yarn dev to build the project files to the /build directory. This will keep running to immediately build changed files when they are updated.
  3. In a second terminal, run yarn start to start the application. Refresh the window (Ctrl/Cmd + R) after modifying a file to load the updated build files.

Release Build

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. Builds are automatically published to Github Releases when a tag is created in GitHub.

Further Information

Anything related from documentation to frequently asked questions can be found in our wiki.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].