WGLMakie

StableDevBuild StatusCodecov

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"

Warning - this package is in development and may break often.

Usage

Now, it should just work like Makie:

using AbstractPlotting, WGLMakie

scatter(rand(4))