From: Ari H. <ahe...@an...> - 2001-01-18 16:11:27
|
On Thu, Jan 18, 2001 at 10:37:06AM +0100, Nils Wagner wrote: > > Please can you expand on the differences between Visual on Linux and > Visual on Windows. > I use Python2.0 and the latest development version of Vpython on Linux. > They're the same. Except for some occasional buggy behaviour on linux :) - there is at least one bug we see where visual crashes on wave.py (and a few other demos), that appears to be a GL bug (it crashes in a GL linedrawing function) - there is some weird interface behaviour with multiple windows (things respond very slowly to user input). And currently the graph stuff is a little broken because it's using python2 syntax. But Bruce just fixed that (and I'll release a new linux version one of these days here). But codewise, the Linux version is identical (modulo necessary cross-platform abstractions). ari |