Open trezm opened 6 years ago
Nice script you've come up with. I might add something similar to this project, too. I'd still need to add the iOS stuff in there as well, but that's pretty easy.
Before venturing into trying to add SDL2_TTF, are you sure you don't want to use https://github.com/redox-os/rusttype instead? I stopped using SDL2_TTF a long time ago and switched to https://github.com/nothings/stb/blob/master/stb_truetype.h which is also ported to Rust as https://github.com/dylanede/stb_truetype-rs
I wasn't aware there were other options really! I'm new to game dev specifically, so I'll give those a shot. Great resources, I'll report back how they work out :)
Hey all! Amazing work done here, honestly!!! I've been looking for a good starting place to write a rust game in SDL2 for my Android phone and I've found it :)
That being said -- I was able to get a good build script working (see below,) but I can't seem to figure out how to include SDL_TTF in the bundle. Does anyone have a good idea of where I could start?