Skip to content

Instantly share code, notes, and snippets.

@Igneom
Igneom / userscript.user.js
Last active April 3, 2022 05:11
R/Place Custom Image loader
// ==UserScript==
// @name r/place imageLoader
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Loads an overlay image on the canvas on r/place!
@Igneom
Igneom / BoundingFrustum.cs
Created December 15, 2021 05:02
Bounding Frustum implementation in C# for Unity.
namespace StagPoint.Math
{
using System;
using UnityEngine;
using Mono.Simd;
public class BoundingFrustum
{
#region Public fields