From 8ef26736271651902ff5d57429148be6510c06ad Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 12 Feb 2019 22:29:56 -0800 Subject: old model thing notes from 2016-2017 --- 2016/webface.txt | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 2016/webface.txt (limited to '2016/webface.txt') 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 -- cgit v1.2.3