Skip to content

Instantly share code, notes, and snippets.

View itsWindows11's full-sized avatar
📺
Totally not Windows 11

SimpleBear itsWindows11

📺
Totally not Windows 11
View GitHub Profile

List of API wrappers for Threads

If there's an additional Threads API wrapper that you want to add here, feel free to suggest by commenting below.

Note that this list is unofficial.

Library Language Author Description
ThreadSharp C# @itsWindows11 A C# API wrapper for the Threads API.
pythreads Python @marclove A Python wrapper of Meta'
@itsWindows11
itsWindows11 / MainPage.xaml
Created April 22, 2022 14:49
UWP NavigationView-dependent module to make navigation easier
<Page
x:Class="ModuleNavigationSample.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
xmlns:muxc="using:Microsoft.UI.Xaml.Controls"
muxc:BackdropMaterial.ApplyToRootOrPageBackground="True"
d:Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">