• Stars
    star
    1
  • Language
    Go
  • License
    MIT License
  • Created about 4 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Create Nibbles and use them in arrays/slices in golang, originally created for HoneyGO. Note this doesn't actually create the datatype but it allows space savings in arrays/slices i.e. lighting data and chunk data in minecraft. just uses bitshifts and also an attempt to see how go mods work