Does anybody know how is this created?

FreakenSEOsmh

Power Member
Joined
Jul 31, 2017
Messages
587
Reaction score
401
Hello BHW, I hope you guys are having a great day.


Am trying to figure out how is this done: https://platwidget.com/splat/?s=c47581c45b4796b977d1ed1a1ecd6a8b

and if there is a Wordpress plugin that can replicate this or even in raw code.. I must create something similar within a week and have no clue where to start. Your thoughts are much appreciated.


Thanks.


Edit: i think its JS and SVG. still don't know where to start though
 
It's a custom script. It uses canvas. As for plugins, I highly doubt you will get something like this. You will need to hire a JS developer who has experience in developing canvas applications. At most, you could try copying the JS they use and create that exact map (or whatever it is).
 
why not just use their solution don't reinvent the wheel
Yeah, if it is the same app; then it makes sense to use their service. If OP needs something else, he is out of luck. :p
 
Man I really wished I could help since you asked so politely but I have no idea how this is done. To me it looks custom coded, I really hope someone else can help. You are a nice guy.
 
This is easier than you think it is, although it's not just "noobie" stuffs.
Here's a very good walkthrough about 2d canvas API.

https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial

Going through it right now, many Thanks G.

why not just use their solution don't reinvent the wheel

Because I have the cheapest boss ever, paying for a solution isn't something he would do. Not so familiar with javascript but have downloaded hours and hours of courses for it right now and will start going through them to gain what it takes to make sense of the code I copied from the example i posted and hopefully replicate it.
 
Back
Top