This wiki is archived and useful information is being migrated to the main bzflag.org website

Difference between revisions of "PyBZEdit"

From BZFlagWiki
Jump to: navigation, search
(New page: pyBZEdit is the name of a BZW map writen in the [http://en.wikipedia.org/wiki/Python_%28programming_language%29 python programing language]. It is somewhat platform independent and can...)
 
Line 1: Line 1:
pyBZEdit is the name of a [[BZW]] map writen in the [http://en.wikipedia.org/wiki/Python_%28programming_language%29 python programing language]. It is somewhat platform independent and can be made to run on most systems.
+
pyBZEdit is the name of a [[BZW]] map editor written in the [http://en.wikipedia.org/wiki/Python_%28programming_language%29 python programing language]. It is somewhat platform independent and can be made to run on most systems.
 +
 
 +
==Overview==
 +
While attempting to solve the cross platform compatibility issues of [[BZEdit]] and [[BZEditWin32]] by using the python language, pyBZEdit was in the end dependent on a number of external libraries that were difficult to install on the host OS, and fell out of use shortly after it was announced.
 +
 
 +
==Development==
 +
pyBZEdit was not developed by the BZFlag developers and is maintained independently at, http://sourceforge.net/projects/pybzedit/ by David Lawler. It appears as if development is slowed or stopped at this time.
 +
 
 +
== Replacement by blender ==
 +
The current accepted method of graphically editing [[BZW]] maps on Linux is using the [[BZWTools]] plug-ins for [http://blender.org blender], as they provide a full 2.0 compliant editing system on a large number of platforms.
 +
 
 +
[[Category:Map_making]]
 +
[[Category:Map_editors]]
 +
 
  
  
 
[[Category:Map_making]]
 
[[Category:Map_making]]
 
[[Category:Map_editors]]
 
[[Category:Map_editors]]

Revision as of 01:11, 19 February 2007

pyBZEdit is the name of a BZW map editor written in the python programing language. It is somewhat platform independent and can be made to run on most systems.

Overview

While attempting to solve the cross platform compatibility issues of BZEdit and BZEditWin32 by using the python language, pyBZEdit was in the end dependent on a number of external libraries that were difficult to install on the host OS, and fell out of use shortly after it was announced.

Development

pyBZEdit was not developed by the BZFlag developers and is maintained independently at, http://sourceforge.net/projects/pybzedit/ by David Lawler. It appears as if development is slowed or stopped at this time.

Replacement by blender

The current accepted method of graphically editing BZW maps on Linux is using the BZWTools plug-ins for blender, as they provide a full 2.0 compliant editing system on a large number of platforms.