Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
EPU
epu.r8.8 KB
6 Jun 2008
Simple GUI for accessing escputil on linux
author: AllRebbedUp
FABRIK IK solver
fabrik.rv:0.1.0
10.0 KB
15 Dec 2019
Implement Forward And Backward Reaching Inverse Kinematics algorithm.
author: Marco Antoniazzi
A Variation on Conway's Game of Life
game-of-life-variation.rv:0.0.4
5.3 KB
21 Sep 2005
A GUI implementation of a modified version of the popular cellular automaton system. The rules: 1) Each cell (square) on the grid is either alive (blue) or dead (white) 2) For every iteration, each cell's next state depends on current state and # of live neighbors a) if cell is alive, it stays alive <=> 2 or 3 neighbors are alive b) if cell is dead, [...]
author: Ayrris Aunario
Graph a function
graph.rv:1.1.0
19.2 KB
13 Jun 2004
Graph a function rounding function by Ladislav Mecir Usage .... Type in your function of x into the input field Some pretty functions to get you started ..... 3 * sin (0.5 * pi * x) 3 * sin (x * x) exp(0.1 * x) * (sin(4 * pi * x)) 4 * sin (4 * pi / x) 0.2 * exp(- x) * sin [...]
author: Phil Bevan
Invaders (GUI version)
invaders-gui.r1.4 KB
14 Jan 2017
The draw dialect is not used in this example, only VID GUI, so it's short and full featured for a tiny example. A video explaining the code is at https://youtu.be/NbbHRaG3K8c Taken from http://re-bol.com/short_rebol_examples.r ; KEYS: a=left s=right space=fire ; VARS: b boxes m missile s invaders l player e end-func p speed [...]
author: nick
edit-tools + little editor
install-edit-tools.rv:1.0.5
23.9 KB
14 Apr 2005
Various stuff to implement an editor. Main features: Tools to plug an area with find/replace in a few lines. And a little editor with plugins.
author: Volker Nitsch
Make And Print A CD Label
label-and-print.r6.6 KB
6 Jan 2008
This script illustrates how CD labels may be drawn and printed with REBOL and illustrates how REBOL output may be printed when incorporated into an HTML page.
author: r.
MDP-GUI Package
mdp-gui-package.r
 documentation
v:1.4.1
1.1 KB
30 Mar 2005
Graphical interface for make-doc-pro 1.0.8 allowing easy doc making/viewing
author: Alphé SALAS-SCHUMANN (ShadWolf)
REBOL to POLAND ICM METEO map interface
meteomap-poland.rv:1.4
4.9 KB
4 Feb 2004
Show meteo maps for Poland (Central Europe)
author: Piotr Gapinski
NIST clock
nistclock.r3.6 KB
14 Nov 2012
Get the current time using the NIST service. Defines NIST-TIME, NIST-CORRECTED-TIME and SET-SYSTEM-TIME functions. Uses a GUI to display and (eventually) set system time.
author: Ladislav Mecir
No 'REBOL -' in title bar
no-rebol-in-title-bar.r1.2 KB
11 Mar 2010
Remove the deault REBOL - text from _all_ GUI title bars, including alerts and requestors.
author: nick
Send email
oneliner-send-email.rv:1.0.0
621 bytes
20 Jul 2003
Simple GUI for email sending. Displays a small ok window when email is sent.
author: DocKimbel
Playing Card Images
playing-cards.r40.5 KB
13 Jan 2010
A data block of playing card images. Use the following code to view: do %playing-cards.r gui: [size 670x510 backdrop 0.150.0 across ] foreach [card label num color pos] cards [ append gui compose [ at (pos) image load to-binary decompress (card) ] view layout gui Taken from the tutorial at http://re-bol.com [...]
author: nick
JS Promises
promises.rv:0.9.1
54.6 KB
28 Apr 2020
A Rebol-style implementation of JS Promises
author: Marco Antoniazzi
Rebolide
rebolide.r
 discussion
v:5.4.39
227.7 KB
7 Sep 2012
icon for rebolide.rA Rebol IDE for beginners that helps learning Rebol. I suggest you to put this script in a separete folder.
author: Massimiliano Vessi
RebGUI Card File
rebgui-card-file.r2.0 KB
10 Apr 2010
This is an implementation of the Card File program at http://www.rebol.org/view-script.r?script=card-file.r using RebGUI instead of VID. Notice that the GUI is resizable, the text fields have undo/redo and spellcheck capabilities, requestors are modal, and all the other features of RebGUI are available. Taken from [...]
author: nick
Simple launcher
simple-launcher.rv:0.2.0
956 bytes
2 Jun 2011
A simple gui to launch a REBOL script.
author: Marco Antoniazzi
Simple Slideshow Presentation Framework
slideshow-presentation.r4.6 KB
22 Jan 2013
This example is taken from the tutorial at: http://re-bol.com/business_programming.html It demonstrates a simple framework for presenting full screen GUI layouts with built-in keyboard and mouse controls. It simplifies coding tediously repetitive layout elements, by only requiring unique GUI elements in each slide. Widgets [...]
author: nick
Snake Game (tiny GUI version)
snake-gui.r1.1 KB
7 Jan 2017
The draw dialect is not used in this example, only VID GUI, so it's short and full featured for a tiny example. A video explaining the code is at https://youtu.be/rnKvmwe2F6w Taken from http://re-bol.com/short_rebol_examples.r Variables Key: f food p speed d direction s snake-block g gui e end i count
author: nick
Tiny Tile Game
tiny-tile-game.r634 bytes
29 Jun 2008
A very short GUI game example. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio