Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1016 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 1016 Bytes

Nuget

Altseed2.BoxUI

Altseed2.BoxUI は 宣言的な GUI レイアウトを簡単かつ軽量に行うための Altseed2 拡張ライブラリです。

Install from NuGet

dotnet add package Altseed2.BoxUI

以前解説記事を書きました。

Altseed2で軽量な宣言的UIを支援するライブラリAltseed2.BoxUIの紹介 - AmusementCreators

Setup

$ dotnet tool restore

Build

$ dotnet build

Update Nuget Package

$ dotnet pack src/Altseed2.BoxUI -c RELEASE -o .

Then, drug & drop Altseed2.BoxUI.*.nupkg to the Nuget website.