A visualisation of Gaussian Primes using d3, following Jason Davies Gaussian Primes visualisation.
This is a plot of the complex plane showing Gaussian
      primes as filled squares.
DONE:
- Corrected a bug in the rendering of gaussian primes lying on the axes
 
- Implemented on vizhub
 
Not working
- Implements a cached IsPrime function
- but it seems to be slower than the simple dynamic isPrime function
 
- ...why?
 
 
TODO
- Transition/animate the points as they are calculated
 
Maybe still a useful video to look at: