This project provides a cross platform GUI solution for C# applications. The idea is to embed a simple web server inside the C# application and provide a means for easily generating HTML5 code. 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 contain fairly extensive usage documentation in the comments. The rest of the files are examples that were developed to demonstraight and test the various features.
More to come.