clmpr
or
sign up
tags
:
article
OpenGL 3.3 - Tutorials - Megabyte Softworks
opengl
programming
tutorial
article
#
3976 days ago
quilime
Git: Twelve Curated Tips And Workflows From The Trenches - be present now
git
vcs
article
#
4325 days ago
quilime
#AltDevBlogADay » Understanding the Fourier transform
math
article
#
4328 days ago
quilime
0x5f3759df
float FastInvSqrt(float x) {
float xhalf = 0.5f * x;
int i = *(int*)&x; // evil floating point bit level hacking
i = 0x5f3759df - (i >> 1); // what the fuck?
x = *(float*)&i;
x = x*(1.5f-(xhalf*x*x));
return x;
}
blog
article
math
code
#
4403 days ago
quilime
Smooth Voxel Terrain (Part 2) - 0 FPS
part 2
voxels
terrain
article
gpu
#
4471 days ago
quilime
The De-Evolution of UX Design | UX Magazine
ui
ux
design
article
#
4556 days ago
quilime
hypergeometric SSH Dos and Donts
ssh dos/donts
ssh
article
blog
reference
#
4612 days ago
quilime
To Flirt In Cities, Birds Adjust Their Pitch : NPR
birds
ecology
article
sound
#
4671 days ago
quilime