Wings 3D Development Forum
Wings file format specification - Printable Version

+- Wings 3D Development Forum (https://www.wings3d.com/forum)
+-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1)
+--- Forum: Programming (https://www.wings3d.com/forum/forumdisplay.php?fid=7)
+--- Thread: Wings file format specification (/showthread.php?tid=874)

Pages: 1 2


RE: Wings file format specification - PERECil - 08-15-2018

Well I already wrote a Wings3D file parser in C#. Please MP me so I can give you access to my bitbucket git repository project .


RE: Wings file format specification - bigben - 10-18-2018

If possible, please share this C# parser... this would be very helpful to the community IMHO. I tried to PM you, but no response so far...
Having some way to work with the files directly is something that seems to be missing. As WINGS is written in a language that (to me anyway) seems very unfamiliar, any form of interface like this is very much missing. The command line approach did not work for me, perhaps the parser is all that I need as a primer...

Thx