pfirsich / binfmt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

binfmt

Builds binary files from text descriptions, e.g.:

#      x    y   z          u      v
f32 -1.0 -1.0 0.0 u16 0xffff 0x0000
f32 -1.0  1.0 0.0 u16 0xffff 0x0000
f32  1.0  1.0 0.0 u16 0x0000 0x0000
f32  1.0 -1.0 0.0 u16 0x0000 0xffff

About


Languages

Language:Python 100.0%