Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View hakanai's full-sized avatar
⚔️
Battling i16n demons

Hakanai hakanai

⚔️
Battling i16n demons
View GitHub Profile
@HexedHero
HexedHero / mc_client_performance_guide.md
Last active April 10, 2024 01:10
Performance guide for Minecraft 1.20.4+ Clients

Performance guide for Minecraft 1.20.4+ Clients

📜 Fabric

Fabric is the "modern" Minecraft modding software that is very modular.
We use Fabric in this guide so install it by going to https://fabricmc.net/use/ Download the .jar or .exe and run it.

Below is a list of performance and utility mods to make your Minecraft experience better and most importantly smooth.
The list is in order of most importance and they all work together including what they do with why to use them.

@netri
netri / World Space Position.shader
Last active March 31, 2018 15:39
Neitri/World Space Position
// taken & edited from https://gamedev.stackexchange.com/a/132845/41980
Shader "Neitri/World Space Position"
{
Properties
{
}
SubShader
{
Tags {
@danlangford
danlangford / raw_layout.json
Created November 6, 2017 23:01
standard, rainbow underlight, white backlight
{
"header": {
"Variant": "standard",
"Generator": "NONE",
"Base": "Base",
"Date": "2017-11-06",
"KLL": "0.5c",
"Author": "danlangford (Dan Langford) 2017",
"Version": "0.1",
"Name": "KType",
@felixjones
felixjones / pmx21.md
Last active March 30, 2024 18:28
PMX (Polygon Model eXtended) 2.0, 2.1 File Format Specifications

PMX (Polygon Model eXtended) 2.1

This is an English description of the .PMX file format used in Miku Miku Dance (MMD).

PMX is the successor to the .PMD format (Polygon Model Data).

This is work-in-progress! Please leave feedback in the comments.

Todo

@hakanai
hakanai / gist:5323718
Created April 6, 2013 00:38
Getting rbot to work on ubuntu
# Installing apt packages required for other things to work... (may be more, this is all I remember)
apt-get install g++ xsltproc docbook-xsl
# Installing rbenv...
git clone git://github.com/sstephenson/rbenv.git ~/.rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
exec $SHELL -l
git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
@chetan
chetan / yardoc_cheatsheet.md
Last active April 16, 2024 23:49
YARD cheatsheet