Allusion

A free and open source desktop application for managing your visual library (by allusion-app)

Allusion Alternatives

Similar projects and alternatives to Allusion

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Allusion alternative or higher similarity.

Allusion reviews and mentions

Posts with mentions or reviews of Allusion. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-31.
  • Allusion is a tool built for artists, aimed to help you organize your Visual Library
    1 project | /r/DigitalArt | 22 Apr 2023
  • Digital asset management for design studio
    4 projects | /r/selfhosted | 31 Mar 2022
    Allusion? https://github.com/allusion-app/Allusion
  • How to manage state on the Rust side when using WASM?
    2 projects | /r/rust | 4 Mar 2022
    You can only block a web worker thread; blocking in the main thread is not allowed by browser vendors. If you want to synchronize two web workers, you can use the std primitives like Mutex and compile with atomics. If you want to synchronize the main thread and a web worker, you need to build this yourself. I have implemented this in one of my code bases (https://github.com/allusion-app/Allusion/blob/master/wasm/masonry/src/sync.rs) but the code is GPL licensed. Note this particular code only works in browsers that support Atomics.waitAsync. An alternative is to wrap a worker.onmessage callback in a Promise and await that. Also statics are used because I don't want the overhead of calling receive from JavaScript back to Rust in the web worker, not that they are required.
  • Anybody doing WASM state management in Rust?
    4 projects | /r/rust | 22 Feb 2022
    One idea that could work out is to move state management to a web worker and state changes are just messages between the main thread and web worker (JS example with Redux + React + Comlink. The Redux and Comlink would be reimplemented in Rust (requires atomics, WASM intrinsics and however Redux works). However, using atomics is not so nice. Atomic.waitAsync has so far been only stabilized in Chrome last time I used it and the Rust std library has no equivalent, so you still have to call that from Rust. I've implemented something similar to a channel/spinlock but with statics (github source).
  • Creating a Sleek Masonry Gallery with React and WebAssembly
    4 projects | dev.to | 18 Apr 2021
    The final implementation: Masonry algorithm in Rust, Webworker, Masonry renderer which makes use of the Virtualized renderer
  • A note from our sponsor - WorkOS
    workos.com | 24 Apr 2024
    The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning. Learn more →

Stats

Basic Allusion repo stats
5
629
3.9
5 days ago

allusion-app/Allusion is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.

The primary programming language of Allusion is TypeScript.


Sponsored
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com