Skip to content

goh-chunlin/Lunar.WinUI3Playground

Repository files navigation

Lunar.WinUI3Playground

License: GPL v3 Donate

A desktop application built in WinUI 3 for personal learning purpose.

Local Development and Use

  1. Checkout the codes to a working directory;
  2. Create a file appsettings.json with the following entries: \
    {
    "TwitterConfig": {
          "ConsumerApiKey": "...",
          "ConsumerApiSecret": "...",
          "AccessToken": "...",
          "AccessTokenSecret": "..."
       }
    }
    
  3. The values for the entries above can be gotten from Twitter Developer Portal. You have to create a Standalone App;
  4. Run the program with Lunar.WinUI3Playground (Package) as startup project on Visual Studio 2022.

Demo

Click here for demo.

Blog Post

Read more at WinUI 3 Learning Notes.

License

This library is distributed under the GPL-3.0 License found in the LICENSE file.