|
|
|
|
|
|
|
|
| GEN |
wxEDB |
10000K | Matthew Lewis |
updated May 10/13 |
10.00 |
 |
|
| Euphoria Database Browser ported to wxEuphoria. Works on both Windows
and Linux, 32 and 64 bits May 10: v1.29.1 Includes all binaries
and source required
| |
| |
| WIN |
Rotmg 13.2 Game Client |
775K | gaz |
May 9/13 |
|
 |
|
| This a Client for http://www.realmofthemadgod.com/ This code is
the bare essentials required to make a client/proxy for rotmg,
it uses RC4, RSA public key, base64 encryption, sockets, Euphoria
v3.1.1, Win32lib v0.70.20, required, source code included
| |
| |
| WIN |
fast access |
633K | llamedoso |
updated May 9/13 |
|
 |
|
| Displays a window on the desktop with a menu of the user's most
frequented web sites and programs. Able to go to a website with
only one click. May 9: Better mouse handling. Changed windows.
| |
| |
| GEN |
edx |
56K | Kenneth Rhodes |
updated May 8/13 |
|
 |
|
| This is the stock Euphoria editor, "ed.ex" with over 50 modifications
including word/command auto-completion, and context sensitive
help for virtually all Euphoria keywords, builtins, and std library
commands as well as backup and restore file routines, selectable
EDS database and table functions via scrolling top-line message
bar menus and more. May 8: Improved word auto-completion and
context sensitive help. "ESC + H" provides instant list of ALL
ESC/CTRL key commands.
| |
| |
| WIN |
Kakuro Trainer v0.5 |
165K | Jean-Marc DURO |
Apr 29/13 |
|
 |
|
| Kakuro is a game somewhat similar to Sudoku : you have to put one
digit numbers in zones, all numbers of a zone being different.
A sum is assigned to each zone.
| |
| |
| GEN |
2STROKE |
2270K | Mike Duffy |
updated Apr 19/13 |
|
 |
|
| 2-stroke exhaust design. Calculate n stage diffusers and lobster
back bends. Automatically calculate all cone projections. Simple
(2D) on screen graphics. Editor for cone sections with skewed
and rotated ends. Outputs flat panel as TXT DXF PS EPS. Will split
projections for printer sheets. Math routines and a multi-mode
text/svga input routine, are in separate include files. Apr 19: Changed
file format to include precalculated pipe data. Added file conversion
program and DOSBox configuration file.
| |
| |
| GEN |
wxIDE |
10000K | Matthew Lewis |
updated Apr 15/13 |
0.50 |
 |
|
| An editor and visual interface designer for wxEuphoria written using
wxEuphoria. It runs on both Windows and Linux. Apr 15: v0.8.0:
code completion, new GUI designer, file tree, faster
| |
| |
| WIN |
astro |
674K | Mike Manturov |
updated Apr 11/13 |
|
 |
|
| A galaxy emulator inspired by, and based on, Marco Achury's estrella.ex
program. Some new features are added: keyboard commands, inelastic
collision, print screen function, engine improvements, etc. Apr 11: Ported
to Windows using dos_rescue library. Mouse support added.
| |
| |
| WIN |
Permutations |
962K | Fred Ransom |
Apr 10/13 |
|
 |
|
| Permutations: This presents a Permutations namespace for n items
taken m (<= n) at a time. It creates and delivers one permutation
with each call to Permutations:next(). It also keeps track of
parity, thus making it useful for some things in linear algebra.
Determinants, matrix inverse and solving simultaneous equations
are illustrated. All routines were chosen to illustrate use of
permutations rather than speed. Although the field of real numbers
was assumed here, these routines will work for any field, such
as complex numbers or the integers mod 7 when you define appropriate
arithmetic operations. EU 4, Judith's IDE and Win32Lib. Permutations.e
is general.
| |
| |
| GEN |
tidy 1.2 |
2K | Kenneth Rhodes |
Apr 7/13 |
|
 |
|
| tidy 1. 2 is an upgrade to Jiri Babor's source code beautifier,
tidy,(http://www.rapideuphoria.com/tidy.zip). New features: An
include file, tidy.e can now be called from a Euphoria source
code editor and tidy.ex can be used from the command line. Input
source code file is now automatically backed up and the "tidied"
file overwrites your input file. Program aborts if backup fails.
Added support for "loop", "switch", "type", and "ifdef".
| |
| |
| GEN |
EuGeany: Euphoria support files for the editor, Geany |
31K | Kenneth Rhodes |
updated Apr 7/13 |
|
 |
|
| Color Syntax support files and context sensitive help for the entire
Standard Euphoria Library. EuHelp.ex now included. Project management,
execution of source code file, Eu2C code compiling, binding, shrouding
can all be done from within the editor. Instructions are contained
in the file as comments and on the openeuphoria.org forum. Apr 7: Now
supports Irv Mullins EUGTK library: http://sites.google.com/site/euphoriagtk/Home
| |
| |
| LNX |
EuGTK - GTK Library for Euphoria 4.0 |
4600K | Irv Mullins |
updated Apr 1/13 |
15.50 |
 |
|
| Very easy-to-use wrapper for Euphoria 4.1 and GTK3.4+, Apr 1: Updated
Apr 1, new GtkPrinter.e support, much improved docs.
| |
| |
| WIN |
Database Visual Control Library |
145K | Jean-Marc DURO |
Mar 24/13 |
|
 |
|
| Database VCL on the model of Borland Delphi: a TTable component
that updates linked components when current record changes. V0.5:
Class library completely rewritten. Underlying controls are now
defined within classes. TDBListView added. Code has reached beta
state.
| |
| |
| GEN |
Simultaneous Equations |
31K | Don Cahela |
updated Mar 18/13 |
1.00 |
 |
|
| Routines for solving N linear equations in N unknowns. Lower-Upper
decomposition with row pivoting that retains intermediate results
for future use. Also, routines for tridiagonal, block tridiagonal,
pentadiagonal, block pentadiagonal, tridag and block tridag for
periodic boundary conditions, Jacoby block iteration, and a version
with sparse matrix storage implemented. Mar 18: LU decomposition
with row pivoting added.
| |
| |
| WIN |
Simple OOP |
47K | Jean-Marc DURO |
Mar 6/13 |
|
 |
|
| Simple Object Oriented style programming. The demo shows an EditText
box synchronized with a CSV Table as Borland Delphi does (similar
to TEditBox + TTable + TDatasource). Simpler than ever.
| |
| |
| GEN |
EuHelp |
20K | Kenneth Rhodes |
updated Feb 4/13 |
|
 |
|
| Universal Context Sensitive Help for 1400 Euphoria Standard Library
keywords and ENUMS. Easy installation instructions for editors
such as as Geany. A 3rd party library *.html help file, can be
used, if no match is found in the Euphoria Standard Library index.
If multiple matches are found, the number of articles to be loaded
can designated by user. Feb 4: Automatic Browser selection
for Linux. EUDIR constant set without using gentenv("EUDIR").
| |
| |
| WIN |
OpenGL demo |
2269K | Steve Allen |
Jan 12/13 |
|
 |
|
| The first 3D Euphoria game??? :) Its really a pretty simple platform
jumping game via OpenGL. He made it while teaching himself the
fixed function pipeline. As such, its nothing breathtaking but
it does demonstrate some simple 3d collision detection, model
loading, terrain generation, texturing and fog. It uses Mark Akita's
awesome SDL wrapper and Mic's opengl lib.
| |
| |
| GEN |
3d Math Routines for OpenGL |
28K | Steve Allen |
updated Jan 12/13 |
|
 |
|
| Useful 3d math routines for working with modern OpenGL. Building
projection/ortho matrices, frustum culling, 3d distance checks,
generating translation/scaling/rotation matrices, matrix multiplication,
dot products, cross products, vector math, etc. Written for EU
3.1. Jan 12: Fixed some bugs. Added contact info in code file.
| |
| |
| WIN |
Modern OpenGL Tutorials |
715K | Steve Allen |
Jan 2/13 |
|
 |
|
| Euphoria conversions of the first 6 tutorials from
http://en.wikibooks.org/wiki/OpenGL_Programming. Great place
to start for learning modern OpenGL in Eu. Shows how to write
simple OpenGL shaders, render 2d/3d shapes, texturing. Rotations/Scaling/transformations.
Uses and includes Mark Akita's SDL lib, Mics EuGL wrapper.
| |
| |
| DOS |
DOS File System Library v1.00 |
38K | Shian Lee |
Dec 18/12 |
|
 |
|
| DFS.E library includes elementary routines for drive, directory,
file, volume label, parse path, absolute path, and critical error
handler with full long file name (LFN) optional support. includes
standard user manual.
| |
| |