Home What Is Euphoria? Documentation News EUforum Download Euphoria Donate
Recent User Contributions The Archive Other Euphoria Web Sites RDS Development Related Books & Software
Search Results

Search Again: DOS   WIN   LNX   GEN Powered by Euphoria
Type one or more words.

matched 51 of 1921 entries

GEN Diamond Object Oriented Library 119KMike Nelson Mar 14/04 this program has happy users! 44.00 click here to update this entry
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 495KAl Getz Apr 30/06 this program has happy users! 24.30 click here to update this entry
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 6KFrancis Bussiere May 25/97   click here to update this entry
a collection of routines for creating and manipulating objects in an Object-Oriented manner
 
GEN Diamond-Lite Object Oriented Library 19KMike Nelson Mar 6/03 this program has happy users! 12.00 click here to update this entry
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 5685KRay Osmond Jul 20/09 this program has happy users! 3.00 click here to update this entry
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 139KMario Steele Mar 28/05 this program has happy users! 3.00 click here to update this entry
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 662KAlex Caracatsanis Sep 11/03 this program has happy users! 3.00 click here to update this entry
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 12Ktim d. Dec 16/09   click here to update this entry
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 8KNo Solution Jul 12/00 this program has happy users! 1.00 click here to update this entry
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 9KJürgen Jänes Jul 11/99   click here to update this entry
He worked out this system for doing object-oriented programming in Euphoria.
 
GEN Another approach to Object Orientation 57KMatthew Whitehead Apr 12/99   click here to update this entry
an approach to object-oriented programming in Euphoria.
 
GEN Object-Oriented Programming 7KRalf Nieuwenhuijsen Jun 2/98   click here to update this entry
a system for doing object-oriented programming in Euphoria.
 
GEN Save Euphoria Objects in Memory 5KJordah Ferguson Sep 20/02 this program has happy users! 3.50 click here to update this entry
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 1KEmlyn Merlyn Oct 19/04   click here to update this entry
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 15KRoderick Jackson Apr 15/99   click here to update this entry
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 220KMatthew Lewis Oct 15/06 this program has happy users! 34.00 click here to update this entry
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 57KJason Mirwald Jun 28/00   click here to update this entry
A demo that lets you move 3-D objects around in a window.
 
GEN LOOP lib 7KLewis Townsend Feb 22/01 this program has happy users! 1.50 click here to update this entry
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 13KRoderick Jackson Dec 14/99 this program has happy users! 1.00 click here to update this entry
A library of routines for object-oriented programming. Dec 14: store/load objects on disk, and generally faster
 
GEN Tidy print 2KAndy Drummond Sep 2/04   click here to update this entry
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 121KKarl Bochert Feb 27/01   click here to update this entry
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) 342KMark K. Akita Oct 25/06   click here to update this entry
A small library of GUI elements for Euphoria/SDL programs. A demo program is included.
 
WIN Test to Compare Euphoria and C Graphics 19KAndrew Katz Apr 28/07 this program has happy users! 3.00 click here to update this entry
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 8KAku May 28/03 this program has happy users! 3.00 click here to update this entry
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 1382KJonas Temple Feb 1/05 this program has happy users! 1.00 click here to update this entry
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 256KFred Mangan Nov 20/08   click here to update this entry
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 16KCChris Feb 26/06   click here to update this entry
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 746KMatthew Lewis Oct 10/07 this program has happy users! 26.50 click here to update this entry
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 2KMichael Raley Feb 8/05   click here to update this entry
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 51KMrTrick Feb 12/04   click here to update this entry
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 123KDavid Cuny Jun 29/99 this program has happy users! 0.50 click here to update this entry
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 10KKen Rhodes Feb 4/01   click here to update this entry
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 41KDavid Cuny Jun 2/98 this program has happy users! 0.25 click here to update this entry
An object-oriented demo of a Window Manager for DOS.
 
WIN Preprocessor for OOP 33KKarl Bochert Sep 20/00   click here to update this entry
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 14KRoderick Jackson Dec 14/99   click here to update this entry
A library of routines for object-oriented programming that's much faster than his standard Quartz above.
 
DOS Transparency Effect 10KJoy Magik Feb 3/99   click here to update this entry
a graphics demo, showing a moving, transparent object.
 
DOS Infinite-Game Toolkit 21KRod Jackson May 28/01 this program has happy users! 19.00 click here to update this entry
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 17KGabriel Boehme Mar 30/99 this program has happy users! 20.75 click here to update this entry
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 132KAl Getz Mar 30/05 this program has happy users! 6.00 click here to update this entry
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 23Kags Feb 9/06 this program has happy users! 1.00 click here to update this entry
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 9KDaniel Kluss May 9/06 this program has happy users! 0.80 click here to update this entry
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 34KLewis Townsend Apr 21/00 this program has happy users! 1.40 click here to update this entry
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 11KAntonio Alessi Feb 21/06   click here to update this entry
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 209KLewis Townsend Apr 14/00 this program has happy users! 0.50 click here to update this entry
A graphics demo of falling and sifting objects. It uses Pete Eberlein's Neil.
 
GEN Euphoria Heap Manager 10KBarbarella Sep 3/02   click here to update this entry
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 17KJim Lacovara Sep 13/97 this program has happy users! 0.50 click here to update this entry
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 2KMark Akita Sep 20/00   click here to update this entry
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 20KSpocky Mar 17/00   click here to update this entry
A tool that creates various objects for use with Win32Lib. Mar 17: updated for use with latest Win32Lib.
 
DOS Useful Routines 36KMathew Hounsell Mar 13/00   click here to update this entry
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 106KJoy Magik Mar 1/99   click here to update this entry
an interesting demo of spinning and zooming objects.
 
GEN Euphoria Data Manipulation 3KRalf Nieuwenhuijsen May 17/97   click here to update this entry
routines for converting Euphoria data objects to bits, and for encrypting data. (The U.S. government needn't be concerned - his encryption algorithm is weak enough for legal export to any country!)
 

 

End of Search Results