Skip to content
This repository was archived by the owner on Apr 9, 2022. It is now read-only.

AboutApp - UI Overhaul

Choose a tag to compare

@DefinitelyRus DefinitelyRus released this 05 Apr 04:35
2b1076d

Setup

Hardware and Software requirements

There are no definitive minimum spec requirements to run this project. The listed specs are NOT the required specs. However, this project was made and tested on Windows 10 Home Single-language v21H2 64-bit running on the specs listed below.

  • AMD Ryzen 7 4800H 8-core
  • RTX 3050 Mobile 4GB vRAM
  • 8GB dRAM

Any modern machine, even of much lower spec, can run this project, as long as the OS matches or is newer than Windows 10 v21H2. Even then, it could be assumed that this project will also run just fine on Windows 7 and most versions succeeding it, including Windows 11. Linux and macOS emulation compatibility is not guaranteed.

TL;DR: If your device is running Windows 8 or newer, you can run this program... probably.

Installation

As of version 1.1.0-beta, the app only runs in-IDE using Visual Studio 2022 with .NET Core 6.0 package installed. If you don't already have these installed, see the official installation tutorial for Visual Studio 2022 and the official installation tutorial for .NET Core 6.0 for more info about that.

  1. Go to the releases page and look for the latest version.

image

  1. Within the Assets menu, click on Source code (zip). This will download the source code for this project.

image

  1. Go to your downloads folder, then extract InfoApp-1.1.0-beta.zip.

  2. Go to the extracted folder (same name, without the .zip), then open Site Details.sln. This will open the solution and project in Visual Studio.

image

  1. Click on the "Site Details" button next to a green triangular arrow. This will build the project and will generate the necessary files to run the program. This will then run the program, assuming everything works as expected. If the program fails to run during this process, contact me directly and provide a screenshot of the issue.

image

  1. Close Visual Studio and reopen Site Details.sln. You can now run the program by pressing the same button (see step 5).

More info

See the main GitHub page for more information.