Submissions by thatoneguy229 tagged raylib

After a lot of tinkering and misunderstanding, I was finally able to draw a billboard! It wasn't in my previous project (I think it became a little bloated due to me trying to do too many things at once) so setting up a new project and starting from scratch was a nice refresher as well. (Bonus points if anyone ever sees this and can name where the sprites are from)

So, even though it's extraordinarily basic, I've found that having something like the raylib cheatsheet (and the naylib github) to guide me through learning the different methods and structs that are available to me has made getting something up and running rather trivial! That being said, it's not like I was able to get this working in 5 minutes. This took me a couple of days - learning what a freaking sink is in nim took me the longest (and I'm still not 100% on it), but I'm super proud of this, even if it looks like poop.

I think I've just about settled down on my jumping around (though only time will tell).

After really getting into the syntax and overall ethos of Nim, I've come to really enjoy it's idiosyncrasies, AND having tinkered with Raylib in the past, I feel comfortable to sink in and try to make something from it.