Kaiwen0418 / Issie-Avalonia-demo-app

Issie Avalonia demo app for FYP24, as a prove of concept app it contains the core drawblock svg rendering function under standard MVU structure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issie-Avalonia-demo-app

Issie-Avalonia-demo-app for FYP24

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the .NET 7.0

Installation

To install this project, follow these steps:

  1. Clone the repository:
    git clone https://github.com/KaiwenLiu1227/Issie-Avalonia-demo-app
  2. Navigate to the project directory:
    cd Issie-Avalonia-demo-app

Restore Dependencies

dotnet restore

This command retrieves the project's dependencies.

Building the Project

To build the project, run the following command in the root directory of your project:

dotnet build

This command compiles the project and its dependencies into a set of binaries.

Running the Project

To run the project, execute the following command:

dotnet run

This will start the application.

About

Issie Avalonia demo app for FYP24, as a prove of concept app it contains the core drawblock svg rendering function under standard MVU structure.

License:GNU General Public License v3.0


Languages

Language:F# 100.0%