Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (22 loc) · 706 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 706 Bytes

hebiten

Utils for "ebiten" 2D graphics engine for Go programming language.

Update 2023: this library is now outdated. It was originally created for an old version of EbitenEngine. I am now archiving this repository

Requirements:

Overview:

  • Math
    • Int2 {X Y}
    • BigFloat2 {X Y}
    • IntRect {X Y W H}
    • FloatRect {X Y W H}
    • TFloatColor {R G B A}
  • Graphics
    • Draw
    • DrawTexts
    • TextureAtlas
  • Reader for "Tiled" map editor data file
    • TiledData
    • TiledDataLoaders
  • HealthBar class
    • BaseHealth, CurrentHealth, Texture, Color