Web presentation of the Line and Surface project. https://sdbs.cz/las/
 
 
 
 
Go to file
Tomáš Mládek 1c8e8129a5 wip: add tools 2022-07-31 18:01:55 +02:00
public 🎉 Svelte port 🏗️ 2022-07-26 18:45:01 +02:00
src feat: show version in dev panel 2022-07-26 19:43:55 +02:00
tools wip: add tools 2022-07-31 18:01:55 +02:00
.browserslistrc move app/* to root of repo 2021-05-16 21:33:59 +02:00
.gitignore 🎉 Svelte port 🏗️ 2022-07-26 18:45:01 +02:00
.gitlab-ci.yml chore: don't include .gitkeep in artifacts 2022-07-26 20:00:41 +02:00
LICENSE Add LICENSE 2021-04-09 17:38:46 +02:00
README.md feat: add authoring notes to README 2022-07-26 22:52:15 +02:00
index.html 🎉 Svelte port 🏗️ 2022-07-26 18:45:01 +02:00
package.json feat: add sentry 2022-07-26 19:08:22 +02:00
svelte.config.js 🎉 Svelte port 🏗️ 2022-07-26 18:45:01 +02:00
tsconfig.json 🎉 Svelte port 🏗️ 2022-07-26 18:45:01 +02:00
tsconfig.node.json 🎉 Svelte port 🏗️ 2022-07-26 18:45:01 +02:00
vite.config.ts feat: show version in dev panel 2022-07-26 19:43:55 +02:00
yarn.lock feat: add sentry 2022-07-26 19:08:22 +02:00

README.md

Line and Surface

Web presentation of the Line and Surface project.

Live at https://sdbs.cz/las/.

Authoring

(Taken directly from Digital Garage Anabasis - yet to be tidied up)

anchors

  • object ---> right click ---> create link

  • id without hashtag

  • anchor <---description <---#anchor_id <---rectangle

  • object ---> right click ---> create link
  • href >>> url

intro / start

  • square
  • object properties --> id start

movies

  • image file --> object properties
  • ---> description
  • down / up /... / up left / right down /....
  • new line
  • motion_source/sutr1/files.lst
  • ---> ! set button !
  • down motion_source/sutr1/files.lst

linux list

ls *.png > files.lst

windows list

The method is the same as for all versions of Windows, starting with Windows 3.1 (from 1985!):

  1. Open File Explorer.
  2. Navigate to the folder under scrutiny.
  3. Press Ctrl+L
  4. Type this command (or use copy/paste) and press Enter:
    cmd  /c  dir  /b  > "%temp%\Dir.txt"  & notepad  "%temp%\Dir.txt"

sound

  • circle (ELLIPSE NONONO)
  • object properties ---> desription
  • sound_source/xxx.mp3
  • ---> ! set button !

Interaction manual

double click - fullscreen click with middle button - grab spacebar - anchor //intro mouse pointer --> edge - edge scrolling [fullscreen must be on]

image optimizations

png

parallel --lb --tag optipng -o 5 -i 1 ::: **/*.png

  • parallel = process in parallel
  • -o 5 = ridiculously high optimization
  • -i 1 = turn on interlacing

jpeg

parallel --lb --tag jpegoptim --all-progressive --force ::: **/*.jpg