| title | minWidth | minHeight |
|---|---|---|
Box Drawing Test |
60 |
25 |
function globalRender()
buffer:clear()
-- Title| -- snow.lua - Realistic snow effect module for Storie | |
| -- Can be embedded in any Markdown content with: | |
| -- ```lua module:snow | |
| -- [paste this file content] | |
| -- ``` | |
| local Snow = {} | |
| -- Configuration | |
| local SNOW_COUNT = 50 |
| title | minWidth | minHeight |
|---|---|---|
Box Drawing Test |
60 |
25 |
function globalRender()
buffer:clear()
-- Title| title | minWidth | minHeight |
|---|---|---|
UI |
60 |
25 |
local UI = {}
local Widget = {}
Widget.__index = Widget| title | author | player | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
Forest Adventure |
Storied |
|
| title | minWidth | minHeight |
|---|---|---|
Sliders |
40 |
15 |
local UI = {}
local Widget = {}| title | minWidth | minHeight |
|---|---|---|
Box Drawing |
40 |
10 |
function globalRender()
buffer:clear()
| -- Canvas Navigation Plugin for Storied | |
| -- Provides spatial layout, smooth panning, and interactive link navigation | |
| local Canvas = {} | |
| -- Configuration | |
| local SECTION_WIDTH = 60 | |
| local SECTION_HEIGHT = 20 | |
| local SECTION_PADDING = 10 | |
| local MAX_SECTIONS_PER_ROW = 3 |
| ──▒▒▒▒▒▒───▄████▄ | |
| ─▒─▄▒─▄▒──███▄█▀ | |
| ─▒▒▒▒▒▒▒─▐████──█─█ | |
| ─▒▒▒▒▒▒▒──█████▄ | |
| ─▒─▒─▒─▒───▀████▀ | |
| twitter.com/ArtsAscii |
| ##Refresh rate of the visualizers. A really high refresh rate may cause screen tearing. Default is 20. | |
| visualizer.fps=60 | |
| ##Sets the audio sources to use. Currently available ones are "mpd" and "alsa"Sets the audio sources to use. | |
| ##Currently available ones are "mpd", "pulse" and "alsa". Defaults to "mpd". | |
| #audio.sources=pulse | |
| ##vis tries to find the correct pulseaudio sink, however this will not work on all systems. | |
| ##If pulse audio is not working with vis try switching the audio source. A list can be found by running the | |
| ##command pacmd list-sinks | grep -e 'name:' -e 'index' |