We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Simon Anciaux
You can highlight what you want using the render caller hook (see the default_render_caller funct…
»
x13pixels
RemedyBG 0.2.6.3 is now available for download. * We now properly handle arbitrary first chance…
»
Yuval Dolev
Hi, Can you highlight function names using a 4coder custom layer? Or is it not possible yet? Thanks
»
x13pixels
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…
»
Bouke285
Thanks for the insights and suggestions guys! I'll definitely consider your advice. It was very h…
»
[email protected]
Cool. Here's a project that uses your skills for UI and programming languages. Think in terms of…
»
Lorenzo
In this snippet of code: 1 for(u8 i = 33; i < 127; i++) { ... } The iterator is going throu…
»
David Butler
Working on a practice project is a great idea. I think the best way to become a better programm…
»
Mārtiņš Možeiko
I'm using it to expand float either in 1st, 2nd, 3rd or 4th position to all 4 elements. Look mor…
»
Bouke285
Hello, I'm a CS and Math student. My ultimate goal is to work in rendering and optimization, but…
»
Ryan Fleury
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…
»
Mārtiņš Možeiko
What do you mean intrinsics guide does not mention it? It explains it here: 1 2 3 4 5 6 7 …
»
twelvefifteen
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…
»
Oliver Marsh
I've tried doing a bit of the handmade style js. I've found you've got to 'play by the rules' a b…
»
Naman Dixit
I have fixed a few bugs in the above description and made it so that it never writes behind write…
»
Naman Dixit
mmozeikoIn WASAPI it is very common to have separate thread that submits buffer to sound card. …
»
Allen Webster
Hey, apologies for the slow response, I am sending details by email now.
»
Simon Anciaux
And in the case of DirectSound you can overwrite, so you'll just have the usual amount of latency…
»
Simon Anciaux
Did you try to go in a bookshop to see if they can't order it at a lower price ?
»
Colin J. Mills
Yeah I understand that this probably makes the most sense. I find the DOM API to be a bit clunk…
»
cl777
I actually found some used copies for around $90, but they don't ship to Germany. I guess I also …
»
albatros
The price is so steep I fist thought it was out of print. Weeks passed and I then discovered 150$…
»
Miles
You generally do all color math in linear space unless a technique explicitly calls to do otherwi…
»
Mārtiņš Možeiko
That is pretty much only way how I do webpages. Just plain JS, CSS and HTML. Same way I did it 15…
»
Mārtiņš Možeiko
In WASAPI it is very common to have separate thread that submits buffer to sound card. This threa…
»
Asaf Gartner
You can make webapps without using libraries, and you'll probably end up with a much smaller JS p…
»
Naman Dixit
Thanks. I will give WASAPI a look. Having two audio backends will probably be good for debugging …
»