Skip to content

adkabo/WGLMakie.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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))

About

WebGL backend for Makie

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 52.3%
  • GLSL 24.6%
  • JavaScript 23.1%