Skip to content

Instantly share code, notes, and snippets.

View GGLinnk's full-sized avatar

Gabriel Grondin GGLinnk

View GitHub Profile
@GGLinnk
GGLinnk / hexacels_letters.py
Created October 15, 2020 19:13
HEXACELS Font for hexagons outputs by GGLinnk
import copy
letters = {
"A" : {
"Width" : 4,
"Matrix" : [
[0, 1, 1, 0],
[1, 0, 1, 0],
[1, 1, 1, 1],
[1, 0, 1, 0],