mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2024-12-28 20:43:37 +01:00
f461c08a17
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) |
||
---|---|---|
.. | ||
fxconv-main.py | ||
fxconv.py |