periodic table |
periodictable.r documentation | v:0.9.4 11.9 KB 15 Aug 2007 | Display a periodic table of the elements as REBOL buttons author: Brian Tiffin |
One Hundred Draw Examples |
draw-examples.r | 17.9 KB 14 Nov 2011 | - to illustrate draw examples. author: 10Mile |
Graph a function |
graph.r | v: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 |
Mini-edit-do |
mini-edit-do.r discussion | v:0.8.5 32.7 KB 17 Apr 2021 | Helps test short programs (substitutes console) author: Marco Antoniazzi |
Easy Drawer |
easy-drawer.r | v:1.0.0 9.2 KB 11 Feb 2007 | Easy way to test draw commands author: Guest2 |
Paint |
paintplus.r discussion | v:1.0.0 6.0 KB 17 Nov 2005 | The world's smallest paint program. author: Frank Sievertsen |
Rebolide |
rebolide.r discussion | v:5.4.39 227.7 KB 7 Sep 2012 | A Rebol IDE for beginners that helps learning Rebol.
I suggest you to put this script in a separete folder. author: Massimiliano Vessi |
Chess board handler |
cbh.r documentation | v:0.1.0 12.1 KB 28 Aug 2012 | Function as a chess board interface.
Support playing a game of chess according to the rules of the game of chess. author: Arnold van Hofwegen |
GLES and EGL library interface |
gles-egl-h.r | v:0.6.2 139.2 KB 28 Apr 2020 | Use modern OpenGL with shaders author: Marco Antoniazzi |
Quick Plot Dialect |
q-plot.r | v:0.1.0 41.4 KB 6 Mar 2007 | Provide a quick and easy to use dialect for plotting in REBOL author: Matt Licholai |
Rebol Reader |
rebol-reader.r | v:0.1.2 64.1 KB 10 Apr 2006 | The script is a method to provide an orderly collection of scripts and
documents to form a Rebol reference. author: R.v.d.Zee |
Rich Text Format style |
simple-rich-text-style.r | v:0.0.4 8.9 KB 3 Aug 2013 | A quick way to add simple rich-text to VID GUIs author: Marco Antoniazzi |
3D-Surface Plot |
surface.r | v:1.0.0 24.5 KB 10 Aug 2007 | Draw a surface with 3-D Perspective and allow roation author: [unknown] |
Animated face Resize |
animresize.r documentation | v:1.0.0 3.5 KB 5 Jun 2007 | An animated resize using DRAW and image! author: Maxim Olivier-Adlhoch |
App Builder |
appbuilder.r | 26.4 KB 16 Feb 2017 | An app builder to help new students learn how to write Rebol code.
To create a user interface for a new app, just point and click any GUI widget
(button, text field, dropdown box, etc.). You'll be prompted to edit the properties
of each added widget, and you can add actions which will run when the user
interacts with the widget. Actions [...] author: nick |
A Reb-Site |
a-reb-site.r | v:0.1.1 70.8 KB 23 Mar 2008 | a-reb-site.r was written to:
- compare form and function of a reb-site with that of a conventional web-site.
(...an obliging web-site - www.rebol.com perhaps!) &
- to provide an example of a reb-site script, &
- as an illustration of the compact size of a reb-site relative
to the average web-site [...] author: R.v.d.Zee |
Simple Draw Animation Controls |
draw-controls.r | 756 bytes 29 Jun 2008 | How to move graphics around the screen using the draw dialect.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Simple Image Distort |
draw-distort.r | 1.1 KB 29 Jun 2008 | How to distort an image using the draw dialect.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Demo |
demo.r | 4.1 KB 14 Sep 2009 | Amazingly small REBOL demo app: 10 useful programs in only 2.5k
(LESS THAN HALF A PRINTED PAGE OF CODE!):
1 - FREEHAND PAINT: draw and save graphic images
2 - SNAKE GAME: eat food, avoid hitting the walls and yourself
3 - TILE PUZZLE, 15 : arrange the tiles into alphabetical order
4 - CALENDAR: save [...] author: nick |
Draw A Mouse Over Round Button |
draw-a-mouse-over-round-button.r | v:1.1.1 2.9 KB 12 Mar 2008 | draw a round button with a mouse over effect author: R. v.d.Zee |
Graph functions |
graph-fx.r | v:0.1.0 10.7 KB 13 Mar 2003 | Some functions for making graphs with 3D columns author: Oldes |
Make And Print A CD Label |
label-and-print.r | 6.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. |
rewrite-gfx |
rewrite-gfx.r | v:0.0.2 6.1 KB 2 Jan 2005 | Using a (forth-featured) rewrite-grammar to plot
recursive (turtle) graphics author: Piotr Gapinski |
request time |
request-time.r | 4.6 KB 20 Sep 2004 | widget to return a valid time datatype author: Tom Conlin |
Reversi |
reversi.r documentation | v:2.3.0 31.3 KB 27 Mar 2006 | Reversi / Othello author: Vincent Ecuyer |