Code Monkey home page Code Monkey logo

nifwind's Introduction

 What is it?
.............

 f(nif, ffd)


 But, what is it?
..................

 A tool for studying the "Net Immerse File" format: .nif files.


 Why?
......

Because studying the "nif" file format is important. Also, this is my "thank
you" to the modding community.
But most importantly: I need to improve my 3D math. skills.


 The format
............

 List<Object>, where Object : ISerializable
             , where "Object *" is an index at the List

Most objects are named, and their names are stored at the file.


 How to build it
.................

 <> "*nix":
  > export QTDIR="the place qt5 is"
  > export LD_LIBRARY_PATH+=":${QTDIR}/lib"
  > export PATH+=":${QTDIR}/bin"
  > make
 <> "Windows":
  > install the "Windows SDK", and the "Open GL" headers
  > install your favorite "visual studio"
  > build qt-5.15.3
  > create a project, etc.; sooner or later "cmake" will come into play;
    then the project will be auto-generated by "cmake"


 What must be
..............

 [ ] view, edit, craft
 [ ] proper terminology and consistent source code
 [ ] libnifwind
 [ ] plug-ins
 [ ] visual file format editor
 [x] specify the entire file structure at the description
 [ ] the code should match not by name, but by purpose
 [ ] thumbnail generator


 Credits
.........

Thanks to:

 * the wizards who created: https://github.com/niftools/nifxml
 * OS windowing system bridge: "Qt-5.15.3"
 * all modders whose work I enjoyed over the years
 * "Bethesda" - for the masterpieces

nifwind's People

Contributors

corwinn 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.