8 ms·
Just curious, but what is the app written in? Is it something like Adobe Air?
by mixmixmix 13y ago
Just curious, but what is the app written in? Is it something like Adobe Air?
- lubos 13y agoIt's written in C#. I'm using cross-platform GUI framework http://github.com/picoe/Eto http://github.com/picoe/Eto
- sandGorgon 13y agoDid you look at using something like Qt ? Or did you want something in C# ? curious to understand your technology choice
- shuzchen 13y agoIt appears to be a wrapper around a webservice that runs in process. So I assume the webservice is something like .NET and so they stuck with C# for the GUI bits.
- sandGorgon 13y agointeresting - strange choice of architecture. Is there an advantage to something like this ?
- vyrotek 13y agoAlways happy to find other startups built on C# :) This GUI framework is intriguing as well.
- relaxman 13y agoIt's written in C# or .NET? ("Cross platform GUI framework for desktop and mobile applications in .NET") Would it be possible to use other languages with Eto?
- cwensley 13y agoYes, Eto.Forms supports any .NET language. (;