Giter Club home page Giter Club logo

graph-state's Introduction

Archived in favor of Monorepo: https://github.com/DesModder/DesModder

Graph State

Typescript definitions for all possible Desmos graph states.

Quote from the API docs:

Warning: Calculator states should be treated as opaque values. Manipulating states directly may produce a result that cannot be loaded by GraphingCalculator.setState.

This repository is for people who want to throw caution to the wind and spurn that advice to make their own projects manipulating the graph state. The definitions themselves are in state.ts; everything else is testing code.

This is an unofficial project and may neither be perfectly complete nor accurate. However, I have made a best effort at testing it on many graphs.

Desmos is subject to change at any time, and this repository may become out-of-date or otherwise incorrect, so use it with caution.

Specifics

Any graph state obtainable through Calc.getState() should be accepted by the State interface. (If you have any incompatabilities, raise them on the GitHub issue tracker).

There are some properties where the State interface is broader. For example, default properties (such as hidden: false on an expression) are never included in the graph state from Calc.getState(), but they are allowed in the type definitions because scripts may want to output a state that includes the properties without needing to handle excluding the property (such as by using hidden: booleanVariable), and Desmos handles these as expected.

Keep in mind that the Desmos server does not perform full server-side validation on uploaded graph states, so a user could set them to anything by changing the server request. Similarly, Calc.setState() expands the full set of possible graph states; for example, it accepts numbers in place of Latex.

graph-state's People

Contributors

jared-hughes avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.