March 11, 2015
On Wednesday, 11 March 2015 at 12:14:00 UTC, Ola Fosheim Grøstad wrote:
> Btw: this is a demo app using the tech:
>
> https://polymer-topeka.appspot.com/
>
> Not sure if it works well outside Chrome. I only use Chrome+Dart+Polymer with this tech.

that was pretty well done in some ways. Pity it doesn't understand what the back button means.
March 28, 2015
I'd like to see D with GUI framework like JUCE. That's what would make me use D more. For now I'll stick with C++ and JUCE. I know it sounds superficial to have your choice of language based so much on GUI, but I write software for average people to use, not for other programmers (and not for servers). Average people use GUIs. I like with JUCE how it's very easy to make your own UI elements when you need to by using drawing primitives inside a paint() function. Then you can apply transforms to zoom in/out or manipulate easily.

1 2 3 4 5 6
Next ›   Last »