I am in the mid-early stages of developing a 3d game with JavaScript, and I was just now trying to solve an annoying problem with the deviceorientation event where it didn't account for the device being vertical or horizontal, so I somehow have to automatically detect which orientation the device is, and make the camera use the orientation data accordingly. For context, the game is at https://talesofberthmidrish.jackgreenearth.org/
this post was submitted on 16 Sep 2023
23 points (96.0% liked)
Game Development
3483 readers
61 users here now
Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.
founded 1 year ago
MODERATORS
This is progress, but also a rant. I've been working away at a character editor and its been the bane of my existence lately. It's a lot of UI, its difficult to add more customization features, and I'm never quite happy with the result.
Eventually it will get there though.