siddharth ahuja (@sidahuj)
게임 제작을 위한 장면 생성기(scene builder)를 개발 중이라는 발표입니다. 프롬프트나 이미지를 입력하면 일관된 장면을 생성하며, LLM이 약한 공간 추론 문제를 개선했다고 주장합니다. 프롬프트만으로 생성된 여러 샘플을 예시로 제시합니다.
https://x.com/sidahuj/status/2018370043827089744
#scenebuilder #gamedevelopment #llm #generativeai

siddharth ahuja (@sidahuj) on X
Great games need great environments. We're working on a scene builder takes a prompt or image and generates a cohesive scene to build your game on. LLMs notoriously struggle with spatial reasoning, we've worked hard to fix that.
All these scenes were created with a prompt!
X (formerly Twitter)Jago de Vreede is working on a user interface for @sdkman to bring its complete functionality to Windows! He uses #Java, #JavaFX, #GraalVM, #SceneBuilder. All info, demo, code insights, and more in the following #JFXInAction interview.
Video on YouTube:
https://www.youtube.com/watch?v=t7CROVJbYto.
More info on:
https://webtechie.be/post/2024-12-19-jfxinaction-jago-de-vreede-sdkman-ui/
#javafxinaction

Jago de Vreede: SDKman UI, a user interface on top of SDKMAN for all platforms (#13)
YouTube#SceneBuilder 20 by @gluonhq
This ugly bug was finally fixed!
7099300 fix: CMD+C/CTRL+C now properly copies the controller skeleton code into clipboard (#590)
https://github.com/gluonhq/scenebuilder/releases/tag/20.0.0

Release Release 20.0.0 · gluonhq/scenebuilder
Changelog
🚀 Features
5ce9f65 feat: Add JRuby controller skeleton generation (#596)
50163dc feat: Added link to JFX-Central in menu Help/JavaFX/ (#570)
🐛 Fixes
82bd575 fix: update license year us...
GitHub
Custom JavaFX components in SceneBuilder
So you want to open a JavaFXML with a custom component in SceneBuilder? This week I have been playing with this project: an implementation of a Twitter Client in JavaFX. The application uses …
Ikasten.IO