niftools / niflib

Niflib - Niftools C++ library for Nif IO
http://www.niftools.org
Other
28 stars 38 forks source link

NifDoc v0.9 support #13

Open arves100 opened 5 years ago

arves100 commented 5 years ago

The following library does not support Nif.xml 0.9, making it impossible to use with newer nif programs.

Is there any plan for updating this repository and/or the docsys? (I was forced to use a fork of it since the normal one does not generate the files with the v0.9)

neomonkeus commented 5 years ago

There is currently work ongoing on the nif.xml format specification. That needs to be formalised first. We don't have anyone who would be actively working on this project, but open to contributions.

arves100 commented 5 years ago

Thanks for your response, I tried looking at the forum or the discord server but nothing looks active., that's why I started this issue to begin with. If it's still relevant, I was going to upgrade the Niflib for v0.9, I could, eventually, send a pr.

neomonkeus commented 5 years ago

You'll probably want to have a look at this - https://github.com/niftools/nifxml/pull/75 Its still a work in progress, so not a full release.

arves100 commented 5 years ago

I was using jonwd7's nifdocsys actually as a base for work, but I wasn't aware that you have pushed the new specification to the main repository.

neomonkeus commented 5 years ago

It's only merged into the develop branch, there is a PR from dev > master. There is also some discussion on https://github.com/niftools/pyffi/pull/62 around parsers