Skip to content

Instantly share code, notes, and snippets.

View roSievers's full-sized avatar

Rolf Kreibaum roSievers

View GitHub Profile
@roovo
roovo / CanvasTexture.elm
Created April 11, 2017 16:07
elm: stuff wot I did to get text from canvas into webGL
module CanvasTexture exposing (canvasTexture)
-- imports are weird for Native modules
-- You import them as you would normal modules
-- but you can't alias them nor expose stuff from them
import Task exposing (Task)
import WebGL exposing (Error, Texture)
import Native.CanvasTexture
-- this will be our function which returns a number plus one
@TomasMikula
TomasMikula / LICENSE.md
Last active April 27, 2022 22:48
Mapped view of a JavaFX ObservableList.

CC0

To the extent possible under law, Tomas Mikula has waived all copyright and related or neighboring rights to this work.