Block sets for use with Konilo. These need to be added to your personal block set before use, and most will require the basic 128 blocks from the main repository to be loaded (specifically, the (std) and (termina) sets). Some of these may also require vocabularies from the konilo-extensions repository.
Find a file
2024-05-24 20:37:21 +02:00
1D-cellular-automata.blocks add 1D cellular automata 2024-05-24 17:07:23 +02:00
abe.blocks add arks block editor (abe) 2024-05-24 17:23:11 +02:00
conways-life.blocks add conways life 2024-05-24 17:07:09 +02:00
kohure.blocks add kohure (memory browser) 2024-05-24 17:12:18 +02:00
kowae.blocks add kowae 2024-05-24 17:05:45 +02:00
LICENSE update license text 2024-05-24 17:05:27 +02:00
mandelbrot.blocks add mandelbrot viewer 2024-05-24 17:20:11 +02:00
pig.blocks add pig game 2024-05-24 17:07:59 +02:00
README.md add notes on how to import these into a personal block set 2024-05-24 20:37:21 +02:00
taotaka.blocks add taotaka 2024-05-24 17:06:00 +02:00
wiki.blocks add wiki 2024-05-24 17:09:40 +02:00
wisp.blocks add wisp (blog tool) 2024-05-24 17:10:15 +02:00

konilo-applications

This is a collection of programs written to use in Konilo.

To make use of them, you will need to import them into your personal set of blocks. Most will require the basic set of blocks (0-127) provided with the basic Konilo system to be loaded. Some may also need optional extensions from the "konilo-extensions" repository.

Most blocks sets are 16 blocks long. This corresponds to "pages" in the Konilo catalogue program. Some variation will exist though.

Applications

+----------------------+---------------------------------------+
| abe                  | Arks block editor, for Arks style     |
|                      | blocks                                |
| kohure               | a memory browser/editor               |
| kowae                | a program launcher                    |
| taotaka              | a program launcher                    |
| wiki                 | block-based wiki browser              |
| wisp                 | writing in small pieces, a personal   |
|                      | journal                               |
+----------------------+---------------------------------------+

Amusements

+----------------------+---------------------------------------+
| 1D-cellular-automata | A demonstration of a 1D cellular      |
|                      | automata.                             |
| conways-life         | John Conway's game of life, for the   |
|                      | terminal                              |
| mandelbrot           | jmf's mandelbrot viewer               |
| pig                  | Pig: a game of chance                 |
+----------------------+---------------------------------------+

Importing Blocks

Before attempting this, please make a backup copy of your blocks.

If not previously loaded in, you can just append them:

dd if=$BLOCKSET bs=4k >> ilo.blocks

To replace a set, you can do:

dd if=$BLOCKSET of=ilo.blocks bs=4k seek=$START conv=notrunc

Replacing $BLOCKSET with the filename of the block set to merge and $START with the first block number to replace.