Skip to content
Matthias Melcher edited this page May 24, 2023 · 1 revision

Welcome to the mytooldemo wiki!

Onboarding to my demo.js should be easy because it has very basic core classes:

  • PresentationCore or/ and
  • GraphCore, plus
  • TextEditorCore

and on top of it

  • PresentationService
  • GraphPanel
  • NewStuffCore

and only then the full

  • NewStuff.

Enable which stage you want by uncommenting a line at the bottom such as

new PresentationService(GraphPanel).initialize();

Finally there is a proof-of-concept for collaboration called

  • PresentationWhiteboard
Clone this wiki locally