fxsdk/fxconv
Lephenixnoir f461c08a17
fxconv: introduce an ObjectData interface to avoid assembly
ObjectData is a stream-like object that accepts bytes, bytearrays,
references to external variables and references to other bundled data to
create structures with pointers without having to write assembly.

Internally ObjectData unfolds into static data and an assembly
instruction. Existing assembly support remains fully compatible.

* Added an ObjectData interface to ease reference generation
* Ported topti to ObjectData (instead of assembly)
* Ported libimg_fx and libimg_cg to ObjectData (idem)
2020-12-22 14:51:43 +01:00
..
fxconv-main.py fxconv: add custom conversions 2020-10-23 13:05:50 +02:00
fxconv.py fxconv: introduce an ObjectData interface to avoid assembly 2020-12-22 14:51:43 +01:00