Categorygithub.com/nassorc/go-codebase
repositorypackage
0.0.0-20240926190605-0045d730199a
Repository: https://github.com/nassorc/go-codebase.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

go-codebase

go-codebase is a collection of libraries and tools I've implemented.

Included libraries

  • located at /lib

  • Data Structures

    • Bitsets
    • Ringbuffers
    • Sparse sets
  • ECS library

    • gandalf-ecs:
      • located at root /
      • This library is now a playground to try new ideas for my new ecs library.
  • Math

    • Vector2: contains the types and operations needed to perform simple 2d vector math.
  • Asset management types