accmltr / scala-games

A game engine for writing games in Scala.
MIT License
4 stars 0 forks source link

Sprite #63

Closed accmltr closed 9 months ago

accmltr commented 9 months ago

Added working Sprite with messy implementation and a big temporary hack in the architechture to render sprites.

Closes #57

accmltr commented 9 months ago

Intended to use this branch for implementing post processing, but ended up implementing sprite to study the way textures are uploaded and used in shaders before moving on to implementing post-processing.