https://github.com/itzterra/audio-visualizer
.NET Avalonia App
https://github.com/itzterra/audio-visualizer
avalonia dotnet json mvvm
Last synced: 3 months ago
JSON representation
.NET Avalonia App
- Host: GitHub
- URL: https://github.com/itzterra/audio-visualizer
- Owner: itzTerra
- License: mit
- Created: 2025-06-02T16:38:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-02T16:52:50.000Z (about 1 year ago)
- Last Synced: 2025-06-03T06:54:42.424Z (about 1 year ago)
- Topics: avalonia, dotnet, json, mvvm
- Language: C#
- Homepage:
- Size: 482 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Audio Visualizer
> Final personal project for the course PV178 Introduction to C#/.NET on FI MUNI.
## Used libs
- [Avalonia](https://docs.avaloniaui.net/docs/basics/user-interface/controls/builtin-controls)
- [Ursa](https://github.com/irihitech/Ursa.Avalonia) [(Demo)](https://irihitech.github.io/Ursa.Avalonia/)
- [Semi Theme](https://docs.irihi.tech/semi/en/docs/)
- [Icons.Avalonia](https://github.com/Projektanker/Icons.Avalonia)
- [SoundFlow](https://github.com/LSXPrime/SoundFlow)
## Known Issues
- Video export unsupported
- Theme module forms are not validated against nonsense inputs
- Theme Explorer double-click to select works only on the text part of a node
- Theme Explorer doesn't show a drop location indicator when hovering over an edge of a category (style issue)
- App displays playing sound icon in the taskbar all the time, even when not playing sound
- Theme module groups are not used in UI yet