Wednesday, March 19, 2025

Rendering Rework Continues

I rounded out a little more work on the portrait layout for the app, and got it to a point where I'm happy enough with it, then got stuck into the landscape layouts where there's a bunch more stuff to do yet, but at least I sort of have an idea of how I want it to look.

I worked on some additional code to change up the rendering code to capture the new ratio of world to display when the phone is changed from one aspect to another - and I'll say it looks really janky when it doesn't change. There's still a bug that I don't appear to have an easy solve for - which is that I can't right now, get the terrain to pick up a fresh section of world till the player moves - so when you change the phone from portrait to landscape or the other way about, until you move the character, it's shows you half a screen of junk - so I'll need to solve that... but that's somewhere deep in the threads, and I've tried all the easy solves for that already I think.

Anyhow, not a super amount of time this evening for code, but what I got, was productive.

No comments:

Post a Comment

UX Interface Updates, Tweaks and Improvements

Today I've spent the majority of the day working with the android native navigation bars, working out when it's right to show, when ...