Skip to content
Eric Riebling edited this page Feb 21, 2020 · 1 revision

thinking about arena.py library:

  • library objects are automatically named e.g. cube_0.
  • Multiple people creating cubes in same scene = name clash
  • threads: should library clients use a queue event loop like above?
  • minimizing JSON: subscribed MQTT messages will be in JSON format (idea: maybe fewer simpler callbacks that unpack JSON into a Python object)
  • v0 library deleted all objects on program exit: probably want to manually persist or not
  • idea: each library object can supply a callback which will get called only for it's events (click, mainly)
Clone this wiki locally