Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonc9018/uni_gui
Different sorts of GUIs in C#
https://github.com/antonc9018/uni_gui
wpf
Last synced: 25 days ago
JSON representation
Different sorts of GUIs in C#
- Host: GitHub
- URL: https://github.com/antonc9018/uni_gui
- Owner: AntonC9018
- License: mit
- Created: 2022-09-17T05:42:01.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T17:21:32.000Z (almost 2 years ago)
- Last Synced: 2024-04-28T02:20:38.356Z (6 months ago)
- Topics: wpf
- Language: C#
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Visual Programming (or Graphical Programming, whatever)
This repository contains assignments, implemented as part of the course *Visual Programming (Programarea vizuală)*, which means doing graphical stuff and user interfaces, not connecting nodes in a visual programming language (I'm happy not to study *that*).
To be able to run the projects, you have to manually install [.NET6](https://dotnet.microsoft.com/en-us/download/dotnet/6.0), which also comes as a workload with Visual Studio.
Use any editor, I'm using mostly VS Code and sometimes Rider when I want to peek at the source code of WPF.
The code won't compile on significantly earlier versions of .NET, since it uses C# 10 features.PR's with grammar corrections, bug fixes, improvement suggestions or translations are very welcome.
Leave a star as a way to say "Thank you". Enjoy!