Y
Hacker News
new
|
ask
|
show
|
jobs
by
mixmixmix
4626 days ago
Just curious, but what is the app written in? Is it something like Adobe Air?
1 comments
lubos
4626 days ago
It's written in C#. I'm using cross-platform GUI framework
http://github.com/picoe/Eto
link
sandGorgon
4626 days ago
Did you look at using something like Qt ? Or did you want something in C# ?
curious to understand your technology choice
link
shuzchen
4626 days ago
It 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.
link
sandGorgon
4625 days ago
interesting - strange choice of architecture. Is there an advantage to something like this ?
link
vyrotek
4625 days ago
Always happy to find other startups built on C# :) This GUI framework is intriguing as well.
link
relaxman
4624 days ago
It'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?
link
cwensley
4624 days ago
Yes, Eto.Forms supports any .NET language. (;
link