Skip to content

Instantly share code, notes, and snippets.

@carstenbund
carstenbund / index.html
Last active June 4, 2021 06:03
index.html for hicetnunc 360 Photo viewer using three.js and OrbitControls.js
<!-- Licensed under a BSD license. See license.html for license -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>title here</title>
<meta property="og:image" content="thumbnail.jpg" />
<link rel="stylesheet" type="text/css" href="style.css">
@carstenbund
carstenbund / mooncat.py
Created March 18, 2021 01:54
Mooncatrescue Renderer, Python
import mooncatparser as mc
import cv2
def read_rescued():
data = []
with open('rescued.txt') as f:
line = f.readline()
while line:
line = f.readline()
if line == "":