computerslol

↗ HN profile [ 450 ms ] full profile
Karma
104
Created
July 1, 2010 (16y ago)
Submissions
0
  1. Are there such things as consumer cameras that take photos with depth maps? If not, why not? I know the Kinect does something similar at a price point that consumers can afford. Being able to use a depth map in…

  2. I am trying to find the length of a cubic Bezier curve. I'll be targeting c#, but a solution in any language will do (I'll translate). Here's the catch; I need a solution that is not an approximation (does not include…

  3. I just wrote a pair of extension methods in C# to get or set a series of bits from a ulong. This must have been done thousands of times by other devs. I have done it a few times myself. I know I have it somewhere in…

  4. I am creating a color wheel for a color picker. I am using Hue (as in hue, saturation, value), mapping to angle of pixel, then converting to RGB. Pretty standard so far. I notice secondary and tertiary colors get a lot…