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

Math & graphics utils for "ebiten" 2D graphics engine for Go programming language

Notifications You must be signed in to change notification settings

hinst/hebiten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Math & graphics utils for "ebiten" 2D graphics engine for Go programming language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages