External Publication
Visit Post

(April 2026) Monthly WIP Screenshot Thread

jMonkeyEngine Hub April 20, 2026
Source
Having equip system done (after changing the architecture to a proper ECS) im testing some sway for first person view https://imgur.com/a/9KQFOch (the hands model is still work in progress, thats why it looks like its very painfully broken ) also, a couple thoughts after changing from spaghetti inheritance to ECS with events, 1. its a lot cleaner and easy to extend/change (like order of magnitude easier id say), 2. debugging is A LOT easier (first, wouldnt have been able to make command console and keep my sanit without events) also i feel like my code quality went up (i tended to introduce a lot of spaghetti when i encountered a particularly tough issue and didnt feel like solving it properly in a couple days), for example this is from my test scene setup for whatever reason my previous architecture required like 3x as much code and at least 5x as much thinking to simply equip something..

Discussion in the ATmosphere

Loading comments...