Skip to content

Instantly share code, notes, and snippets.

View keijiro's full-sized avatar

Keijiro Takahashi keijiro

View GitHub Profile
using UnityEngine;
using Random = Unity.Mathematics.Random;
public class RandomTest : MonoBehaviour
{
void Start()
{
const uint iteration = 1000;
var sum = new float[5];

KinoEight

gif gif

KinoEight is a custom post-processing effect that gives an 8 bit-ish style to renders.

System requirements

VAT (Vertex Animation Texture) on HDRP examples

gif

gif

This is a repository that contains examples of the use of VAT (Vertex Animation Texture) on Unity High Definition Render Pipeline (HDRP).

@keijiro
keijiro / Grubo.md
Last active December 3, 2019 09:13

Grubo

gif1 gif2

Grubo is an experimental project that aims to present an audio-visual experience using Roland Groovebox MC-101 and the [Unity game engine].

https://radiumsoftware.tumblr.com/archive/tagged/depthkit
https://radiumsoftware.tumblr.com/archive/tagged/kinect
https://radiumsoftware.tumblr.com/archive/tagged/realsense
@keijiro
keijiro / Minis.md
Last active November 5, 2019 07:01

Minis: MIDI Input for New Input System

Minis (MIDI Input for New Input System) is a Unity plugin that adds MIDI input device support to Unity's new Input System.

System Requirements

@keijiro
keijiro / profiles.json
Last active July 25, 2021 07:24
Windows Terminal Custom Profile
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [],
"defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"initialCols": 180,
"initialRows": 48,
"profiles":
{
"defaults": {},
"list":
@keijiro
keijiro / Kino.md
Last active January 23, 2022 10:23
@keijiro
keijiro / VfxPyro.md
Last active February 4, 2020 00:26

VfxPyro

gif

VfxPyro is an interactive particle effect example with Unity Visual Effect Graph, which launches fireworks with user interaction.

@keijiro
keijiro / KlakNDI.md
Last active September 30, 2019 09:13

KlakNDI

gif photo

KlakNDI is a Unity plugin that allows sharing video frames between computers using NDI.

[NDI] (Network Device Interface) is a standard developed by [NewTek] that