System requirements:
So far, the lew interpreter exist only for windows based environments. It has been
tested successfully over various currently available versions of Windows (Windows 2000,
XP, Vista) but should work with all availables versions of this operating system.
Mr Grummfy commented in Shoob that it
works under linux with wine (you just shouldn't use the .bat launcher and use the following
command instead: wineconsole lew.exe test_pshht.txt (or whatever script you want to start)).
Download the Lew insterpreter with a selection of demo scripts (recommended).
size: 1.255Mb (zip file), Last updated on 01/03/2008
Download the Lew interpreter binary file alone.
size: 191k (zip file), Last compiled on 01/03/2008
Due to the very fast pace of changes, sources cannot be downloaded yet.
History:
- 2008/01/20
- Begining of the project
- 2008/02/04
- First release of the small Lew website
- 2008/02/10
- Webcam input added
- 2008/02/20
- Bug fixes
Addition of transparency modes
Conversion between HSV and RGB
Color blending
Known bugs:
- Fails to display bitmaps that are larger than the screen
- Windows sliders do not operate yet (probably the same bug ;-) )
- Filled circles in tranparency shows minor imperfections
- Thick lines in transparency shows imperfections
- Mouse() and GetPixel() have their origin in top left corner (done 2008/02/20)
Planned future extensions:
- Network support
- Speed enhancement
- Z-buffering
- Vectorial font support
- Color arythmetics (partialy done 2008/02/20)
- Pixel tagging
- Some basic system dependant facilities (such as scanning files in a folder)
- Sound I/O
- Webcam image input (done 2008/02/10)
- Noninteractive pure ANSI-C version (done 2008/02/07)
- Macintosh version
- X-windows version