accmltr / scala-games

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

'LineRenderedElement' initial implementation #17

Closed accmltr closed 10 months ago

accmltr commented 10 months ago

Started making the 'LineRenderedElement' class. Currently, it only renders lines as a sequence of rectangles with a set width for each segment of the line. Textures for the line, corners and end-caps have not been added yet.