|
Submitted by , posted on 22 February 2001
|
|
Image Description, by
After the recent spate of IDE screen shots on IOTD, I thought I'd contribute
mine. It's a general purpose IDE that can build projects containing a mixture of
Java, C++, C, asm etc via multiple build steps a'la Make.
It features an addin system to allow easy addition of tools, dynamic compiler
invocation, pluggable look and feel, themes etc. It also includes an interface
to my source code control system
It's 100% Java and will be open source soon (When it's finished, I still have to
add a visual interface to the Java debugger and a drag-n-drop style dialog
editor/code generator)
It is currently being tested by being used to develop a 100% Java game engine
named Luxor. I am currently working on a 3D audio engine as part of the game
engine.
|
|