Git Product home page Git Product logo

nifclib's Introduction

			README for Native NIFF "c" parser

1. What is it?

	A code generator that generates a nif parser code, for
reading/writing of .nif (NetImmerse File Format) game state files.


1.1. Description

	file: "convert2c.c" - the code generator
	build: make codegen
	usage: convert2c path to "nif.xml" from the "NifTools" project
	feats:
[x]	- generates basic types, enums and structures
	[x]	- handles fixed size arrays - 1d, 2d
	[x]	- handles dynamic size arrays - 1d, 2d, jagged2d,
		  const & field based indexes
	[x] - handles "TEMPLATE", "Key" and "KeyGroup"
[*]	- generates read functions
	[x]	- auto-group by version check - sequential only
	[ ]	- auto-group by version check - non-sequential
	[x]	- auto-group by (userver + vercond + cond)
	[ ]	- auto-group by (userver + vercond + cond) - non-sequential
	[x]	- handles the expressions in "cond" and "vercond"
	[x]	- handles 1d arrays
	[x]	- handles 2d/jagged arrays
	[ ]	- blockread of sequential fileds of non pointer basic types
	[ ] - range check protections
	[ ] - creates hashed read procs
[ ]	- generates write functions
	cons:
	[x]	- complex
	[x]	- buggy
	[x]	- slow

legend:
	[ ] - It can't do that
	[x] - It can do that
	[*] - Partial support

You can get the latest version here (thanks to amorilia @ NifTools):
https://github.com/amorilia/nifreader


2. Requirements

	You may want to read about the "NifTools" project:
http://niftools.sourceforge.net


3. Build
	3.1. Linux

	Type "make".

	3.2. Mingw32

	N/A yet.


4. Credits

	Thanks to "amorilia" @ "NifTools" and all the people who created "nif.xml" and "NifSkope".

	Also, my eternal Thanks to all the Open Source Free Software people.

nifclib's People

Contributors

amorilia avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.