WINDZ: Difference between revisions

From LDraw.org Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
and will try to [[BFC]] that file.
and will try to [[BFC]] that file.


The program is quite old already and not very tolerant to errors.
The tool has been written in 2002 by
For example, if you forget to supply an input file parameter, it will crash.
{{mailto|[email protected].br|Ildefonso Junior Zanette}}.


== Example Invocation ==
== Example Invocation ==


   windz inputfile.dat > outputfile.dat
   windz inputfile.dat > outputfile.dat
== Known Problems ==
The program is quite old already and not very tolerant to errors.
* if you forget to supply an input file parameter, the program will crash
== Source Code ==
* https://sourceforge.net/projects/windz/


== Download ==
== Download ==


t.b.d.
An official download location of this program currently is not known.
 
You can find version 0.1.0 for download at this [[LDRAW Forum]] post:
* https://forums.ldraw.org/thread-7679-post-7704.html#pid7704


[[Category:Software]]
[[Category:Software]]

Latest revision as of 14:11, 2 April 2018

WINDZ is a command-line tool which takes a file as input and will try to BFC that file.

The tool has been written in 2002 by Ildefonso Junior Zanette.

Example Invocation

  windz inputfile.dat > outputfile.dat

Known Problems

The program is quite old already and not very tolerant to errors.

  • if you forget to supply an input file parameter, the program will crash

Source Code

Download

An official download location of this program currently is not known.

You can find version 0.1.0 for download at this LDRAW Forum post: