Skip to content

Instantly share code, notes, and snippets.

View OrsellGit's full-sized avatar

Orsell OrsellGit

View GitHub Profile
@iamnotpayingforyourpatreon
iamnotpayingforyourpatreon / Download CoreProtect 1.21.10.md
Last active December 8, 2025 19:48
Download CoreProtect 1.21.10

updated 8th Dec, 2025 for 1.21.10

Tutorial of Downloading and Building the CoreProtect Plugin

This tutorial will explain from nothing how to build/create the CoreProtect plugin or 1.21.10 from it's source code on GitHub.

I am assuming you don't know anything and don't have anything installed and are using a Windows device.

Prerequisites

Watch these tutorial videos (very short).

@harold-b
harold-b / dear imgui, selectable popup example
Created August 6, 2016 18:39
A functional selectable pseudo-popup window example using dear imgui, for use with autocomplete or input history.
const int ENTRY_COUNT = 10;
const char* ENTRIES[ENTRY_COUNT] =
{
"Entry 0",
"Entry 1",
"Entry 2",
"Entry 3",
"Entry 4",
"Entry 5",