Jaml is an alternative to Xaml, that uses .json
files instead
The nearest plans are for WPF support (Jaml.Wpf library), but in future I'd like to support a cross-platform solution too (using Avalonia UI probably?).
This project supports SemVer 2.0.0 with template {MAJOR}.{MINOR}.{PATCH}.{BUILD}
.
The project is still heavy under development and there's a lot of things to do before releasing something. Feel free to contribute, just read the CONTRIBUTING file first.
You can also track current state in GitHub's issues, milestones and projects.
Stable releases will be located here: , or on NuGet: .
Previous versions can be found on releases and branches pages. You can also search through Git's tags.
If you want to learn, what've been done in previous releases, take a look at CHANGELOG.
This project uses Microsoft.NET.Sdk.WindowsDesktop
, so you you can only build and use it on Windows systems.
Solution can be build in VS2019 (16.8.3+). You can also use VSCode (1.52.0+) with omnisharp-vscode (1.23.7+) extension.
Project targets .NET 5.0.1, so you'll need .NET 5.0.101 SDK.
Build from source only:
- Microsoft.CodeAnalysis.NetAnalyzers -- 5.0.1;
- Microsoft.SourceLink.GitHub -- 1.0.0;
Offline documentation is located inside of Jaml.Wpf/Docs directory.
To browse the docs offline, it's recommended to use dotnet try tool. Really, just give it a try! To see the docs, just run the docs.ps1
script.
Feel free to contribute this project: make forks, issues, PRs, etc. For more details, please read CONTRIBUTING.
The project is distributed under DBADPL license. Read the LICENSE for more details.