# Chalktalk **Repository Path**: fnet/Chalktalk ## Basic Information - **Project Name**: Chalktalk - **Description**: Chalktalk 是纽约大学 Future Reality 实验室开发的数字化演示和通信语言 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2017-11-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Chalktalk ![](readme_images/Pendulum.gif) **Chalktalk** is a digital presentation and communication language in development at [New York University's Future Reality Lab](https://frl.nyu.edu/). Using a blackboard-like interface, it allows a presenter to create and interact with animated digital sketches in order to demonstrate ideas and concepts in the context of a live presentation or conversation. Sketches can display animations and graphics in 2D and 3D… ![](readme_images/Rotation.gif) …link together to demonstrate complex logical connections and behaviors… ![](readme_images/3DGraphics.gif) …and even be coded live from within Chalktalk itself. ![](readme_images/LiveCoding.gif) A growing library of sketches--from creatures to math and physics objects--is available, and Chalktalk continues to evolve. ## Installation and Usage Installation instructions can be found [in the wiki](https://github.com/kenperlin/chalktalk/wiki/Installation-and-Running). A brief tutorial on how to use the system [can be found there as well](https://github.com/kenperlin/chalktalk/wiki/Introduction-to-Chalktalk). ## Creating and Contributing Contributions to the core codebase and sketch library are welcome. To create your own sketch, create a new .js file (nameOfMySketch.js) or copy a template (from sketch_templates) into the sketches directory. In your file, change the value of `this.label` and begin customizing your new sketch. [Further information on sketch creation can be found in the wiki](https://github.com/kenperlin/chalktalk/wiki/Creating-a-Sketch). ## License MIT