Skip to content

Instantly share code, notes, and snippets.

@j127
j127 / AFrameExporterScript.py
Created November 23, 2018 19:25 — forked from Utopiah/AFrameExporterScript.py
from Blender to WebVR in 1 click
'''
from Blender to WebVR in 1 click (warning: you need your own backend but a 1 php file is enough)
demo https://www.youtube.com/watch?v=PD1qTKp5DZ4
improvments
JS traverser to start/stop animations and change morph target values
render as 360 rather than mesh, either as an option and/or beyond a threshold
for addon proper https://docs.blender.org/manual/en/dev/advanced/scripting/addon_tutorial.html
@j127
j127 / sso_login_discourse.php
Created July 24, 2018 01:01 — forked from paxmanchris/sso_login_discourse.php
Discourse sso provider login
<?php
require('mysql.php'); // see https://gist.github.com/paxmanchris/f5d4b94f67a8acd8cefc
$me = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['SCRIPT_NAME'];
$sso_secret = 'YOUR_SSO_PROVIDER_KEY_HERE';
$discourse_url = 'http://example.com';
if(!empty($_GET) and isset($_GET['sso'])){
@j127
j127 / org-mode-reference-in.org
Created November 26, 2017 07:39 — forked from drj42/org-mode-reference-in.org
This is a cheat sheet for Emacs org-mode... in org-mode format!