Month: April 2010

ProFORMA: 3D scanner using ordinary webcam

This is a 3D scanner using ordinary webcam:

http://www.engadget.com/2009/11/23/cambridges-proforma-does-3d-scanning-with-any-stationary-webcam/

The author web site is this:
http://mi.eng.cam.ac.uk/~qp202/

He promised to release a demo version to Linux and soon a demo for Windows, but he didn’t release nothing until now.

ATmega Game Console

I don’t know why I didn’t post about this project before, once I already know about it more than years. Today I told about this project with a friend and when I searched for it here I didn’t find it.

Here goes the link to Uzebox project:
http://belogic.com/uzebox/

This is a nice video game and video player powered by ATmega microcontroller.

Primeiro jogo de computador foi criado nos anos 60

O primeiro jogo de computador foi criado por 3 estudantes do MIT em 1962 e chamava-se Spacewar!.

O jogo exibia duas naves espaciais orbitando em torno de um planeta. O objetivo de cada jogador é atingir a nave do oponente.

O interessante é que no Linux existe uma versão mais moderna desde jogo, chama-se kspaceduel:

apt-get install kspaceduel

Outra curiosidade é que este jogo vem como exemplo padrão no framework de desenvolvimento de jogos XNA da MS. Não conheço nada deste XNA, mas vejo muita gente comentando sobre ele na lista do Android. Dizem que o google precisa criar um framework semelhante para o Android.

Running linux kernel 0.01 into Qemu

This is an “archeology” subject, but it is very interesting see the first Linux version running on Qemu:

http://kerneltrap.org/Linux/Dusting_Off_the_0.01_Kernel

There is a typo on tutorial, the right command to get it running on Qemu is this:

$ qemu  -hdb hd_oldlinux.img  -fda linux-0.01-3.3.img -boot a

This is too fast, maybe because there is nothing on this first Linux version, neither /proc exist.

Next step should be get it running on real hardware.