TextUI - Textual User Interface |
textui.r | 3.4 KB 22 Jan 2013 | Open source REBOL is currently being ported to platforms without
GUI support. This script is a simple replacement for GUIs that collect
text input from fields and drop down lists. Just specify a block of
labels, and a block of default values for each field ('answers). If the
the 'answers block contains a nested block, the values in [...] author: nick |
Todo List |
todo-list.r discussion | v:1.3.0 9.7 KB 24 Jun 2004 | Based on the demo of Rebol /View by Carl. It allow you to manage a list of todo and move them between them. author: Carl Sassenrath, Didier Cadieu & Fabrice Vado |
Time Requester |
time-requester.r | 18.8 KB 29 Jun 2012 | A simple GUI time requester author: nick |
VID1 for R3 |
vid1r3.r3 discussion | v:0.3.20 113.6 KB 17 Apr 2022 | Lets you use VID1 with R3 author: Marco Antoniazzi |
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 |
Auto-hiding scroller style example |
auto-hiding-scroller-style.r discussion | v:0.8.0 14.4 KB 14 Nov 2020 | Add an auto-hiding scroller to VID GUIs author: Marco Antoniazzi |
coding-mailto |
coding-maito.r discussion | v:1.0.0 5.4 KB 11 Sep 2004 | a tool for coding the mailto info in a html page and avoid some spam author: Philippe Le Goff |
Chord Accompaniment Player |
chord-accompaniment-player.r | 2.4 KB 30 Jun 2008 | Plays music backup tracks, based on chord progressions
entered as text.
See http://musiclessonz.com/rebol_tutorial.html#section-31.11
for a case study about how this program was created. author: nick antonaccio |
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 |
Mini virtual and x86 machine dll to speed-up calculations a bit |
mini-reb-vm.r | v:0.1.1 41.1 KB 24 Feb 2019 | speed-up calculations a bit. author: Marco Antoniazzi |
mp3-player-demo-using-libwmp3.dll |
mp3-player-libwmp.r | 8.4 KB 8 Aug 2009 | Demo of how to play mp3 files in REBOL using libwmp3.dll
( http://www.inet.hr/~zcindori/libwmp3/index.html )
Taken from the tutorial at http://musiclessonz.com/rebol.html author: nick |
Scrolling layout demo |
scrollinglayout.r | 22.7 KB 7 Feb 2013 | This is a demo of making a sub-layout, on a main window,
that is too big for the main window and can be scrolled.
It was adapted from the REBOL cookbook and heavily annotated as an
aid in learning how the scroller works. author: Steven White with help from Carl and MaxV |
Thumbnail Maker |
thumbnail-maker.r | 4.3 KB 14 Sep 2009 | Create image preview sheets from a list of files. Used to make the
introductory image at http://musiclessonz.com/rebol.html author: nick |
async event loop tutorial |
vid-tutorial-async-event-loops.r | 1.3 KB 9 Nov 2012 | Show how to do async event handling with processing loops. author: maxim |
Wall Street |
wall-street.r | 3.6 KB 5 Jun 2007 | Small nice demo author: rebolek |
Web Cam |
web-cam.r | 2.4 KB 2 Jul 2008 | An example demonstrating how to use the Windows API to access local web cam
images.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
MakeDoc 2 - The REBOL Standard Document Formatter |
makedoc2.r documentation | v:2.5.7 17.0 KB 10 Mar 2007 | This is the official MakeDoc document formatter that is used by
REBOL Technologies for all documentation. It is the fastest and
easiest way to create good looking documentation using any text
editor (even ones that do not auto-wrap text). It creates titles,
headings, contents, bullets, numbered lists, indented examples,
note blocks, and more. For documentation, [...] author: Carl Sassenrath |
RebGUI image Example |
rebgui-image.r documentation | v:1.0.0 1.3 KB 4 Jun 2007 | RebGUI tutorial; display an image, with tip and close action author: Brian Tiffin |
RebGUI table Example |
rebgui-table.r documentation | v:1.0.0 1.7 KB 4 Jun 2007 | RebGUI tutorial; display a table author: Brian Tiffin |
RebGUI span Example |
rebgui-sizing.r documentation | v:1.0.0 1.9 KB 5 Jun 2007 | RebGUI tutorial; display images, with widget span and window resizing author: Brian Tiffin |
SKIMP: Simple keyword index management program |
skimp.r documentation | v:0.0.2 40.3 KB 3 May 2007 | Simple, fast way of indexing the text content of many documents author: Sunanda |
Altme world search |
skimp-my-altme.r documentation | v:0.0.2 29.2 KB 21 May 2007 | Indexes and searches Altme worlds author: [unknown] |
View HTML Code |
view-html.r documentation | v:1.0.0 464 bytes 13 Mar 2003 | Fetch a web page and view its HTML code in a window. author: Anonymous |
View 3 Buttons |
view-buttons.r documentation | v:1.0.0 470 bytes 13 Mar 2003 | Example of how to display three buttons down the page. author: Anonymous |