/WGLMakie.jl

WebGL backend for Makie

Primary LanguageJuliaMIT LicenseMIT

WGLMakie

Stable Dev Build Status Codecov

WGLMakie is a WebGL backend for the Makie.jl plotting package, implemented using Three.js.

Installation

using Pkg
pkg"add WGLMakie AbstractPlotting"

Teardown (if you want to uninstall)

using Pkg
pkg"rm WGLMakie"

Usage

Now, it should just work like Makie:

using AbstractPlotting, WGLMakie

scatter(rand(4))