Skip to content

notrueblood/Forest-of-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forest of Notes

The forest is created by representing the notebook structure of topics, subtopics and notes as a stored javascript object. Then that object is parsed in realtime and transpiled into the language of the forest. Topics become trees with the associated subtopics as its branches and the individual notes as its leaves. The collection of topics form the forest.

The forest spins so that the user can interact and explore, clicking on leaves to read the note it represents.

forestOfNotes

To Play With It:

At the terminal:

  1. Clone this repository git clone git@github.com:chromoboto/Forest-of-Notes.git
  2. Navigate into the directory that was just created cd Forest-of-Notes
  3. Install dependencies npm install

Then open index.html in the dist subdirectory

About

Visualizing a notebook as a forest using WebGL (regl)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published