Overview A few years back, I was working on my offline renderer and I needed a way to describe simple scenes in a human readable format. I created NCF to serve that purpose and wrote a handy parser for it. What follows is a description of the language format. The parser is written in c++ and is available at github NCF is a data serialization language (DSL) like YAML, XML and JSON. It provides the mechanics to implement complex hierarchy descriptors. Each line constitutes a separate entry. All...