Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fornever/avalonia-pascalabc-net-showcase
Sample for AvaloniaUI written in PascalABC.NET
https://github.com/fornever/avalonia-pascalabc-net-showcase
Last synced: 14 days ago
JSON representation
Sample for AvaloniaUI written in PascalABC.NET
- Host: GitHub
- URL: https://github.com/fornever/avalonia-pascalabc-net-showcase
- Owner: ForNeVeR
- License: mit
- Created: 2017-05-15T16:03:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-25T20:21:36.000Z (about 2 years ago)
- Last Synced: 2024-10-08T22:42:32.283Z (about 1 month ago)
- Language: Pascal
- Size: 6.84 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
AvaloniaUI showcase written in PascalABC.NET
============================================This is a sample of [AvaloniaUI][avaloniaui] usage written in
[PascalABC.NET][pascalabc-net].See [this post][post] (in Russian) for detailed discussion.
**NOTE:** Since the initial post, the project has been migrated to [PascalABC.NET SDK][sdk], so the build instructions are different.
To build the project, run the following shell command:
```console
$ dotnet build
```[avaloniaui]: https://github.com/AvaloniaUI/Avalonia
[pascalabc-net]: http://pascalabc.net/
[post]: https://fornever.me/ru/posts/2017-05-15-pascalabc-net-and-avaloniaui.html