Skip to content

Instantly share code, notes, and snippets.

@LambdAurora
LambdAurora / optifine_alternatives_fabric.md
Last active December 12, 2025 23:58
Recommended OptiFine alternatives on Fabric

The list is moving out!

If you share this list, please use this link instead: https://lambdaurora.dev/optifine_alternatives

It may still be only a redirection link, but it will have a better web display of the list soon. And the list being on GitHub/GitHub pages improves load times.

The gist version of this list will stop being updated.

Why?

@ompuco
ompuco / PSXDither.hlsl
Last active January 29, 2026 07:52
Color dither & truncation based on Sony's PlayStation (1) hardware features & limitations.
#ifdef PSXDTH
#else
#define PSXDTH
//PS1 Hardware Dithering & Color Precision Truncation Function
//by ompu co | Sam Blye (c) 2020
//PS1 dither table from PSYDEV SDK documentation
@Akjosch
Akjosch / inventory1.tw
Last active October 26, 2019 03:48
Simple inventory display
:: Inventory 1 [nobr]
/* constant data - item pool mostly (goes into StoryInit) */
<<set setup.items = {
}>>
<<set setup.createItem = function(id, data) {
id = String(id);
data = data || {};
data.id = id;
@hut8
hut8 / CSS CRT screen effect.markdown
Created November 9, 2015 06:47
CSS CRT screen effect