From f4cc8ce7a8712e2e840b0c120a3f86eadb665626 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 28 Aug 2023 11:50:57 -0400 Subject: add, sub, div, more work on the guide --- guide-src/development/js-features.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 guide-src/development/js-features.html (limited to 'guide-src/development/js-features.html') diff --git a/guide-src/development/js-features.html b/guide-src/development/js-features.html new file mode 100644 index 0000000..ea8ac97 --- /dev/null +++ b/guide-src/development/js-features.html @@ -0,0 +1,22 @@ +--- modern JavaScript features + +

+pugl has no dependencies, and i'd like to keep it that way. +

+ +

+i've been pretty liberal about using modern javascript; +even though this could in theory run on IE it doesn't +(in particular it's very nice to have template literals). +that said, try to only use features that have at least as much +support as webgl2 (i.e. >94%). +

+ +

+we use webgl2 because: +

+

-- cgit v1.2.3