Re: [racket-users] Re: Alternative UI toolkits

2019-08-08 Thread Neil Van Dyke
Stephen De Gabrielle wrote on 8/7/19 5:10 PM: Mathematica uses QT! There's a lot in Qt, just like there's a lot in GTK.  Occasionally, a noteworthy project goes to a lot of trouble to switch from one to the other (e.g., Wireshark). Thankfully, Racket has meant I mostly don't have to pick GU

Re: [racket-users] Re: Alternative UI toolkits

2019-08-07 Thread Stephen De Gabrielle
Thanks Neil. Mathematica uses QT! Noice. For my own reference - https://github.com/servo/webrender/ 'experimental render backend for Servo , but it can also be used as such in a standalone application.' - https://doc.rust-lang.org/book/ch19-01-unsafe-rust.html#using-extern-func

Re: [racket-users] Re: Alternative UI toolkits

2019-08-07 Thread Neil Van Dyke
Since I mentioned the Qt GUI toolkit family (which you might also know as a foundation of KDE)... * if anyone is looking at that for Racket for some reason, there's a new "technical vision" statement for the next major version: https://blog.qt.io/blog/2019/08/07/technical-vision-qt-6/ I'm ha

Re: [racket-users] Re: Alternative UI toolkits

2019-08-06 Thread Aidan Gauland
That would be Electron , for which I think Racket would be a /really/ awkward fit, but if anyone has a crack at it, I'd be very interested to see the result. On 6/08/19 9:06 AM, Stephen De Gabrielle wrote: > Sorry, I meant whatever is used to make Visual Studio Code, and >

Re: [racket-users] Re: Alternative UI toolkits

2019-08-05 Thread Stephen De Gabrielle
Sorry, I meant whatever is used to make Visual Studio Code, and whatever the Mozilla equivalent is. s. On Monday, August 5, 2019 at 6:07:34 PM UTC+1, Neil Van Dyke wrote: > > XUL itself is deprecated/dead. There might be an interesting (but > niche) Racket opportunity with WebExtensions, and y

Re: [racket-users] Re: Alternative UI toolkits

2019-08-05 Thread Neil Van Dyke
XUL itself is deprecated/dead.  There might be an interesting (but niche) Racket opportunity with WebExtensions, and you might want to wait to see how they decide WASM fits into that, and what Racket's WASM story becomes. Also, bit of gut-feel speculation... There's some odd noises/rumblings

Re: [racket-users] Re: Alternative UI toolkits

2019-08-05 Thread Stephen De Gabrielle
I was wondering about XUL and Chromium but I don’t know if they count as UI toolkits S. On Mon, 5 Aug 2019 at 11:14, Neil Van Dyke wrote: > Thank you, Roman. > > For those who don't know, `gir` potentially lets people use many of the > libraries behind the Gnome GUI desktop environment that's p

Re: [racket-users] Re: Alternative UI toolkits

2019-08-05 Thread Neil Van Dyke
Sorry, typo: I meant "HUD/AR" as in "head-up display and augmented reality" (and also VR). -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr

Re: [racket-users] Re: Alternative UI toolkits

2019-08-05 Thread Neil Van Dyke
Thank you, Roman. For those who don't know, `gir` potentially lets people use many of the libraries behind the Gnome GUI desktop environment that's popular on GNU/Linux and other places.  It does FFI to the GObject object system that backs those libraries, and perhaps also uses the metadata no

[racket-users] Re: Alternative UI toolkits

2019-08-05 Thread Roman Klochkov
https://github.com/Kalimehtar/gir суббота, 3 августа 2019 г., 16:42:55 UTC+5 пользователь Stephen De Gabrielle написал: > > Hi > > Has anyone done any work on using racket with other UI toolkits? > > I don’t think so but I thought it was worth asking - just in case. > > Stephen > -- > > -