Mini, @TanTanDev and I (we're all programmers) are participating in the Bevy Game Jam. We started working on the game Friday afternoon (UK time).
It's a rogue like where you kill enemies and progress to the next level. #bevyengine#gamedevelopment
contex: I'm making this software that takes text input and draws on the screen the text in form of shorthand/stenography.
Steno is a typing system that is faster than using regular letters. (this is made for Swedish steno)
@andywiecko @rust_gamedev The resource I mainly used to learn how to do it was from this guy's video: https://t.co/kgvG7Sm9So
My plan is to make a small game and make a video about it, including some tiny technical overview bits. Let's see if the plan pans out
@ChadderboxYT Pretty hard, Anything I want to happend from rust to Unity I basically need to write some form of wrapper code. Now you could probably make a decent wrapper over most stuff you need, but that would take a lot of time and thought to make the architecture make sense