Skip to content

zlstringham/libbyond

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libbyond

Unofficial C libraries for working with BYOND data.

BYOND itself uses a "libbyond" shared library; this is not that. This is to be a compilation of separate libraries which make up individual aspects of the BYOND ecosystem.

Libraries

  • crc32
    • SIMD implementation for x86 platforms
    • SIMD implementation for ARM/AARCH64 platforms
  • dmitext - Parse and generate the text metadata of BYOND's PNG-based .dmi format
  • dmi4 - Decode BYOND's legacy DMI "4" format
  • rsc - Decode/Encode BYOND's resource format
  • dmm - Parse and write BYOND's map format
  • dmf - Parse and write BYOND's interface format
  • regex - BYOND's regex algorithm
  • ???

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published