aboutsummaryrefslogtreecommitdiffstats
path: root/2016/webface.txt
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2019-02-12 22:29:56 -0800
committerBryan Newbold <bnewbold@archive.org>2019-02-12 22:29:56 -0800
commit8ef26736271651902ff5d57429148be6510c06ad (patch)
treeee257d4ed1a2fdef9b99ef1cba9de5b2ccf91117 /2016/webface.txt
parent331fcc1484b55a76a962a3e874b7584dd0220ce3 (diff)
downloadmodelthought-8ef26736271651902ff5d57429148be6510c06ad.tar.gz
modelthought-8ef26736271651902ff5d57429148be6510c06ad.zip
old model thing notes from 2016-2017
Diffstat (limited to '2016/webface.txt')
-rw-r--r--2016/webface.txt38
1 files changed, 38 insertions, 0 deletions
diff --git a/2016/webface.txt b/2016/webface.txt
new file mode 100644
index 0000000..78306bd
--- /dev/null
+++ b/2016/webface.txt
@@ -0,0 +1,38 @@
+
+### Basic Viewing and Editing
+- pencil.rs for basic framework?
+- tera for jinja2 (or just use pencil's handlebars default)
+- generic style: http://bootswatch.com/simplex/
+
+editing markdown etc:
+- https://github.com/benweet/stackedit: markdown, very fancy
+- https://ace.c9.io: simple code-oriented
+- http://dillinger.io/
+- https://github.com/benweet/stackedit
+- vue.js
+
+### Dynamic Essay
+
+http://worrydream.com/Tangle/guide.html
+hyperphysics
+
+#### Charting/Rendering
+
+plotly.js: d3.js and stack.gl
+ https://plot.ly/javascript/
+ https://github.com/plotly/plotly.js
+
+
+##### GUI Demos
+
+numeric.js
+ Has an ODE solver. Use with Elm?
+
+Tangle.js
+ Brett's JS widget-y thing. Very simple.
+ How did he do plots/graphs for those demos?
+ http://worrydream.com/Tangle/guide.html
+
+KaTeX LaTeX rendering
+ Faster than mathjax?
+ https://github.com/Khan/KaTeX