Hackaday Links: December 3, 2017

Remember the Psion? Back when PDAs were a thing, the Psion was the best you could get. It was, effectively, a palm-top computer with a real qwerty keyboard. It didn’t have Bluetooth, it couldn’t browse the web, and it didn’t have WiFi, but this was an AA-powered productivity machine that could fit in your pocket. Now there’s a new palmtop from Psion engineers. The Gemini PDA is basically a smartphone with a real keyboard that runs Ubuntu. It’s also has a smaller battery than other devices with this form factor, meaning the TSA thinks it’s a smartphone. This thing is …read more

Continue reading Hackaday Links: December 3, 2017

Finally – A Big-Screen Vectrex

The Vectrex is in no way the most popular console of all time, but it is one of the more unique. Eschewing typical raster-based rendering, it instead relies on a vector-based display. Since the average home television of the era would be completely unable to display such signals, the Vectrex had its screen built in. This got [Arcade Jason] wondering – would it be possible to hook the Vectrex up to a bigger screen?

First, a suitable monitor had to be found. The 19V2000 turned out to be a good candidate – much larger at 19 inches, and found in …read more

Continue reading Finally – A Big-Screen Vectrex

Add Intuitiveness to OpenSCAD With Encoders

The first time I saw 3D modeling and 3D printing used practically was at a hack day event. We printed simple plastic struts to hold a couple of spring-loaded wires apart. Nothing revolutionary as far as parts go but it was the moment I realized the value of a printer.

Since then, I have used OpenSCAD because that is what I saw the first time but the intuitiveness of other programs led me to develop the OpenVectorKB which allowed the ubiquitous vectors in OpenSCAD to be changed at will while keeping the parametric qualities of the program, and even leveraging …read more

Continue reading Add Intuitiveness to OpenSCAD With Encoders

Shapes Made From Light, Smoke, and A Lot of Mirrors

Part lightshow, part art piece, part exploratory technology, Light Barrier (third edition) by South Korean duo [Kimchi and Chips] crafts a visual and aural experience of ephemeral light structures using projectors, mirrors, and a light fog.

Presently installed at the ACT Center of Asia Culture Complex in Gwangju, South Korea, Light Barrier co-ordinates eight projectors, directing their light onto a concave cluster of 630 mirrors. As a result, an astounding 16 million ‘pixel beams’ of refocused light simulate shapes above the array.  The array itself was designed in simulation using an algorithm which — with subtle adjustments to each mirror …read more

Continue reading Shapes Made From Light, Smoke, and A Lot of Mirrors

Amazing Oscilloscope Graphics

From what we can understand, [ompuco] has built a 2D audio output on top of the Unity game engine, enabling him to output X and Y values from his stereo soundcard straight to an oscilloscope in XY mode. His code simply scans through all the vertexes in the scene and outputs the right voltages into the left and right audio streams. He’s using this to create some pretty incredible animations. Check out the video “additives” below for an example. (See if you can figure out what’s being “added”.)

As a first demonstration application, [ompuco] wrote an oscilloscope drawing application: electricanvas …read more

Continue reading Amazing Oscilloscope Graphics