Skip to content

Instantly share code, notes, and snippets.

@besteto
besteto / Toon_Links_DevGAMM_Minsk_19.md
Last active September 22, 2022 20:44
Additional links for Toon-shaders and How to Make Them session's slides (DevGAMM Minsk 2019)
import sys
import datetime
class logger(object):
instance = None
def __init__(self, tag):
self.tag = str(tag)