This is not how scaling a matrix works: As I said in my first reply, I recommend you work through…
Continuing from our , let's look are some more possibilities and maybe find a solution. The previ…
By this you mean that newest versions of Clang can make my modifications no longer working? Don't…
It is practical, but it will require understanding large parts of clang. I have done some custom a…
I was wondering... How practical it would be to grab Clang source code and modify it to make C pro…
Do you propose something like ? Maybe you could show an example.
Miles —
Different operators, as I've already said multiple times. Like what zig provides for wrapping (i.…
Hello! Recently I have been really buckling down on getting error-driven encoder/decoder pairs to …
If you do not have a signedness, how can you determine trapping in an addition, subtraction and m…
Miles —
They actually be encoded as both, because in two's complement encoding (which is what every CPU …
Refactoring is an important part of programming. If you are maintaining a non-trivial code base yo…
So like Java? There are obviously advantages to this, but it also means that some arithmetic must…
I've been writing about various ways of handling integer overflows. The short summary is that the…
Alex —
In this way result the same
You can't just pick one axis and invert it here: You need to invert the entire space (whole matri…
Just out of curiosity, why are you using Linux to make your games? Is it to work with other Linux…
Latest version of RemedyBG is now available for download. Thanks for all the suggestions. New feat…
As I'm closing on 1 year of working on Mass I was quite curious to see if my approach to compile-t…
Alex —
You been technically correct, I don't get rotation or some other artifact. Thet code that I use wh…
I'm not gonna say it's right, but there is always libgen.
Where is most of the work a web browser does anyway? Does a browser not care much about server sid…
Same way you do it everywhere else. You give programmers as much access to the hardware as possib…
Well on one hand that assumes what one wants, but on the other hand it opens to another, more gen…
You can have a look in the . One book that was often recommended in the forums was . But I haven't…
I would say that there are two fundamental problems with the web: Having said that, most of the p…
Cool books pic :) Thanks for sharing these info guys! I second about math, learn all the math you …
Matias —
Hey Andrew! Here's a few books I keep coming back to while coding: Others that I use digitally ar…
Hey Allen, I just wanted to say thanks! I'm just getting into customizing 4coder even though I've …
Last post about arithmetics I listed the following problems related to overflow and arithmetics: …
Here is a first version of the . There is some documentation in the source. The header itself allo…