This started from an effort to develope a cross platform GUI solution for a C# application. At this time I am not aware of a WPF compatible framework for developing GUI applications that can run on Windows, Linux, etc. There are other frameworks, but I didn't want to learn something new since I already know Html5 & Javascript.
The two files of interest are:
- SelfHostWeb.cs - Implements a simple web server that can be embedded in a C# (console) application.
- Html5.cs - HTML5 code generator.
Both of these files have fairly extensive usage documentation. The rest of the files are examples that were developed to demonstraight and test the various features.
More to come.