For my needs, my biggest wishes (without thinking ...
# doodle
l
For my needs, my biggest wishes (without thinking too much) would be • A way to integrate WebGL (with custom vertex and fragment shaders) views within Doodle JS. Being able to plug any React component as a Doodle component would be a good general solution. The other way round would work equally well. • A way to integrate a Swing or JavaFX or Compose component within Doodle JVM, or vise versa. Just one of them would be enough. • A more flexible way to deal with fonts, maybe as a global object with the possibility of blocking until a given font is available. • A standardized component to do file upload (JS) or choose file from the file system (JVM)
n
super clear. thanks for suggesting these. • sounds like the first one should be doable if there were a View that let you specify an HTMLElement that you could house your component in. • the second one is something i'll take a look at as well as i'm knee deep in the desktop stuff, which means AWT/Swing interop anyway. • does the FileSelector not address #4? • i hear you on font loading. please feel free to flesh out your idea a bit more and we can see how to incorporate it