-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Filip Bártek edited this page Jul 13, 2014
·
35 revisions
Slinky conductor is an art project for the course Interaction and Information Design (summer 2014). The result will be a music tool controlled by a slinky.
- Git
- Remote repository:
- GUI:
-
Visual Studio
-
Visual Studio 2010 Express
- Visual C++ 2010 Express
- Service Pack 1
-
Visual Studio 2010 Express
-
OpenCV
- Version: 2.4.9
-
Boost
- Version: 1.55.0
- slinky
- @filipbartek: Magic Spring
- digital camera
- @filipbartek: Logitech Webcam C170
-
MicroProfiler (C++ profiling)
- Version: 1.1.567
- Dependency Walker (DLL dependencies; useful for release packaging)
- VLC (video and audio format conversion)
- Avidemux (video file inspection)
- Audacity (audio file inspection)
- Homepage
- Documentation
- CvBlobsLib (blobs detection)
-
gitignore/VisualStudio.gitignore
- Introduced in 7aaa7a1f163427e662de7ac4e57bced14e5ba8d9 (branch
opencv)
- Introduced in 7aaa7a1f163427e662de7ac4e57bced14e5ba8d9 (branch
- .gitignore for Visual Studio Projects and Solutions
- Best practices for Subversion and Visual Studio projects (C#)
- Introducing Source Control (Visual Studio 2008)
-
Using Version Control (Visual Studio 2010, Team Foundation)
- @filipbartek: Probably useless for us as we use external version control system (GitHub).
- Visual Studio Extensions
- Google Project Hosting
To set up Boost 1.55.0 in 32-bit Windows with Visual Studio 2010:
- Download
boost_1_55_0-msvc-10.0-32.exefrom here. - Run
boost_1_55_0-msvc-10.0-32.exeand go through the installation process. - Set environment variable
BOOST_ROOTto point toboost_1_55_0
- E.g.
C:\local\boost_1_55_0