home.social

#desktopdev — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #desktopdev, aggregated by home.social.

  1. Thanks for your thoughtful input, @ptribble 👋

    You're right — JavaFX doesn’t target every platform, but it covers the major ones well:
    ✅ Linux
    ✅ macOS
    ✅ Windows
    ✅ iOS
    ✅ Android
    ✅ Web

    No framework truly runs everywhere, yet JavaFX offers strong cross-platform reach. The key now is community growth and ecosystem evolution — and it’s happening! 💪

    #JavaFX #Java #Gluon #JPro #OpenJDK #CrossPlatform #DesktopDev #MobileDev

  2. BEHOLD! ADVANCE UI!!!

    Kinda proud of this one. In short, it is simulating #VRChat avatar parameters being sent to my own program (written in Go with Wails) which then emits it forward to the frontend (written in TypeScript with Svelte).

    Pretty rough code, but it's working! Hardest part was getting the OSC architecture to behave.

    #webdev #desktopdev #wails #svelte #vrchat #indiedev

    oh the simulating program is TouchOSC too. VRC provided a example file.