Application of my new Racket webview module

,

Hi there,

Just a quick screenshot of my rktplayer music player (currently only flac support) based on the racket-webview / racket-sound module I developed.

The rktplayer repository can be found here.

3 Likes

This is interesting to see!

The gui uses html / css / javascript.
Everything else model / database / controls are in Racket.

1 Like

Thanks for your nice comment :slightly_smiling_face:.

  • The GUI "backend" is based on Qt WebEngine.

But racket provides most other things:

There's a lot of work left. I'll probably be working on racket-sound to have a more consistent and abstracted interface to read music. I'll be integrating mpg123 the coming months. .

So I'm standing on the shoulders of giants here.