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…
Mór I wrecked my right wrist using cheap traditional mice. Its not just their bad ergonomics, the…
Mór —
Yes it was using relative paths. Now it's working. Thanks for your help guys. :)
I'd like to give back to the community so I've decided to create study questions for each Handmad…
Tom —
Hey! Sent you an email just now.
Design is very important but it is way too easy for designers to be talking out their ass, so I a…
Square —
Hi, I'm a Games Designer/Developer and I'm most intruiged and impressed by your project.
As a co…
Are you compiling 64-bit or 32-bit? For 32-bit you need to use 5.01, for 64-bit build you need to…
You can do working directory by launching a batch file instead of the exe.
1
2
3
4
5
6@echo off
p…
First thing, make sure you're building with full file paths, it may be that 4coder isn't finding …
Mór —
alt-m builds your project, then you go to an error using alt-n and the cursor goes to the error i…