Can I use Blender to create 3D wall image viewer application under Linux?
- by sgon00
Hi, Is that possible to use Blender to create Cooliris-like 3D wall image viewer application under Linux?
I don't see many people use Blender (BGE) to create desktop application, so I am wondering if this is possible. People normally use Blender for modeling/movie and game engine.
I can not find a good way to create 3D application in Linux so far.
I was thinking about pyQT+opengl. But I feel that is hard to do. No robust and easy-to-use qt+opengl toolkit available from my research. I know a little bit of Blender, that's why I am asking if Blender is an alternative solution. (python is preferred)
The image viewer doesn't have to be windowed. It can be full screen, like a game?. I would like to add many cool effects into this application. Hopefully cooler than Cooliris which is written in flash.
Thanks a lot.