if I wanted to do basic 2d graphics, similar to ca...
# announcements
t
if I wanted to do basic 2d graphics, similar to canvas on the web, what would I choose these days?
a
@tmseiler The current equivalent would probably be a JavaFx Canvas using TornadoFx extensions for Kotlin
t
thanks, this looks pretty close to how swing did it