mathbox
mathbox copied to clipboard
Presentation-quality WebGL math graphing
Open one of the examples and run `mathbox.debug()` in the console. Some useful info is printed, but the last piece is: ``` api.js:218 Uncaught TypeError: Cannot read properties of null...
With the typescript changes, test changes etc it's time that we add a DEVELOPING.md. @cchudzicki , I would love if we could have notes on - [ ] how to...
So far, I know of: - https://www.math3d.org/ - https://kineticgraphs.org/ - https://github.com/QBobWatson/ila textbook - https://github.com/christopherChudzicki/mathbox-react - https://github.com/mentat-collective/mathbox-clj - visualizations at https://sam.zhang.fyi/ - demos listed here https://groups.google.com/g/mathbox/c/Uvyb5fHaLq4,
See discussion in https://github.com/unconed/mathbox/pull/17
#25 Introduced infrastructure for typings. Remaining TODOs: ### To-do: - [x] add typings for `mathBox` options - [ ] finish manual typings for `types.js` - [x] add more tests to...
Some internal mathbox functions query Mathbox's DOM using invalid CSS selector queries. For example: 1. Edit Mathbox source at `https://gitgud.io/unconed/mathbox/-/blob/master/src/model/model.js#L322` to `console.log` its first argument, a css selector query. 2....
The following warnings are emitted when running Mathbox from Clojurescript: ``` 1------ WARNING #1 - ----------------------------------------------------------- Resource: node_modules/mathbox/src/render/meshes/base.js:73:25 String continuations are not recommended. See https://google.github.io/styleguide/jsguide.html#features-strings-no-line-continuations -------------------------------------------------------------------------------- ------ WARNING #2 -...
Hi there! I found out about math3d recently and I appreciated the work of both of these projects! And I'm excited to contribute. The thing I want to add looks...
Tried using recent THREE release (r149), and got the following error: `WARNING in ./node_modules/mathbox/build/esm/render/buffer/texture/datatexture.js 57:12-27 export 'RGBFormat' (imported as 'CONST') was not found in 'three' (possible exports: ACESFilmicToneMapping, ...` Per...
RGBFormat was removed in ThreeJS r137. Replacing with explicit undefined silences some build warnings and preserves existing behavior (including any bugs) See https://github.com/unconed/mathbox/issues/64