From aa889ab61e9c63e10228272cd17d952bc3c9f981 Mon Sep 17 00:00:00 2001 From: James Wrigley Date: Sun, 20 Oct 2024 14:47:22 +0200 Subject: [PATCH] Link to the english wikipedia WebGL page (#4501) --- docs/src/explanations/backends/wglmakie.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/explanations/backends/wglmakie.md b/docs/src/explanations/backends/wglmakie.md index 3ea7cc1425c..e2cf49153a5 100644 --- a/docs/src/explanations/backends/wglmakie.md +++ b/docs/src/explanations/backends/wglmakie.md @@ -1,7 +1,7 @@ # WGLMakie [WGLMakie](https://github.com/MakieOrg/Makie.jl/tree/master/WGLMakie) is the web-based backend, which is mostly implemented in Julia right now. -WGLMakie uses [Bonito](https://github.com/SimonDanisch/Bonito.jl) to generate the HTML and JavaScript for displaying the plots. On the JavaScript side, we use [ThreeJS](https://threejs.org/) and [WebGL](https://de.wikipedia.org/wiki/WebGL) to render the plots. +WGLMakie uses [Bonito](https://github.com/SimonDanisch/Bonito.jl) to generate the HTML and JavaScript for displaying the plots. On the JavaScript side, we use [ThreeJS](https://threejs.org/) and [WebGL](https://en.wikipedia.org/wiki/WebGL) to render the plots. Moving more of the implementation to JavaScript is currently the goal and will give us a better JavaScript API, and more interaction without a running Julia server.