Bitcoin Forum

Bitcoin => Project Development => Topic started by: spectre1989 on April 26, 2014, 07:22:56 PM



Title: A New Blockchain Visualiser
Post by: spectre1989 on April 26, 2014, 07:22:56 PM
Hi all,

I made a blockchain visualiser with Unity for giggles over the last few weeks. It's a sort of fireworks thing where larger transactions create bigger explosions.

Webplayer (requires Unity plugin) (https://googledrive.com/host/0B6wgnmngeFQKRXBXd0hGTnhlaUk/blockchain_visualiser.html)
Windows Build (https://googledrive.com/host/0B6wgnmngeFQKZmtBRkczLXI1aGM/blockchain_visualiser_win.zip)
Mac Build (https://googledrive.com/host/0B6wgnmngeFQKZmtBRkczLXI1aGM/blockchain_visualiser_mac.zip)
Linux Build (https://googledrive.com/host/0B6wgnmngeFQKZmtBRkczLXI1aGM/blockchain_visualiser_linux.zip)
Webplayer Download (https://googledrive.com/host/0B6wgnmngeFQKRXBXd0hGTnhlaUk/blockchain_visualiser.html)

Source Code On Github (https://github.com/spectre1989/bitcoin_blockchain_visualiser)


Title: Re: A New Blockchain Visualiser
Post by: roslinpl on April 26, 2014, 07:51:24 PM
Hi all,

I made a blockchain visualiser with Unity for giggles over the last few weeks. It's a sort of fireworks thing where larger transactions create bigger explosions.

Webplayer (requires Unity plugin) (https://googledrive.com/host/0B6wgnmngeFQKRXBXd0hGTnhlaUk/blockchain_visualiser.html)


My Unity web player is working great but in this case I see only a black screen ...

please fix:)


Title: Re: A New Blockchain Visualiser
Post by: BitCoinDream on April 26, 2014, 11:28:57 PM
Hi all,

I made a blockchain visualiser with Unity for giggles over the last few weeks. It's a sort of fireworks thing where larger transactions create bigger explosions.

Webplayer (requires Unity plugin) (https://googledrive.com/host/0B6wgnmngeFQKRXBXd0hGTnhlaUk/blockchain_visualiser.html)
Windows Build (https://googledrive.com/host/0B6wgnmngeFQKZmtBRkczLXI1aGM/blockchain_visualiser_win.zip)
Mac Build (https://googledrive.com/host/0B6wgnmngeFQKZmtBRkczLXI1aGM/blockchain_visualiser_mac.zip)
Linux Build (https://googledrive.com/host/0B6wgnmngeFQKZmtBRkczLXI1aGM/blockchain_visualiser_linux.zip)
Webplayer Download (https://googledrive.com/host/0B6wgnmngeFQKRXBXd0hGTnhlaUk/blockchain_visualiser.html)

Source Code On Github (https://github.com/spectre1989/bitcoin_blockchain_visualiser)

Why downloadable files ? It serves the same purpose of blockchain.info or blockr.io right ?


Title: Re: A New Blockchain Visualiser
Post by: gogodr on April 26, 2014, 11:55:37 PM
Hi all,

I made a blockchain visualiser with Unity for giggles over the last few weeks. It's a sort of fireworks thing where larger transactions create bigger explosions.

Webplayer (requires Unity plugin) (https://googledrive.com/host/0B6wgnmngeFQKRXBXd0hGTnhlaUk/blockchain_visualiser.html)
Windows Build (https://googledrive.com/host/0B6wgnmngeFQKZmtBRkczLXI1aGM/blockchain_visualiser_win.zip)
Mac Build (https://googledrive.com/host/0B6wgnmngeFQKZmtBRkczLXI1aGM/blockchain_visualiser_mac.zip)
Linux Build (https://googledrive.com/host/0B6wgnmngeFQKZmtBRkczLXI1aGM/blockchain_visualiser_linux.zip)
Webplayer Download (https://googledrive.com/host/0B6wgnmngeFQKRXBXd0hGTnhlaUk/blockchain_visualiser.html)

Source Code On Github (https://github.com/spectre1989/bitcoin_blockchain_visualiser)

Why downloadable files ? It serves the same purpose of blockchain.info or blockr.io right ?
This serve no purpose whatsoever, I believe he just did it for the fun of coding and learning how to use the bitcoin protocol which is a valid enough excuse.


Title: Re: A New Blockchain Visualiser
Post by: spectre1989 on April 27, 2014, 09:09:19 AM
Hi all,

I made a blockchain visualiser with Unity for giggles over the last few weeks. It's a sort of fireworks thing where larger transactions create bigger explosions.

Webplayer (requires Unity plugin) (https://googledrive.com/host/0B6wgnmngeFQKRXBXd0hGTnhlaUk/blockchain_visualiser.html)


My Unity web player is working great but in this case I see only a black screen ...

please fix:)
What browser (and version) are you using?

Thanks
Joe


Title: Re: A New Blockchain Visualiser
Post by: roslinpl on April 27, 2014, 10:49:27 AM
Hi all,

I made a blockchain visualiser with Unity for giggles over the last few weeks. It's a sort of fireworks thing where larger transactions create bigger explosions.

Webplayer (requires Unity plugin) (https://googledrive.com/host/0B6wgnmngeFQKRXBXd0hGTnhlaUk/blockchain_visualiser.html)


My Unity web player is working great but in this case I see only a black screen ...

please fix:)
What browser (and version) are you using?

Thanks
Joe

Indeed ...
Browser was an answer.

It is working @chrome not working @opera.

Huehue I like design :) :) But it isn't so much blockchain :P Only ammounts transfered are visualized but it is nice ;]



Title: Re: A New Blockchain Visualiser
Post by: Ryland R. Taylor-Almanza on April 27, 2014, 05:10:44 PM
I'd love to try, but I'm getting "There is no data folder". Any idea why?

Code:
[ryland@localhost Downloads]$ ./blockchain_visualiser.x86 
Set current directory to /home/ryland/Downloads
Found path: /home/ryland/Downloads/blockchain_visualiser.x86
There is no data folder
[ryland@localhost Downloads]$


Title: Re: A New Blockchain Visualiser
Post by: spectre1989 on April 27, 2014, 05:57:27 PM
I'd love to try, but I'm getting "There is no data folder". Any idea why?

Code:
[ryland@localhost Downloads]$ ./blockchain_visualiser.x86 
Set current directory to /home/ryland/Downloads
Found path: /home/ryland/Downloads/blockchain_visualiser.x86
There is no data folder
[ryland@localhost Downloads]$

Ah, that was a bit silly of me! I've updated the zip so it should hopefully work, unfortunately I don't have a linux test machine.

Cheers
Joe


Title: Re: A New Blockchain Visualiser
Post by: Ryland R. Taylor-Almanza on April 27, 2014, 08:32:51 PM
Ha, this is pretty cool!


Title: Re: A New Blockchain Visualiser
Post by: spectre1989 on April 27, 2014, 08:42:18 PM
Ha, this is pretty cool!
Glad you like =)