Skip to content

Instantly share code, notes, and snippets.

View supsm's full-sized avatar

supsm

View GitHub Profile
@supsm
supsm / blursed_cpp.md
Last active December 2, 2024 21:30
Blursed C++ Code

Collection of blursed C++ code that may or may not be useful.

Xieite

Blursed library with a bunch of random stuff, some of which might be useful.
https://github.com/Eczbek/xieite

Type deduplication

Code:

template <typename...>
@supsm
supsm / canvas_update.md
Created October 29, 2024 05:09
Updating Canvas

Note: format for commands is windows cmd, but it should be pretty easily changed
Linkie
mappings.dev

Note: you cannot migrate mojang mappings between different versions (yet?) so we will be migrating to yarn then back to mojang (steps 2-9 excluding 5)

  1. cd fabric
  2. migrate mappings for fabric/src/main/java to target version, e.g. (targeting 1.21)
..\gradlew migrateMappings --mappings "1.21+build.9"
@supsm
supsm / Tools.md
Last active January 22, 2022 15:43 — forked from DragonEggBedrockBreaking/main.md
Tools which I use in minecraft.