NifLib

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
Description

The C++ library for loading, modifying, and exporting NIF files. It stores a full representation of the NIF file in memory, allowing for arbitrary re-arrangement of blocks. It also automates several types of data dependencies that exist between various blocks within the file format. It is intended to allow new developers to come on board and create plug-ins for new 3D packages quickly.

Contains a lot of information regarding Nif files and how they are set up. Of special interest is the NifLib User Guide and Documentation although it is more technically detailed than is likely to be useful for the average user.

Homepage

NifLib Website