Hacker News new | ask | show | jobs
by happylion0801 1609 days ago
Do you happen to have any open source code for this that I could look at. I am looking to do some interactive graph viz and would love to see if there is something I could reference
1 comments

Sure. Let me look it up. It should be all here, at my OpenProcessing (at least all the code I wrote for myself personally):

https://openprocessing.org/user/15252?view=sketches

Basically any sketch that has "3d" or "aspekt" in the title is on that track. But you can also see from the thumbnail many of them are 3d world related. The navigation of that site is pretty tricky...but you can find the source code by:

- Click on a sketch

- Click on the 'abacus' control menu to the right

- Click on the files tab in that

Source code in Java should be available there.

Please remember it requires a version of Processing in Java to work. I worked on this in 2011/2012 so you may need to figure out which Processing version that is.

Also, here's a youtube video of flying around one of my sketches:

https://www.youtube.com/watch?v=lNshrYO7Kf4

and here are some more videos:

https://www.youtube.com/channel/UCw-6wNeif6-l7oqippdORcw

Thank you, those look really nice, appreciate the links :). I have used processing before so atleast some of it should be familiar.