Skip to content

rlk/electro

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
 
 
 
 
old
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Electro

Electro is an application development environment designed for use on cluster-driven tiled displays, virtual reality systems, and desktop workstations. Electro is based on the MPI process model and is bound to the Lua programming language. With support for 3D graphics, 2D graphics, audio, networking, and input handling, Electro provides an easy-to-use scripting system for interactive applications spanning multiple hosts and a variety of displays.

Running

The executable takes a list of Lua files as parameters. Each file is executed in turn. Here, the Asteroids game is used as an example:

To run Asteroids under Linux or OS X:

$ electro asteroids.lua

To run the asteroidss under Windows:

C:\> electro.exe asteroids.lua

Alternatively, drag and drop the asteroids.lua icon onto ELECTRO.BAT.

Usage

ESC    - Exit
F1     - Toggle server console display
F2     - Toggle server full screen display
F3     - Decrease server window resolution
F4     - Increase server window resolution
PrtScr - Screenshot "snap.png"

About

Lua application development environment for cluster-driven tiled displays and VR systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages