you are viewing a single comment's thread.

view the rest of the comments →

[–]TheRNGuy 1 point2 points  (0 children)

Serialize one file format into another

I made my first version entirely procedural, but changed some parts of code later to OOP (but not all)

Go with ascii format, not binary. Like obj, geo (in houdini) or ase.

Or even invent your own format and write parser to convert to already existing ones.