compiling

#pragma warning(disable: 4786)

WOOHOO!

I have successfully ported my Linux code to Windows.
My application (for time-dependent isosurface extraction and rendering) uses VTK for the visualisation, FLTK for the user-interface, and pthreads for multi-threading.

Well, the first two are cross-platform toolkits, so no problem getting them compiled under Windows. But POSIX threads… nope… So I had to try something else.

› Continue reading

Tags: , , , , , , , , ,

Friday, July 2nd, 2004 Computing 5 Comments

transcode

I had this great movie (from Ron Fedkiw), which, unfortunately was encoded with the MPEG-4 Video High Speed Compressor (fourcc MPG4).

Because I wanted to change the codec, I tried to install transcode.

› Continue reading

Tags: , , , ,

Friday, February 21st, 2003 Computing No Comments

DVD movies with xine

Got my xine to play encrypted dvd’s on my home pc!

I had the xine and xine-dvdnav packages installed, but it refused to play CSS encrypted VOB-files. So I tried to install libdvdcss2. This library needed libdvdread2. However, I probably downloaded the wrong version, because when I tried to install that, it complained about me having a too old libc6 version.
I didn’t what to update that, so I tried something else… and I found the d4d plugin. Just ./configure; make; make install.
Yeah right…!

› Continue reading

Tags: , , ,

Monday, February 17th, 2003 Computing No Comments

Porting from SGI to Linux

OK, I’ve got the RWB VRX library working under Linux!
Eeeh? Say what?
The Responsive Workbench library with the Virtual Reality eXplorer!

We’ve got this Virtual Reality Workbench running on a SGI Onyx2, and one of our PhD students, Michal Koutek, wrote a library, based on SGI’s Performer, for building applications for this machine.

› Continue reading

Tags: , , , ,

Wednesday, February 12th, 2003 Computing No Comments

Search

 

Categories

Archives

Creative Commons License
This work is licensed under a
Creative Commons License.