radicalappdev/radical-canvatorium

Lab 002 - Reactivity with Babylon.js GUI

Closed this issue · 0 comments

Lab 002 - Reactivity with Babylon.js GUI

Revised version of legacy Lab 002

Using Vue Watch to increment a count with Babylon.js GUI.

  • Using watch only this time instead of watchEffect
  • Increment or decrement a counter by modifying the count
  • A watch will update the GUI on count modification