Skip to content

Instantly share code, notes, and snippets.

View WhiteNoise's full-sized avatar

WhiteNoise

View GitHub Profile
@jwdomb
jwdomb / tnp-search.rb
Created October 24, 2014 01:34
Search The Noun Project for Public Domain Icons
#!/usr/bin/ruby
###############################################################################
# INFO
# Title:
# Search The Noun Project for Public Domain Icons
# Author:
# Joseph Dombroski <http://jwdomb.com/for/github-gist>
@TheFizz
TheFizz / UnityMagicaVoxelize.cs
Created June 4, 2020 02:57
This script will "voxelize" the existing MagicaVoxel model in Unity3D so you can "shatter" it in voxel cubes.
using System;
using System.Collections.Generic;
using UnityEngine;
public class Voxelizer : MonoBehaviour
{
public GameObject parent;
public GameObject voxel;
private float height, width;