My implementation uses Quartz. I'm sure by using Quartz instead of OpenGL it is much slower, but …
If you are talking about OSX platform layers posted in this forum, then they use OpenGL only to pu…
All of the OSX platform layers I've seen use OpenGL which is kind of not the same as hand-rolling …
Const does make the code too rigid. Const makes you go through way too many hoops to do things t…
I opened a support ticket with them but I haven't gotten a response yet. I will update this thread…
Very strange! I wonder what the problem is?Casey
While I understand the desire to map emacs to concepts you're used to, this might lead to more fru…
I was unable to open "blackboard.art" with the 15-day trial(full) version of Mischief, I received …
According to mischief these are the differences So are you using a custom color swatch or an exte…
Tom —
I am new to the church of GNU and Casey's .emacs file just rubs me the wrong way. I love the featu…
I am using the 15 day trial version at the moment. I do not know if perhaps the free version cann…
I downloaded the mischief app from here and installed the free version.But when I try to open the…
It's very easy now, you just use Cargo: [dependencies] sdl2 = "*"
I started investigating Rust too: . I gave up on it when the SDL2 bindings were causing a bunch of…
You will have to do some translating, and I haven't gotten very far yet, but I have written a crat…
If you're using C++-style casts, the only way to cast the const away is to use const_cast. Whatev…
Sven —
I always interpreted the standard in a way that casting the const away and writing through that po…
Andy —
Thanks for the response, unfortunately none of those things worked for me. Damn you microsoft!
Thanks a lot for the replies, very helpful. There seem to be many ways of doing similar things in …
#1, #2 - yes, you are correct. It is guaranteed that all structure members after last specified ar…
Bigpet —
I'm not familiar with #4 maybe you meant to type instead edit: nvm, I can't read, that's pretty m…
I've read K&R and followed some C++ tutorials but am still very green when it comes to both langua…
There's also this book: I've had a quick read in the last days and it's as beta as it says in the…
Thanks! now it works wonderfully!
Mike Acton does a bunch of that in his talks (eg., )Casey
Well, it's hard enough getting used to programming paradigms, but I think I get what everyone is t…
Furkan —
And sometimes hardware is fixed, so may your abstractions help you when trying to run on 512mb ra…
@rathersleepy Speaking of IMGUI.. Here's a video of (a bearded) Casey explaining his take on the c…
The collision detector is not really very good at the moment. Or rather, the collision is fine b…