From 36e2f0389458c65fc55d5e0acea3be8938c5cca8 Mon Sep 17 00:00:00 2001 From: TriMill Date: Wed, 14 Jun 2023 00:03:41 -0400 Subject: [PATCH] changed things --- cxgraph-web/index.html | 83 ++++- cxgraph-web/index.js | 426 +++++++++++++++++++++++--- cxgraph-web/src/lib.rs | 26 +- cxgraph-web/style.css | 79 +++-- libcxgraph/src/language/builtins.rs | 134 +++----- libcxgraph/src/language/compiler.rs | 65 ++-- libcxgraph/src/language/mod.rs | 21 +- libcxgraph/src/renderer/fragment.wgsl | 112 ++++++- libcxgraph/src/renderer/mod.rs | 3 - 9 files changed, 727 insertions(+), 222 deletions(-) diff --git a/cxgraph-web/index.html b/cxgraph-web/index.html index 1324fb4..de29a02 100644 --- a/cxgraph-web/index.html +++ b/cxgraph-web/index.html @@ -7,16 +7,40 @@
- + + + + + + + + + +
- +