Some pointers on how to get ffmpeg installed for use in Windows environments.
(more…)
Tag: Install
-
Getting Started with FFMPEG for Windows
-
Getting Started with NVIDIA CUDA for Windows
Introduction
CUDA is NVIDIA’s parallel computing architecture that can greatly ehance your computer’s performance by harnessing the power of your GPU (graphics processing unit), as opposed to your PC’s CPU (central processing unit). For a general overview, your best bet may be to go straight to their Getting Started guide.
(more…) -
Getting Started with OpenGL for Windows
For setting up OpenGL in Ubuntu Linux, please see this post, otherwise for Windows / Visual Studio environments, please use these following instructions:
1. Download the latest Windows drivers
As stated on the OpenGLs wiki page, OpenGL more or less comes with the Windows operating system. You will need to ensure your PC has the latest drivers for your graphics hardware, however. Without these drivers, you will probably default to the software version of OpenGL 1.1 which is considerably slower. (more…)
-
Getting Started with the CU Decision Diagram (CUDD) Package for Windows
I have managed to download, uncompress and compile this library in a Visual Studio environment. At last. Though a very powerful package for the implementation of binary decision diagrams, the documentation for its actual set-up for non-Unix environments seems a little sketchy and somewhat intimidating for the beginner. (more…)