Here is the latest version of a Tkinter application meant to be an
editor for POVRAY.
There has been a lot of progress but the code is still a mess with lots
of comments.
It is written with Python. You can download it at python.org.
I used Python 2.2 under Windows and Python 2.1 under Linux. I don't know
if it's going to work with releases below that.
I disabled the insert menu because it gave me an error with Linux.
You have to tell where POV executable is installed
To install :
Either click on a27.py from your explorer or
start a terminal
cd /to/the/directory/where/it/is/installed
type 'python a27.py'
One big bug I still can't fix : Redirect the output(line rendered,
stats,..) to the application.It's round line 683 for those who could fix
it : I will let it down for the time being.
TODO:
Implement color hightlighting
Add an undo buffer
Comments welcome.
Fabien
Post a reply to this message
Attachments:
Download 'pyvon.tgz.gz' (11 KB)
|