|
|
|
|
|
|
|
|
| GEN |
Diamond Object Oriented Library |
119K | Mike Nelson |
Mar 14/04 |
44.00 |
 |
|
| A library for Object Oriented Programming in Euphoria. Its design
is based on Java with elements of Visual Basic and C#. Many advanced
features. Mar 14: v4.0.0: Inner classes replace the Extended_Access
interface. C# style delegates.
| |
| |
| WIN |
WinClass C++ Style Library |
495K | Al Getz |
Apr 30/06 |
24.30 |
 |
|
| An object-oriented Windows library that takes advantage of Euphoria's
namespace feature. Includes many Windows objects (Window, Listview,
Treeview, etc.) and COM interfaces including IShellLink, IDataObject,
etc. Many demos included. Many nice custom controls and services.
Apr 30: Just to update the files with the newest versions (1006r2)
| |
| |
| GEN |
Object-Oriented Programming Example |
6K | Francis Bussiere |
May 25/97 |
|
 |
|
| a collection of routines for creating and manipulating objects in
an Object-Oriented manner
| |
| |
| GEN |
Diamond-Lite Object Oriented Library |
19K | Mike Nelson |
Mar 6/03 |
12.00 |
 |
|
| A simpler version of his Diamond Object Oriented Programming
Library. This lite version is intended for beginner and intermediate
OOP programmers. Mar 6: it now prints an error file for debugging.
| |
| |
| GEN |
Simple Object-Oriented Games Programming using wxEuphoria: A cross-platform solution |
5685K | Ray Osmond |
Jul 20/09 |
3.00 |
 |
|
| How to develop and use an object-oriented code framework for simple
games programming using the same code for both Windows and Linux
using wxEuphoria. How to add music and sound effects to your programs,
and how to package the final binary/executable for distribution
to others.
| |
| |
| GEN |
Simplistic Object Oriented Programming Library |
139K | Mario Steele |
Mar 28/05 |
3.00 |
 |
|
| Simplistic Object Oriented Programming Library is an API Library
to allow OOP to be implemented in Euphoria Programs. It is the
Successor of the POOP Library. Sports new features, including
call_back support for methods, and a beta version of a new Data
Type System.
| |
| |
| GEN |
Guide to Object Oriented Programming |
662K | Alex Caracatsanis |
Sep 11/03 |
3.00 |
 |
|
| A guide to object oriented programming in Euphoria using Mike Nelson's
Diamond Lite. It has lots of examples and a very detailed, well-written
manual. Sep 11: Now uses .pdf format instead of .doc
| |
| |
| GEN |
object drop - learning to tetris |
12K | tim d. |
Dec 16/09 |
|
 |
|
| The basic tetris engine made easy for anyone to learn. DOS graphics
mode. Should work in Linux/DOS/Windows. Try it out and expand
on it yourself. Super customizable, play with the vars. Now works
in standard consoles. Dec 16: Now blocks "stack" with a blockstodo
algorithm. Also an end game routine is in place.
| |
| |
| GEN |
Simple Object-Oriented Euphoria |
8K | No Solution |
Jul 12/00 |
1.00 |
 |
|
| Another approach to doing object-oriented programming
in Euphoria. Jul 12: PUBLIC/PRIVATE/PROTECT access for members
and methods.
| |
| |
| GEN |
Object Oriented Programming in Euphoria |
9K | Jürgen Jänes |
Jul 11/99 |
|
 |
|
| He worked out this system for doing object-oriented programming
in Euphoria.
| |
| |
|
|
|
|
|
|
|
|
| GEN |
Another approach to Object Orientation |
57K | Matthew Whitehead |
Apr 12/99 |
|
 |
|
| an approach to object-oriented programming in Euphoria.
| |
| |
| GEN |
Object-Oriented Programming |
7K | Ralf Nieuwenhuijsen |
Jun 2/98 |
|
 |
|
| a system for doing object-oriented programming
in Euphoria.
| |
| |
| GEN |
Save Euphoria Objects in Memory |
5K | Jordah Ferguson |
Sep 20/02 |
3.50 |
 |
|
| Save/restore any Euphoria object, i.e. integer, floating-point,
complex nested sequence, as a series of bytes in allocated memory,
or in a file. Among other things, you might use this code to pass
Euphoria data between separate Euphoria processes - see Share
Memory Between Processes. Sep 20: Save/read compressed
data to file or sequence. Optimized with better compression of
data.
| |
| |
| DOS |
Game object positioning |
1K | Emlyn Merlyn |
Oct 19/04 |
|
 |
|
| This is a library for detecting whether two objects are within a
certain range of each other. It has two routines, one of which
is a new one he created.
| |
| |
| DOS |
3D Spinning Polygon Objects |
15K | Roderick Jackson |
Apr 15/99 |
|
 |
|
| object-oriented classes for
manipulating 3D shapes made out of polygons. He has written
a couple of nice-looking demos to show what he can do.
| |
| |
| GEN |
Object Oriented Euphoria |
220K | Matthew Lewis |
Oct 15/06 |
34.00 |
 |
|
| Adds capabilities to the RDS PD v2.5 interpreter. Windows and Linux
translated executables included. Oct 15: v1.9.0: find_from,
match_from, debugger enhancements, bug fixes
| |
| |
| WIN |
Moving 3-D Objects |
57K | Jason Mirwald |
Jun 28/00 |
|
 |
|
| A demo that lets you move 3-D objects around in a window.
| |
| |
| GEN |
LOOP lib |
7K | Lewis Townsend |
Feb 22/01 |
1.50 |
 |
|
| A fast and simple Object Oriented library for Euphoria. Feb 22: garbage
collection of deleted objects, easier way of creating and assigning
properties
| |
| |
| GEN |
Quartz: OOP in Euphoria |
13K | Roderick Jackson |
Dec 14/99 |
1.00 |
 |
|
| A library of routines for object-oriented programming. Dec 14: store/load
objects on disk, and generally faster
| |
| |
| GEN |
Tidy print |
2K | Andy Drummond |
Sep 2/04 |
|
 |
|
| A replacement for the basic Euphoria print routine which outputs
arbitrary objects with ASCII strings output as ASCII strings rather
than numbers. The result is much easier to read and much more
compact and yet still can be read back in using the Euphoria get()
routine. It adds a newline after the entire object has been output.
Sep 2: Removed spurious extra close-bracket in the code.
| |
| |
|
|
|
|
|
|
|
|
| WIN |
Goo |
121K | Karl Bochert |
Feb 27/01 |
|
 |
|
| A translator that adds namespaces, some shorthands, and an object
system to Euphoria. The objects feature multiple inheritance,
dot notation, virtual methods and visibility control (public,
private, secret). Some examples and html documentation are included.
| |
| |
| WIN |
Sego (SDL Euphoria GUI Objects) |
342K | Mark K. Akita |
Oct 25/06 |
|
 |
|
| A small library of GUI elements for Euphoria/SDL programs. A demo
program is included.
| |
| |
| WIN |
Test to Compare Euphoria and C Graphics |
19K | Andrew Katz |
Apr 28/07 |
3.00 |
 |
|
| A graphics test between Euphoria and C. This is for applications
involving complicated drawing. The test involves drawing 100,000
line segments of length 2. It requires Windows XP to run because
he is using DC_PEN, an optimized stock object not supported by
Windows 98 and Win32Lib. His best times are 9.68, 0.52, 0.86,
1.86, 1.33, 0.68, 0.56.
| |
| |
| WIN |
Access .Ini Files |
8K | Aku |
May 28/03 |
3.00 |
 |
|
| An INI file library that uses native Windows functions. It can read/write
any Euphoria object. Demo included.
| |
| |
| WIN |
Client Access Toolbox for IBM iSeries |
1382K | Jonas Temple |
Feb 1/05 |
1.00 |
 |
|
| Euphoria include files that let you work with IBM's Client Access
Express. This gives iSeries (AS/400) programmers an alternative
to the standard, overly-complex, development tools. Feb 1: Demos
compatible with Win32Lib v60.5. Many new routines including object/IFS/spooled
file browsing dialogs. Updated documentation.
| |
| |
| GEN |
DrawBust |
256K | Fred Mangan |
Nov 20/08 |
|
 |
|
| A tool for drawing a simple 2D graphic object. The drawing is saved
as a Euphoria sequence for use in DOS32 or WIN32 applications.
Nov 20: Now upgraded with extra functions, larger drawing area,
editable files, etc. plus source code for scaled drawing.
| |
| |
| GEN |
Triangle library |
16K | CChris |
Feb 26/06 |
|
 |
|
| This library allows handling triangles in 3-dimensional space. It
can determine the shadow of an object (a collection of triangles)
casts on another, and has a rendering function allowing subtle
coloring under Windows. This v0.1 has ample room for additions.
| |
| |
| WIN |
COM Library |
746K | Matthew Lewis |
Oct 10/07 |
26.50 |
 |
|
| EuCOM allows Euphoria programs to use COM objects, and can turn
a Win32lib-based application into an ActiveX container. Demos
are included which show how to use ActiveX controls. Oct 10: v2.08:
Bug fix, win32lib v0.70 compatibility fixes
| |
| |
| WIN |
the voice of Euphoria |
2K | Michael Raley |
Feb 8/05 |
|
 |
|
| This demo of Matt's Eucom wraps the Microsoft voicetext object to
make Euphoria talk. Look in your windows directory for /speech/vtext.dll
to see if you can run it.
| |
| |
| GEN |
Vector/Collision Detection Library |
51K | MrTrick |
Feb 12/04 |
|
 |
|
| Almost pool-hall level collision detection and response. Simple,
high-level interface. Many standard vector functions, for purposes
other than collision detection. Flexible object types that allow
additional information to be embedded in them.
| |
| |
|
|
|
|
|
|
|
|
| WIN |
Llama |
123K | David Cuny |
Jun 29/99 |
0.50 |
 |
|
| He is planning to eventually replace Win32Lib and DOS32Lib with
a new, modular design based on an object-oriented approach. It will be,
for the most part, upwardly-compatible with Win32Lib.
His new design is more portable, and easier for others to extend.
He would like you to look at his approach and give him feedback.
June 29: emulated controls, graphic support, better class library
| |
| |
| LNX |
Editor Syntax Files |
10K | Ken Rhodes |
Feb 4/01 |
|
 |
|
| Files that enable syntax highlighting in the Moonshine
editor, plus files that support Irv Mullin's Graphapp Library, David Cuny's
GTK+ library and Mike Nelson's Object Euphoria.
| |
| |
| DOS |
DOS Window Manager Prototype |
41K | David Cuny |
Jun 2/98 |
0.25 |
 |
|
| An object-oriented demo of a Window Manager for DOS.
| |
| |
| WIN |
Preprocessor for OOP |
33K | Karl Bochert |
Sep 20/00 |
|
 |
|
| A package for adding Object Oriented features to Euphoria. It translates
OOP features into plain Euphoria. Sep 20: bug fix
| |
| |
| GEN |
Quartz Professional: OOP in Euphoria |
14K | Roderick Jackson |
Dec 14/99 |
|
 |
|
| A library of routines for object-oriented programming that's much
faster than his standard Quartz above.
| |
| |
| DOS |
Transparency Effect |
10K | Joy Magik |
Feb 3/99 |
|
 |
|
| a graphics demo, showing a moving, transparent object.
| |
| |
| DOS |
Infinite-Game Toolkit |
21K | Rod Jackson |
May 28/01 |
19.00 |
 |
|
| A library that aids users in
creating procedurally-generated content for an "infinite"
number of elements in their game. Users can get consistently
generated values, objects, and even proper-sounding names.
| |
| |
| GEN |
Binary Print/Get |
17K | Gabriel Boehme |
Mar 30/99 |
20.75 |
 |
|
| an efficient system for saving/restoring Euphoria data objects to/from
a file. His method saves or restores any Euphoria atom or sequence.
Benchmarks versus Euphoria's print()/get(), and Ralf Nieuwenhuijsen's
EDOM are included. See also Euphoria's new EDS database system.
| |
| |
| WIN |
GdiPlus Graphics Library |
132K | Al Getz |
Mar 30/05 |
6.00 |
 |
|
| A major graphics library with over 600 functions that can be called
with Euphoria for displaying/saving pictures and drawing other
graphics objects and text. Supported file formats include jpg,
gif, bmp, png, tif, ico, emf, wmf. Functions are grouped according
to purpose and the C declarations are included right with each
function wrap for immediate reference.
| |
| |
| GEN |
mimoc.e |
23K | ags |
Feb 9/06 |
1.00 |
 |
|
| Allocate arbitrary (memory) objects with a "key" name allowing the
allocated handle/address to be retrieved by key name or all managed
resources to be freed at once with the appropriate freeing routines.
Feb 9: Added optional optimisations with timing results. bfind
lookups and a key name cache.
| |
| |
|
|
|
|
|
|
|
|
| WIN |
APC dll |
9K | Daniel Kluss |
May 9/06 |
0.80 |
 |
|
| More multithreaded fun. Better than TDLL. Uses APC completion callbacks
to Euphoria with unique objects for every call. Could be used
to make anything super multithreaded, and the whole state could
be saved in the return variables. He has tested with 20k threads,
and floats, and doubles, and sequences. Passes all his tests,
but needs more testing.
| |
| |
| DOS |
NeilGUI Library |
34K | Lewis Townsend |
Apr 21/00 |
1.40 |
 |
|
| A GUI library based on Pete Eberlein's
Neil. Apr 21: new demo program, objects can be destroyed,
more extensive error trapping
| |
| |
| WIN |
Euphoria to Win INIfile manager |
11K | Antonio Alessi |
Feb 21/06 |
|
 |
|
| Adds to the basic Wolfgang Fritz's read/write routines for INI file
strings management the flexible and complete ability to record
numbers and Euphoria objects of any complexity, with a little
compromise and many advantages. Feb 21: message and auto-repair
feature added.
| |
| |
| DOS |
Fall & Sift |
209K | Lewis Townsend |
Apr 14/00 |
0.50 |
 |
|
| A graphics demo of falling and sifting objects. It uses
Pete Eberlein's Neil.
| |
| |
| GEN |
Euphoria Heap Manager |
10K | Barbarella |
Sep 3/02 |
|
 |
|
| A library for managing a collection of
general Euphoria objects. He defines a heap as a tree data structure
where the first element is always the lowest,
but the data structure need not be completely sorted. Sep 3: bug fixed;
an experimental integer version of the library was added
| |
| |
| DOS |
Graphical Buttons |
17K | Jim Lacovara |
Sep 13/97 |
0.50 |
 |
|
| a program that sets up several interesting types of graphical
objects that users can click on. This is his first program, and he even has
a calculator.
| |
| |
| DOS |
Burgess |
2K | Mark Akita |
Sep 20/00 |
|
 |
|
| Burgess generates geometic shapes that resemble
various invertibrate lifeforms, and saves them as 3D objects
in World Toolkit Neutral File Format (.nff).
| |
| |
| WIN |
Win32Lib Wizard Collection |
20K | Spocky |
Mar 17/00 |
|
 |
|
| A tool that creates various objects for use with Win32Lib.
Mar 17: updated for use with latest Win32Lib.
| |
| |
| DOS |
Useful Routines |
36K | Mathew Hounsell |
Mar 13/00 |
|
 |
|
| Routines for
character typing, memory addressing, file path manipulation,
date validation, finding elements, sequence
manipulation, benchmarking and determining an objects size.
Also included are constants for BIOS addresses and ASCII characters.
Mar 13: control the formatting of text by a printer - BJC4000 supported
so far
| |
| |
| DOS |
RotoZoomer |
106K | Joy Magik |
Mar 1/99 |
|
 |
|
| an interesting demo of spinning and zooming objects.
| |
| |