Re: [racket] webcam hooks in racket?

2011-01-11 Thread Michael Larson
I have a few lines to get you going from objc... I use OpenCL and OpenGL in the captureOutput delegate so your on your own there but this would be a start. - (void)awakeFromNib { NSError *error = nil; if (!mCaptureSession) { // Set up a capture session that outputs ra

Re: [racket] Am I Missing Something? [HtDP 31.3.1]

2011-01-04 Thread Michael Larson
>> Darwin doom.local 10.3.0 Darwin Kernel Version 10.3.0: Fri Feb 26 11:58:09 >> PST 2010; root:xnu-1504.3.12~1/RELEASE_I386 i386 >> Linux login 2.6.31-22-generic #60-Ubuntu SMP Thu May 27 00:22:23 UTC 2010 >> i686 GNU/Linux Rounding modes of the FPU? Or "Darwin Kernel Version 10.3.0" 10.3?

[racket] autocomplete

2011-01-01 Thread Michael Larson
Hi all, I am working through a few of the tutorials and I was wondering if DrRacket supports auto complete? I did a search for autocomplete for DrRacket and didn't come up with much. Also, great job on the integration. All this seems to work well together, the tutorial works well, the active func