|
Projects
Fall 2009 Older Courses Spring 2009
Fall 2008
Spring 2008
Fall 2007 HOWTOs |
DesktopReliefEngravingMark Sherman OverviewUsing scheme, develop an interface to the Roland Desktop Engraver for depth-based artistic engravings. The ultimate goal is to have a relief-carving like image, using all three dimensions. Screenshot![]() Concepts Demonstrated
External TechnologyThe Engraver required interfacing over the serial port. The engraver itself is a very precise piece of external technology that takes commands in ASCII. The built-in scheme ports procedures provide the interface to the linux port representation in the filesystem, and the linux kernel then handles the communication. All of these layers are external to scheme. InnovationThis project applies new concepts to image engraving. Rather than rendering the image through varying the density of standard pixels, this system adjusts the depth of the engraving to produce and image. The end result is a controllable scan-line-based, functional real-world carving mechanism powered by scheme. Every scanline that is carved is generated by a function describing the depths along that line, a feature that only scheme and its close relatives can support. Technology Used Block Diagram![]() Additional RemarksThis project required a good deal of work be devoted to hardware and low-level API development. Once that was abstracted, image loading was required, which is a sub-project unto itself. Please keep in mind that the engraver is a DANGEROUS tool, and should not be operated without proper safety considerations. |