Skip to content

MiguelEXE/structured-buffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Structured buffer

C-like structs in javascript

Supports:

  • Creating and parsing buffers with a given struct
  • Calculating size of a struct
  • Unsigned and signed integer from 8 to 64 bits
  • Chars (converts int8 to string)
  • Standard C99 booleans
  • Structs inside another structs

See examples folder for example usage