We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Björn Berggren
I have a entry level Mac Mini 2014 and I have tested CVDisplayLink vs using NSTimer (with a desire…
»
robby
Germany, near Stuttgart. Still early in this whole theme, very interested in this even as a old ma…
»
Mārtiņš Možeiko
Ah, the errors are intellisense errors, not build/compiler errors. That makes sense now. Not sure …
»
Carsten Holtkamp
Germany, Bavaria, near Augsburg. My toolchain: Linux+GNU (arch/gentoo), GCC/GDB, make, mostly Emac…
»
Carsten Holtkamp
I am a visual learner, I appreciate them very much. Having iconic anchors is very important for me…
»
andre
thanks!! 1. i have set up a makefile project and building works with build.bat. its a little bit c…
»
Thomas Frase
I'd like to point out that the call to DescribePixelFormat is unnecessary. (Unless you want to ins…
»
Mārtiņš Možeiko
Or use "Show All Files" view in Solution Explorer instead:
»
ratchetfreak
From errors it looks that you are building with Visual Studio IDE (by creating C++ project there)…
»
Mārtiņš Možeiko
I currently don't understand what are you doing - are you building with Visual Studio IDE by creat…
»
Gianluca Alloisio
Hmm,I've never tried that. It could be faster than using f16 framebuffer like now. Maybe useful on…
»
andre
ok found it. set compiler to 64 bit like here: and set correct working directory in properties. n…
»
andre
ah ok! cool....thanks for the hint. in my shell i use 64 bit. there is the batch file that starts …
»
Mārtiņš Možeiko
It looks like you are compiling source to 32-bit code: That's why there are warnings about "loosi…
»
andre
when i do this with day11 (only 1 header-file!) => build "code" => it works without errors 1>-----…
»
andre
ok, code is in W:\handmade\code now i startup visual studio 2013 => new project => visual c++ => m…
»
d7samurai
that's done in CorelDraw X7
»
Mārtiņš Možeiko
You need to explain more. a) what error exactly are you getting? b) where are you getting it (inte…
»
Mārtiņš Možeiko
Oh yeah, x/yaxis used to calculate rotated variable should be normalized so only direction compone…
»
Tim Kane
Am a bit late to the party here, but.. @d7samurai, what software are you using for your viz? Looks…
»
Jay
Ah ok. So once the xaxis and yaxis have been rotated, we just need to translate and rotate the ori…
»
andre
thanks! i understood that but it doesnt solve my problem: i simply want to use visual studio for e…
»
Mārtiņš Možeiko
xAxis and yAxis vectors should not change at all. x/yAxis only indicate direction (and scale) to t…
»
Jay
Thanks mmozeiko. I can't remember exactly what day so I'll download BitTorrent Sync and see if I c…
»
Mārtiņš Možeiko
snprintf won't work correctly. In some places Casey is using overloaded version with template (thi…
»
albatros
Yeah ! It works ! Just in case someone find it useful in the future, here is how to compile handma…
»
Mārtiņš Možeiko
You can also download older prestream episodes with . Or if you don't want to install it and you n…
»
Mārtiņš Možeiko
Unless you are multiplying matrices with vectors, why would you want to store transposed matrix in…
»
Mārtiņš Možeiko
Did you add all cpp files to project? You shouldn't do that because Casey is compiling only one fi…
»
Mārtiņš Možeiko
Instead of doing conversion manually you could create framebuffer with sRGB renderbuffer. Then do …
»