Archive for the 'Windows' Category

X3D with H3D API

Starting learning X3D with H3D API is a nice stage in my opinion. H3D API is an open-source, cross-platform, scene-graph API . H3D is written entirely in C++ and uses OpenGL for graphics rendering and HAPI for haptics rendering. HAPI is an open-source haptic API developed by the team behind H3D API. For more information [...]

Compiling wxWidgets with nmake (vc++ 2008)

I’ve succeeded compiling wxWidgets (2.8.7) for Windows (Vista) with the simple things below. Download: wxMSW – installer for Windows then extract it to anywhere i.e., C:\wxWidgets Run: C:\Program files\Microsoft Visual Studio 9\Common7\Tools\vsvars32.bat to get the environment variables set Change directory to build\msw. Type: nmake -f makefile.vc If it succeeds, you will get lib\vc_lib

Replacing Matlab with Scientific Python

Now a day, the most popular of numerical based software in science and engineering is Matlab. However, it comes with very expensive price. So, we need to find alternative software for replacing this software. The choice is Python and Scientific Python. Here is the suggestion for setting up Python software package for Scientific works.