PlazaSharp/NightwaveForWorkgroups
Maff fbad2e0ce4 🦀 WinPlaza is gone 🦀
ported WInPlaza to .Net Core 3 which brings with it the tiniest amount of bugfixes.. also made the main window resizable. for now, i'm dropping ClickOnce deployment (don't think .Net Core supports it anyway)
2019-11-07 14:09:02 +00:00
..
Resources 🦀 WinPlaza is gone 🦀 2019-11-07 14:09:02 +00:00
App.xaml 🦀 WinPlaza is gone 🦀 2019-11-07 14:09:02 +00:00
App.xaml.cs 🦀 WinPlaza is gone 🦀 2019-11-07 14:09:02 +00:00
LICENSE.md 🦀 WinPlaza is gone 🦀 2019-11-07 14:09:02 +00:00
MainWindow.xaml 🦀 WinPlaza is gone 🦀 2019-11-07 14:09:02 +00:00
MainWindow.xaml.cs 🦀 WinPlaza is gone 🦀 2019-11-07 14:09:02 +00:00
NightwaveForWorkgroups.csproj 🦀 WinPlaza is gone 🦀 2019-11-07 14:09:02 +00:00
README.md 🦀 WinPlaza is gone 🦀 2019-11-07 14:09:02 +00:00
app.manifest 🦀 WinPlaza is gone 🦀 2019-11-07 14:09:02 +00:00
bass.dll 🦀 WinPlaza is gone 🦀 2019-11-07 14:09:02 +00:00

README.md

WinPlaza (Nightwave.NET)

An unofficial client for Nightwave Plaza, which aims to implement as much functionality of the site as possible while maintaining aesthetics.

First-Party

Nightwave.NET uses libplaza, a basic .Net interface for the Nightwave Plaza API.

Third-Party

Nightwave.NET uses the following third-party libraries and resources:

  • BASS by Un4Seen Developments, via .Net wrapper library ManagedBass by Mathew Sachin, for audio streaming and playback functionality.
  • JSON.Net by Newtonsoft for deserialisation of JSON strings.
  • CredentialManager by Meziantou for access to the Windows Credential Manager APIs