It started as an internal company competition three months ago: To create application for IPad or Galaxy Tab that will have something to do with software developed in our company (architecture and construction CAD).
I decided to take part in the competition with application of augmented reality. I started full of optimism and this video is result of my work.
How to make square cylinder illusion
I think almost everybody have already seen this great optical illusion.
Continue reading “How to make square cylinder illusion”ARToolKit module for Blender + Game Engine
After a very long time I got back to Blender and ARToolKit. I threw out old python module (it didn’t work with Blender 2.5 and later) and considered several approaches how to build new one. After several experiments I decided to go straight and make ARTKBlender module from scratch using standard python C interface.
Continue reading “ARToolKit module for Blender + Game Engine”
WebCam in Blender Game Engine 2.62
Blender Game Engine provides capability to use video sources as textures. Problem is it uses ffmpeg and it’s not very good for access to Windows webcams. I’ve came across this problem recently and found a workaround – external python module VideoCapture. It uses DirectShow so it should be able to use almost every webcam on Windows. Continue reading “WebCam in Blender Game Engine 2.62”
PyARTK for Python 2.6
Attention: Old PyARTK module is obsolete for a long time. Now the new ARTKBlender module is available. It works on current version of Blender and provides similar functionality as old one.
As long as Blender in version 2.49a uses Python 2.6, I’ve compiled PyARTK binaries for it.
Blender game wave plug-in
Blender GE wave plug-in provides ability to create and manage waves in realtime. It also supports floating objects on waves. To allow efficient calculation of waves it can use separate thread.
Continue reading “Blender game wave plug-in”PyARTK demo for Blender 2.49
Attention: Old PyARTK module is obsolete for a long time. Now the new ARTKBlender module is available. It works on current version of Blender and provides similar functionality as old one.
Blender 2.49 was released recently with new VideoTexture module derived from my blendVideoTex plug-in. It shows that plug-in is not needed anymore and I officially stopped its development. Continue reading “PyARTK demo for Blender 2.49”
Blender GE controlled by ARToolKit
Attention: Old PyARTK module is obsolete for a long time. Now the new ARTKBlender module is available. It works on current version of Blender and provides similar functionality as old one.
I was requested to create demo with two ARTK markers to control game objects directly. I just made modifications to artkdemo – lower layer now contains simple game controlled by markers. I didn’t change any script in demo, just set up objects and added the second pattern data file.
PyARTK demo updated
Attention: Old PyARTK module is obsolete for a long time. Now the new ARTKBlender module is available. It works on current version of Blender and provides similar functionality as old one.
Somebody has complained that PyARTK demo doesn’t work properly, if markers drive camera and also other non-camera objects in the same scene. So I looked at this issue and updated PyARTK demo.
Continue reading “PyARTK demo updated”
Bitmap font creator
I came to serious troubles last autumn when I wanted to create some bitmap fonts for GameBlender. Application ftblender wasn’t able to build them correctly, fonts had overlapping characters and resolution wasn’t satisfying, too.
Continue reading “Bitmap font creator”