Skip to content
acsmith edited this page Sep 14, 2010 · 3 revisions

Bug-squashing

  • Track down the issue with HSB-vs-RGB painting.
  • Improve performance generally.

Features I’d like to add

  • Resizing of napplet windows. Right now they can be resized, but the canvas doesn’t resize, so it’s the worst of both worlds. Ideally the programmer should be able to choose whether the window can be resized or not, and if so, the napplet should handle it gracefully.
  • Allow the user to call a NApplet constructor (with parameters) and then add the constructed NApplet to the manager.
  • Flesh out some useful Nit-implementing classes for things like drawing UI elements or other widget-y things.
  • Implement a time-stamping system for Nits so that a Nit or NApplet can choose to only refresh/update itself when it needs to.

Clone this wiki locally