No description
  • C# 57%
  • TeX 39.8%
  • CSS 1%
  • Shell 0.9%
  • HTML 0.8%
  • Other 0.5%
Find a file
Tin Svagelj 7004eb283d
Add seminar for UPI class
Move some files into Model and cleanup project.

Signed-off-by: Tin Svagelj <tin.svagelj@live.com>
2023-09-04 21:43:20 +02:00
.idea/.idea.Wordel/.idea Add seminar for UPI class 2023-09-04 21:43:20 +02:00
art Improve Android compatibility. 2023-06-12 14:49:51 +02:00
doc_op Add seminar for UPI class 2023-09-04 21:43:20 +02:00
doc_upi_seminar Add seminar for UPI class 2023-09-04 21:43:20 +02:00
doc_upi_testiranje Add seminar for UPI class 2023-09-04 21:43:20 +02:00
img Fix matching 2023-09-03 02:31:21 +02:00
Wordel Add seminar for UPI class 2023-09-04 21:43:20 +02:00
.gitignore Add project files 2023-03-19 01:03:04 +01:00
Assets Add proper localization support. 2023-05-26 23:57:32 +02:00
global.json Fix Android build 2023-09-02 21:34:00 +02:00
LICENSE Initial commit 2023-03-19 01:00:16 +01:00
README.md Add proper localization support. 2023-05-26 23:57:32 +02:00
Wordel.sln Add unit tests. 2023-06-12 15:51:03 +02:00

Wordel

App preview

Build

C# sdk and runtime are required to build and run native app:

pacman -Sy dotnet-sdk dotnet-runtime

Build

Android

Android build additionaly requires android dotnet workload:

sudo dotnet workload install android

Web

Browser build requires wasm-tools:

sudo dotnet workload install wasm-tools

License

Code for this app is licensed under MIT license. A copy of the license is available in the LICENSE file.