Skip to content

Commit e915163

Browse files
committed
Add IWSY to examples
1 parent acbbf59 commit e915163

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

resources/md/examples.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The following websites were all built entirely in EasyCoder script:
77
- [Here on the map](https://hereonthemap.com)
88
- [Rembrandt.ie](https://rembrandt.ie)
99
- [Storyteller](https://storyteller20.neocities.org)
10+
- [I Wanna Show You](https://iwannashowyou.com)
1011

1112
## Dice roller /SHOW-DICEROLLER/
1213

@@ -32,6 +33,14 @@ To use Storyteller all you need is to copy a short `index.html` file to your ser
3233

3334
Storyteller is written in ~ec~; its source code is in the [Storyteller repository](https://github.com/easycoder/storyteller).
3435

36+
## I Wanna Show You (IWSY)
37+
38+
IWSY is a web app for building slideshows and presentations that can be embedded in any web page or run from the IWSY app in the same way as from PowerPoint. The emphasis is less on providing elaborate static slides and more in manipulating text and images to provide an experience midway between a PowerPoint presentation and a video. Text can be panned, zoomed and color-changed and images can have a "Ken Burns" effect, so it's possible to create a show where the screen is never quite static but still offers the user the option to step through manually.
39+
40+
IWSY presentations are JSON files that are created edited in the IWSY editor and then run by the presentation engine, a single JavaScript file.
41+
42+
See the [IWSY website](https://iwannashowyou.com); the source is in the [EasyCoder repository](https://easycoder.github.io) in the `iwsy` directory.
43+
3544
## The Game of Life /SHOW-LIFE/
3645

3746
This is a "cellular automaton" - a no-player game devised in 1970 by John Conway. The "player" sets up an initial configuration and observes the game running according to a simple set of rules.

0 commit comments

Comments
 (0)