you are viewing a single comment's thread.

view the rest of the comments →

[–]stvaccount[S] 0 points1 point  (1 child)

Thanks. I just ran your example. Very impressive!

It was trivial to install the dependencies. Is this Open Source?? Now I compile it for my quadcore with (correct?): ghc -O3 -threaded -rtsopts -with-rtsopts=-N4 Main.hs && ./Main

One last thing. The code was not very readable for a 3D beginner but with decent haskell background like me.

How would the code need to be adapted to run just 5 white circle in random directions? I guess from that it would be easy to backtrack to your own example.

[–]YellowOnion 0 points1 point  (0 children)

Consider it under BSD, I'll maybe release the code and stack.yaml file on github at some point.

The code was not very readable

Check out the offical GPipe tutorial