afeb The flip side of course is the overwhelming amount of material to absorb.
I'm not sure that…
Hey everyone!
I'm also looking to go to HandmadeCon, but due to my young-ness can't get room acco…
people —
I think I may have been mistaken, I was trying to use the "Size" member of the "platform_memory_b…
Offline renderers are also usually dealing with less optimized scenes as ultimately artist time g…
Mike T —
I think this is governed by the limit in /proc/sys/vm/max_map_count. You could try increasing tha…
Giner Bill's analysis is correct. In the current state multi-cursors don't work very well. Event…
Hello everyone!
I know it's been a long time since I last wrote a blog post for Handmade Math,
…
I've discussed this with Allen before but it's kind of impossible due the "cursor system" in 4cod…
Since windows Vista, DirectSound isn't hardware accelerated, it's software emulated and goes thro…
Jon:
Thanks for the guidance. I admire your work greatly.
Doeke —
Hey,
here is a request for multiple cursors.
I really love them in sublime and the jetbrain edit…
people —
When run with either underflow or overflow checking enabled, mprotect will fail after around 32,5…
people —
I don't know, but maybe you could try it and see if you can see a difference in latency.
The aud…
Offline renderers typically do a lot more computations to get better results (lighting, shadows, …
Well, like I said, ... there are almost no good design recommendations. Especially, in someplace …
Nothing really because it's a awesome learning experience for me and in order for me to learn per…
I just started work so I can't go and I currently only have 1 hour and 30mins time off last time …
As a current student, what is a valid way to parse good design recommendations from bad ones? I'm…
You should probably know CMake, as much as i hate it, you kinda need to know it to build dependen…
I'm pretty new to the stream but I was interested in the fact that Casey uses such a lean build s…
Shazan —
If I wanted to make an offline renderer want should I learn any resources to look at?
part of offline "rendering" is also compression into a file format. This file format is designed …
If you put (global-linum-mode t) in your .emacs configuration line numbers will be enabled for al…
I have most of the interpreter down already, except for the external procedure code and other stu…
That's an awesome feature - maybe you could start w/ a subset of your language?
I suppose the mo…
Shazan —
Why does offline rendering of videos take lot of time is it because bad software architecture or …
Its a little late but:
Please make emacs show Linenumbers.
Lately with this language, I've been trying to implement compile time execution for use with meta…