Squashed from work: - vj decks: sync is a held lock — pinned master, per-pump rate servo - vj: the deck explorer opens on music - frametween: the VJ's in-betweener becomes a library — the whole mode set, one definition - frametween: the gate says which tier moved the picture, from pixels - frametween: BGRA words go in as they are, and a host may own the clock - vj: archive.org as a content source - platform: native file and save dialogs, in-house on all three desktops - vj: rounder slider caps, and the cap body reads as a blob - ai-hub: makepad-asset-ai becomes makepad-ai-hub at libs/ai/hub, the chat pane becomes makepad-chat-ui, the service bin - vj: DREAM runs execute in the app — pipelines.rs becomes the run it used to watch (aicore §9 / F1) - vj: plain generations execute in the app too — the store's job queue loses its last vj client (aicore §9 / F2) - asset-creator: the runner — generate one thing and put it in the catalog, one implementation for every surface (aicore - importer + asset-server host: the coordination era ends (aicore P7) - client + chat dispatcher: the dead wire comes out (aicore P7/P8) - zero-warning sweep, round five — vj and chat-ui - zero-warning sweep, round six — three cascades - zero-warning sweep, round seven — the last two
17 lines
677 B
TOML
17 lines
677 B
TOML
# Internet Archive (archive.org) content input: search, item metadata, and
|
|
# bounded HTTPS downloads of images and video, on the makepad network layer.
|
|
#
|
|
# UI-free and store-free on purpose. It knows how to FIND and FETCH archive
|
|
# content into a local digest-keyed cache; whoever hosts it (the VJ, the
|
|
# asset UI, a CLI) decides what to show and what to publish where.
|
|
|
|
[package]
|
|
name = "makepad-archive-org"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "archive.org search + download client on the makepad network layer"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
makepad-network = { path = "../../platform/network" }
|
|
makepad-micro-serde = { path = "../micro_serde" }
|