Skip to content

Instantly share code, notes, and snippets.

View runkaiz's full-sized avatar
🏠
Working from home

Runkai Zhang runkaiz

🏠
Working from home
View GitHub Profile

How to install game-porting-toolkit (aka proton for macOS)

You also might wanna just use Whisky which does this automatically

This guide works on macOS 13.4+ using Command Line Tools for XCode 15 Beta!

What is this?

In the recent WWDC, Apple announced and released the "game porting toolkit", which upon further inspection this is just a modified version of CrossOver's fork of wine which is a "compatibility layer" that allows you to run Windows applications on macOS and Linux.

@nelstuff
nelstuff / CharFaceAnim.cs
Last active February 26, 2022 05:41
Nel's Simple Eye Animation
using UnityEngine;
using Unity.Mathematics;
using static Unity.Mathematics.math;
using System.Collections;
[ExecuteAlways]
public class CharFaceAnim : MonoBehaviour{
[Header("Idle Eye Movement")]
public float2 idleMoveAmount = float2(4, 0);
public float idleMoveTime = 0.4f;
@taskylizard
taskylizard / fmhy.md
Last active November 3, 2025 04:56
/r/freemediaheckyeah, in one single file (view raw)