actual_weeb_tm
What to learn next?
from personal experience building a web app is certainly a good way to learn a lot, depending on how you go about it.
personally my second project was building a basic reading list app, and its an absolute mess but i learned a ton.
150 replies
Boxing
So basically just using it as a constraint. I think I can include a factory method that instantiates this with the proper implementation of the interface.
It's a bit of a roundabout way to do it but this allows me to use the built in optimised Vector2 and Vector3 while still allowing my own less optimised VectorN for higher dimensions
Should save on performance in the end
64 replies