mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
a76eedcbf6
Decker is a multimedia platform for creating and sharing interactive documents, with sound, images, hypertext, and scripted behavior. It builds on the legacy of HyperCard and the visual aesthetic of classic MacOS. It retains the simplicity and ease of learning that HyperCard provided, while adding many subtle and overt quality-of-life improvements, like deep undo history, support for scroll wheels and touchscreens, more modern keyboard navigation, and bulk editing operations. port from Jag Talon who is also taking maintainer, thanks! Tweaks from me, ok/tweaks sthen and gkoehler (README/DESCR folded and minor tweak to CC handling done after the oks)
24 lines
906 B
Plaintext
24 lines
906 B
Plaintext
+-------------------------------------------------------------------------------
|
|
| Running ${PKGSTEM} on OpenBSD
|
|
+-------------------------------------------------------------------------------
|
|
|
|
Decker comes with a quickstart guide when you launch decker. More
|
|
examples are available in ${TRUEPREFIX}/share/examples/decker and
|
|
you can see them by passing them as an argument:
|
|
|
|
$ decker ${TRUEPREFIX}/share/examples/decker/chickenwave.deck
|
|
|
|
Decker comes with its own scripting language called the Lil programming
|
|
language. A standalone version of the Lil interpreter is installed
|
|
as `lilt`. You can find examples of Lil programs by in the same
|
|
directory. Try out the following:
|
|
|
|
$ lilt ${TRUEPREFIX}/share/examples/decker/mandel.lil
|
|
|
|
Manuals
|
|
=======
|
|
|
|
Beyond the examples provided, you also have access to offline HTML
|
|
manuals. You can open them by navigating your browser to
|
|
${TRUEPREFIX}/share/doc/decker/
|