Some of the software I designed
"The most effective debugging tool is still careful thought, coupled with judiciously placed print statements"
[attributed to Brian Kernighan, 1978]
Some of the software I designed
"The most effective debugging tool is still careful thought, coupled with judiciously placed print statements"
[attributed to Brian Kernighan, 1978]
Medusa compiler, multi-target toolchain and iOS player
[2009-2011, in-house] Lua, Objective-C, Javascript
Metaprogramming compiler and toolchain, designed to create highly interactive ebooks from a single source to HTML, PDF, EPUB, Mobipocket/Kindle and iOS with a specialized native reader.
A domain-specific language simulates a traditional adventure game programming model, which is then compiled to a set of fully static pages.
See toolchain details and my interactive novel.
GALE, an adventure game scriptable engine
[2007-2009, proprietary] C++, C, Lua
Multitasking, efficient logical engine designed for commercial Nintendo DS adventure games while working at Artematica Entertainment.
Optimized for the limited resources of the target device, GALE features a friendly scripting language. All game data are kept on the Lua side.
See also my recent games page.
GPTlib, an electronics testing framework
[2005-2006, proprietary] C++ Builder
Multi-tiered framework controlling in-house testing instrumentation, used as library by automated testing software, developed at EC Elettronica.
The lower layers handle communication and instrumentation protocols, the higher layer presents an unified API and offers manual control tools.
Idra, a browser-hosted interactive book engine
[2000, GPL] Javascript
Hybrid engine for creating interactive novels, adventure games and educational software, using a mix of HTML presentation and simple Javascript logic.
Idra books do not require an expert programmer, can be read within a plain browser (even in a local page) and save reading/play data into cookies.
See also samples and documentation (in Italian).
Igloo, a graphic hypertext interpreter for MS-DOS
[1993-1994, in-house] C++
Fast, memory-efficient hypertext interpreter for 640-kB MS-DOS, with embedded language. Based on WNG/FGraph (see below).
Used for the interactive lessons in my best-selling self-instruction courseware "PC Subito" published by Jackson Libri in 1994.
Vox, a quality audio driver for the internal speaker
[1993, in-house] C, x86 assembly
Low-level driver and C API to get good-quality sound from the severely limited MS-DOS audio interface and typical internal speaker.
Makes use of system timers and PWM (pulse-width modulation) with oversampling to reduce aliasing; can also use Sound Blaster card if available.
Developed for my Echo! MS-DOS audiogame.
WNG/FGraph, windowing system and video driver for MS-DOS
[1992-1993, in-house] C++, C, x86 assembly
WNG is a fast, memory-efficient windowing system for 640-kB MS-DOS; FGraph is the underlying highly-optimized VGA driver offering graphic primitives including transparency, patterns and clipping.
Used for my applications (see "Igloo" above) and licensed for embedded industrial software.
Rizzardo Strada of CJB contributed hi-res drivers.
Ilda, a MS-DOS courseware interpreter
[1988-1990, in-house] C
Lightweight interpreter for semigraphic hypertext courseware (640-kB MS-DOS), with a simple definition and control language.
Used in my self-instruction courseware and licensed to the publisher for use by other authors.
See for example my widely published C course.
Modulo Base, a portable text adventure framework
[1985, published] Basic dialects
System-independent Basic tool for text adventure games; published for Apple II, IBM PC, Commodore 64, Sinclair Spectrum and MSX.
A later advanced version [1988] was for MS-DOS only. Both versions were used in some of my own adventure games and by many other authors.
SPL, an accelerator for Apple II DOS
[1983, published] 6502 assembly
SPL, or "Speedload" to use the original funny name, greatly reduces Apple II file loading times without requiring special disk formatting.
Highly compatible with standard Apple DOS 3.3, it was published on the January 1984 issue of Micro magazine.
I originally designed it for my published games.
XEA, a 6502 to 6809 cross-assembler and editor
[1983, proprietary] 6502 assembly
Written at EC Elettronica with contributions from Chiara Tovena, Rizzardo Strada and Paolo Bozzola (CJB), XEA ran on a 64-kB SYM-1 development system.
It was used to develop industrial applications for the 6809 microcomputer board added to the company's modular product line.
It is quite compact: the total program size is 8 kB.
Updated 09/09/14 by Enrico Colombini (erix@erix.it)