public
Description: Io programming language
Homepage: http://iolanguage.com
Clone URL: git://github.com/stevedekorte/io.git
Steve Dekorte (author)
Tue May 13 17:03:06 -0700 2008
commit  c7f2d7a7564662fa77c4b288dda0442b797e0e90
tree    e077101dc0613b3aa4b02fc710b268a468f448e2
parent  c7b4b4f67ec7938749c08c496d93ad96a11269ce
io / extras / IoPlayers
name age message
..
directory MSWindows/ Tue May 13 14:51:12 -0700 2008 Partially functional IoPlayer for Windows [U-CUSTOMER2007\Customer]
file Makefile Mon Jan 07 01:50:16 -0800 2008 Renaming projects to extras [Jonathan Wright]
directory OSX/ Sat Mar 22 14:43:55 -0700 2008 Submitted patches and Tokyo Cabinet fixes [Steve Dekorte]
file _ReadMe.txt Mon Jan 07 01:50:16 -0800 2008 Renaming projects to extras [Jonathan Wright]
_ReadMe.txt
An IoPlayer is basically an executable that when launched:

- opens a window with a GL view

- looks in it's launch directory for a main.io file and executes it if found
  or opens an error dialog if not.

- glut input comes from the window and gl output goes to the window

- a debug window with a stacktrace opens upon errors.

The idea is to provide a binary release of Io that can be easily used to distribute software written in Io.