Anyone used a stamp with OpenGL or Processing?
Archiver
Posts: 46,084
Hello everybody...
Beginning to work on an app that communicates with a basic stamp, but
not sure if I should use processing or opengl to connect to the
stamp. I've heard that processing is a little easier, but yet again,
I'm not sure.
Anyone have any comments either way?
Thanks, brian
Beginning to work on an app that communicates with a basic stamp, but
not sure if I should use processing or opengl to connect to the
stamp. I've heard that processing is a little easier, but yet again,
I'm not sure.
Anyone have any comments either way?
Thanks, brian
Comments
> Hello everybody...
>
> Beginning to work on an app that communicates with a basic stamp, but
> not sure if I should use processing or opengl to connect to the
> stamp. I've heard that processing is a little easier, but yet again,
> I'm not sure.
>
> Anyone have any comments either way?
>
> Thanks, brian
Brian,
OpenGL is rather formidable to implement on a Stamp, I'd say. It
seems that the BASIC rule is: "Keep It Simple, Stupid!" (KISS)
Tell us what kind of communication you actually need with a Stamp. In
most cases I would think that either normal ASCII or a fairly simple
error-checking protocol would suffice.
Russ
Stamp side is pretty easy: SERIN and SEROUT. I know of several art
students who have used Macromedia Director to control Stamps -- so it's
not a matter of the actual PC application, it's simply a matter of
working with the serial IO routines of that app.
-- Jon Williams
-- Parallax
Original Message
From: bjwillis [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=vIwpsj2u3TeKzVRdp8LwFWT68wnr7pbaO0k4QQe3DxbTM3eC7uKL7FvTG4h2PZmg6_Qx-PU1D9xC]bjwillis@y...[/url
Sent: Thursday, February 19, 2004 5:33 PM
To: basicstamps@yahoogroups.com
Subject: [noparse][[/noparse]basicstamps] Anyone used a stamp with OpenGL or Processing?
Hello everybody...
Beginning to work on an app that communicates with a basic stamp, but
not sure if I should use processing or opengl to connect to the
stamp. I've heard that processing is a little easier, but yet again,
I'm not sure.
Anyone have any comments either way?
Thanks, brian