16ย years, 1ย month ago
Highlights
Community contributions featuredI always choose "Empty Project" in Visual Studio. Then it decides automatically whether to create a console window based on whether you have a main or a WinMain. Also it doโฆ
16ย years, 1ย month ago
16ย years, 1ย month ago
I am running Windows 7, 64-bit, programming in C++. I want to feed audio input from a microphone to the speakers in real time. I tried using the Win32 WaveIn and WaveOut APIs, bโฆ
16ย years, 5ย months ago
I'm working on an application that will allow users to digitally sculpt into a triangle mesh. Rendering is done in OpenGL. The basic concept is that users can sculpt into aโฆ
16ย years, 6ย months ago
Don't worry. You won't have to debug my code. But in case you're curious... // compute a homography matrix matrix math::matrix_homography( float src_x0, float src_y0, float src_โฆ
16ย years, 6ย months ago
Latest Activity
See all in DiscussionsI always choose "Empty Project" in Visual Studio. Then it decides automatically whether to create a console window based on โฆ
16ย years, 1ย month ago
You could also write a simple C++ application to do this for you (shouldn't take more than a few minutes). โฆ
16ย years, 1ย month ago
I would suggest drawing polygons that are more than 1px wide.A thick line is really just a rectangle. Plus, if โฆ
16ย years, 4ย months ago