Hey guys, I'm the friend who's been working on this with Charles. The decision to use Pyjamas came from desire to use the same language for the front- end and back-end. It has already paid off, we originally implemented both the clipping and recognition algorithms in the front-end, but later decided to move them to the back-end to reduce the front-end size/load-time. As an added bonus, having them on the back-end prevents copy-cats from reusing our code (not that we're against open- sourcing parts of it eventually, just not yet). We apologize for the bugs you guys mentioned, we're tweaking things as we go (part of being Agile). dederocks, for the color issue you mentioned, it has the default opacity at 0%, I get caught off-guard by that myself quite a bit too. Charles has just suggested that I switch to 100% opacity automatically if user picks a color when opacity is at 0%.
Also, we're curious to know what you guys think about the interface. We've already got some feedback that the icons should be larger and some buttons moved around. We don't want to clutter the app with complicated menus, so we're aiming to maximize usability while minimizing the number of buttons. It's likely that the interface/menus will change a ton over the next few weeks based on user feedback. Also, for those of you using Macs, use Ctrl+Click instead of right- click. Thanks On Jul 28, 8:32 pm, Charles Law <charles....@gmail.com> wrote: > Thanks everyone! My friend and I will be looking into all those bugs > and getting them fixed over the next couple days. > > We really appreciate the feedback and bug reports. Keep it coming! > > On Jul 28, 5:41 pm, Michele Comitini <michele.comit...@gmail.com> > wrote: > > > > > > > > > Charles, > > > That is excellent! I think that using pyjamas was a great choice of yours! > > > I also use it and I suggest it to anyone here that needs complex > > applications since web2py supports it very well. > > > mic > > > 2011/7/28 Charles Law <charles....@gmail.com>: > > > > Hi everyone, > > > > My friend and I have been using Pyjamas and web2py for over a year > > > now, and we've decided to release our app. Our app is called Grafpad > > > (http://www.grafpad.com) and it is a vector-based drawing application > > > that allows users to hand-draw shapes then converts them to legible > > > shapes on the fly.