Reputation: 439
I need to create an application that is primarily going to be about numbers and graphs, as well as UI controls to select information and input choices, filter lists, etc.
The application needs to be available as:
a) A web application so that a user can use the application via their browser
b) Downloadable, so that the user can use it without internet or browser - windows being the most important platform, followed by Mac OSX if possible.
Are there any recommendations for this? Either Microsoft or open source solutions I am interested in considering.
I believe that the Unity 3d engine is capable of this, but I think that its focus on game development would get in the way too much for an application that is interested primarily in standard GUI controls.
Thanks!
Upvotes: 0
Views: 125
Reputation: 31394
Silverlight supports out of browser applications on Windows and on the Mac so it can run in a browser and out of a browser in Windows or on the Mac.
There are graph controls available freely from Microsoft and there are other third party controls.
Upvotes: 2