Slashdot Mirror


User: Hufo

Hufo's activity in the archive.

Stories
0
Comments
11
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 11

  1. Re:Let's see them be consistant. on Apple Kicks HDD Marketing Debate Into High Gear · · Score: 1

    Well, technically it's 4GiB, which means 4.3GB. So the marketing department will happily use it correctly !

  2. Mobinet on Simple, Portable Physics Simulations · · Score: 2, Informative

    Mobinet is an open-source platform for mobile objects programming (simulation, games, graphics, maths-physics, ...). It is developed by INRIA Grenoble in France and used to initiate students (from high school to university) to games programming, or more generally to provide them with a concrete intuitive and fun version of the notions seen in math and physics course.

  3. Re:Here's an idea on OLPC Manufacturer to Sell $200 Laptop On Open Market · · Score: 1

    FYI, here is a very interesting video about misconceptions about the "third world": Myths about the developing world

  4. Fiction on Wired's Very Short Stories · · Score: 1

    Terrorists attack! Gouvernment responds, kills liberties.
    Disclaimer: similarities to actual events are purely coincidental...

  5. Did this 6 years ago with camcorders for a dem on Hardware for Homebrew Motion Capture? · · Score: 4, Interesting

    This is a lot of work but also a lot of fun! I did it for a real-time demo project with a few friend. We used Christmas fairy lights and 5 mini-VHS camcorders. You can see the result at the very end of our Childbone demo.

    Nowadays, using webcams will save you a lot of troubles, and you can find lots of very useful codes on the Internet (such as Intel's OpenCV, however majors issues that you still have to solve would be calibrating camera positions and reliably tracking crossing markers in images. In my system I had to do an editor to manually reassign markers when incorrectly detected or labeled, which can be a very tedious task...

    I would recommend Logitech Quickcam Pro 5000 webcams, as they are USB 2.0, can do 640x480 at 30 fps, and most importantly use the somewhat recent generic USB Video Class spec, for which a driver for linux is available. I have a few of those and the image quality is quite good :)

    Good luck!

  6. Cross-Platform Alternative on Accelerated PowerPoint? · · Score: 1

    If you know Python you can use a library called slithy to make nice OpenGL-accelerated presentations. It's a library not an executable so you'll have to create a Python script for your presentation. Should not be too difficult for most slashdot users, plus you can add any C/OpenGL code (just wait for that Q3A source code...)

  7. More Pictures on Wearable Customizable Displays · · Score: 3, Informative

    Here you can see other photos, including the electronic board.

  8. Videos on Wearable Customizable Displays · · Score: 4, Informative

    Two videos are available here. The page is in french but you can easily find the videos.

  9. Re:Not 3D, 2.5D stereoscopic on 3D Display, No Glasses Required · · Score: 3, Informative

    In this image you can see that only 1 projector is used. The 24 views are encoded in a single image which is reflected by 24 mirrors around the central rotating one. So to have a 24fps animation you only need a 24fps projector. The drawback of course if that the resolution is divided by 24. As the final display is quite small, it's better to have lower resolution but not dividing the framerate by 24!

  10. Re:Holy Whackamolly! We've Got Chips! on OSI Announces Open Source Awards · · Score: 1

    If someone win this award that's because he has great talents and certainly choosed to work on the projects he likes instead of working for a 'big corporation'. As these projects are open-source he certainly is not paid for his work. So a little cash can be very welcomed!

  11. The 3D Demo on MandrakeClustering Shows Off At ISC2003 · · Score: 2, Informative

    I am the main programmer of the 3d demo shown on the screenshots. This demo combines a distributed interactive fluid simulation with graphical intensive rendering using pixel shaders. It uses Net Juggler to manage the distribution on the cluster. You canse some picture and a video of the fluid simulation in our gallery . The shader for the rabbit's fur is explained on this page of my website (please be gentle with the server...).