John —
I just recently purchased 4coder and trying to dive into the customization layer. I'm also a begi…
I would say stick to what you want to learn more about. If you like rendering you could make a 3…
Another (mostly) bug fix release is now available for download.
* Fixed a bug where the memory …
I was able to duplicate and fix this problem. Thanks again Siew!
The next release (next few days…
sonictkHi there:
(Not sure where the best place is to file these kind of bug reports, so I thoug…
C_Worm —
Okay thank you for that answer! :)
Casey used GDI to display pixels for HandmadeHero only in beginning. After a while he switched to…
C_Worm —
Hello!
Im wondering how to generaly think about the graphics platform code.
1. Is stretchDIBits…
partypooperI failed abysmally. When I tried writing small prototypes to check my understanding, I…
Hello everyone,
I would like to share my recent experience because I really felt completely brok…
Hi there:
(Not sure where the best place is to file these kind of bug reports, so I thought I'd …
You can highlight what you want using the render caller hook (see the default_render_caller funct…
RemedyBG 0.2.6.3 is now available for download.
* We now properly handle arbitrary first chance…
Hi,
Can you highlight function names using a 4coder custom layer?
Or is it not possible yet?
Thanks
LowyIn this snippet of code:
1 for(u8 i = 33; i < 127; i++) { ... }
The iterator is going t…
Jason —
Since your goal is to work in rendering and optimization why not build a software renderer like C…
Thanks for the insights and suggestions guys! I'll definitely consider your advice. It was very h…
Cool. Here's a project that uses your skills for UI and programming languages.
Think in terms of…
In this snippet of code:
1 for(u8 i = 33; i < 127; i++) { ... }
The iterator is going throu…
Working on a practice project is a great idea. I think the best way to become a better programm…
I'm using it to expand float either in 1st, 2nd, 3rd or 4th position to all 4 elements.
Look mor…
Hello,
I'm a CS and Math student. My ultimate goal is to work in rendering and optimization, but…
This is to some degree off-topic as it doesn't necessarily pertain to JavaScript (other than gett…
cl777 —
I meant the second parameter to _mm_shuffle_ps(), b and that it is not mentioned in
1
2Descripti…
What do you mean intrinsics guide does not mention it?
It explains it here:
1
2
3
4
5
6
7
…
Thank you guys! Your responses make a lot of sense. I just second guess this stuff easily when I …
cl777 —
Hello again,
thank you very much for your explanation. You've been a great help.
Just one thing…
I've tried doing a bit of the handmade style js. I've found you've got to 'play by the rules' a b…
I have fixed a few bugs in the above description and made it so that it never writes behind write…