C# .NET Managed Library Handling NIF (NetImmerse/GameBryo game engine) file format for 3D Meshes / Models
https://github.com/dol-leodagan/niflib.net/releases/latest
This library is a Decompiled source code from an old Managed NIF Library, inspired by Niftool's Niflib, shared by an Anonymous developper of the Dawn Of Light project, who have lost the source tree...
Niftools repository for Niflib : https://github.com/niftools/niflib
Most niflib.net Logic and Object Naming is mirrored from Niftools source code reimplemented in C#.
Niftools repository for NIF file format XML Description : https://github.com/niftools/nifxml
This is the Bible for understanding how to build an Object from a NIF file stream.