Show / Hide Table of Contents
Fork me on GitHub

Neutronium

  • Neutronium is an UI framework for .Net.

  • It uses the MVVM architecture.

    • Using same binding conventions as WPF

>

  • The view layer is composed of

    • an embedded HTML browser
    • a reactive javascript framework. Currently supported are:
      • vue.js,
      • knockout.js
      • mobX
  • Its architecture is pluggable:
    Different javascript framework and/or webBrowser can be plugged in without changing the core infrastructure.

  • It can be used:

    • To build application from scratch
    • To add a dedicated HTML component to an already existent Wpf application
    • To replace an already existing Wpf application, as the existing viewModels can be reused without alteration in Neutronium.

Screenshots from Neutronium applications:

>
>

  • Improve this Doc
Back to top Generated by DocFX