accmltr / scala-games

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

Add Vector Constructors Like GLSL #54

Open accmltr opened 9 months ago

accmltr commented 9 months ago

Make possible:

Vector2(10) // res0: Vector2 = Vector2(10, 10)