Skip to content

Instantly share code, notes, and snippets.

set encoding=UTF-8
call plug#begin()
Plug 'alaviss/nim.nvim'
Plug 'prabirshrestha/asyncomplete.vim'
Plug 'neomake/neomake'
Plug 'vim-airline/vim-airline'
Plug 'autozimu/LanguageClient-neovim', {
\ 'branch': 'next',
\ 'do': 'bash install.sh',
\ }

Keybase proof

I hereby claim:

  • I am mikebelanger on github.
  • I am mikahl (https://keybase.io/mikahl) on keybase.
  • I have a public key ASDmAmGUh6DLvEWFpz_1fdyo0VcSJLwoTPS0eUraWghFDQo

To claim this, I am signing this object:

;;Using the threejs bindings from : https://clojars.org/cljsjs/three
(ns minimal-cljs.core
(:require cljsjs.three))
(defn init []
;;First initiate the basic elements of a THREE scene
(let [scene (js/THREE.Scene.)
p-camera (js/THREE.PerspectiveCamera.
This file has been truncated, but you can view the full file.
var ud={},xd;for(xd in window)ud[xd]=!0;var b4w="object"===typeof b4w?b4w:function(a){var m={};a.module=m;var h={};a.fa=function(a,e){var u=m[a];u&&(u.tk=null);h[e||"__b4w_default"]=null};a.register=function(a,e){m[a]||(m[a]=e)};a.require=function(a,e){if(!m[a])throw Error('Module "'+a+'" not found');e=e||"__b4w_default";h[e]||(h[e]=function(a){return function(c){var e=m[c];if(!e)throw Error('Module "'+c+'" not found');e.tk||(e.tk={});e.tk[a]||(e.tk[a]={},e(e.tk[a],h[a]));return e.tk[a]}}(e));return h[e](a)};a.module_check=function(a){return m[a]?
!0:!1};a.get_namespace=function(a){for(var e in h)if(h[e]==a)return e;return""};a.worker_listeners=[];a.worker_namespaces=[];return a}({});b4w.module.app=function(a,m){function h(){var a=I.Vq();document.addEventListener("visibilitychange",function(){document.hidden?(a=I.Vq(),I.pause()):a||I.wf()},!1)}function c(a,d,l,r){var q=document.createElement("canvas"),c=document.getElementById(a);q.style.position="absolute";q.style.left=0;q.style.top=0;q.style.width=c.offsetW
"use strict"
// register the application module
b4w.register("marbleblast", function(exports, require) {
var m_app = require("app");
var m_cam = require("camera");
var m_cfg = require("config");
var m_cont = require("container");
var m_ctl = require("controls");