Skip to content

Instantly share code, notes, and snippets.

@jminor
jminor / main.lua
Created February 12, 2019 08:36
Amulet.xyz Sprite Editor
-- Sprite Editor
-- Paste any sized sprite into this block to edit it.
-- After drawing, copy the text from the console.
img = [[
...cc.ccc.
.cccccccc.
.cYYcYYYc.
YYgWYYgWcY
YYYYYYYYYY
// This adds a simple text area for you to add comments
// to your GameObjects in the Unity inspector.
// Comments are saved with your scene, just like any other
// component on a GameObject.
using UnityEngine;
#if UNITY_EDITOR
using UnityEditor;
#endif
@jminor
jminor / schema_downgrader.py
Created May 12, 2022 22:53
Proof-of-concept OpenTimelineIO schema downgrader
#!/usr/bin/env python
#
# SPDX-License-Identifier: Apache-2.0
# Copyright Contributors to the OpenTimelineIO project
#
# This file is for discussion regarding this OpenTimelineIO issue:
# https://github.com/PixarAnimationStudios/OpenTimelineIO/issues/1295
"""Experimental tool to downgrade an OTIO file.
"""
@jminor
jminor / readme.txt
Created June 3, 2022 16:37
My Game (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@jminor
jminor / readme.txt
Created June 3, 2022 16:39
Maze Backtracker (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@jminor
jminor / readme.txt
Created June 3, 2022 16:44
Maze Backtracker (PuzzleScript Script)
Play this game by pasting the script in http://www.puzzlescript.net/editor.html
@jminor
jminor / mov.hexpat
Created March 10, 2023 18:46
ImHex pattern file for QuickTime MOV files.
// MOV QuickTime File Format
// https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFChap1/qtff1.html#//apple_ref/doc/uid/TP40000939-CH203-BBCGDDDF
// See also Apple's "Atom Inspector" application available on the Apple Developer downloads portal.
// RIP Atomic Dumpster.
#include <std/mem.pat>
#include <std/sys.pat>
#pragma endian big