26 comments found.
hi, iwant to buy thıs, but demo link can not open
Good luck with your sales
Please where I have to insert the “Load Array” and the “Code Canvas” it’s working but I don’t know how to load array and canvas, help please, thanks.
Love the code! I do however have some questions.
1. The canvas is quite pixelated on smaller screens i.e. smartphones. Any way to fix this?
2. I am trying to build a logo that consists of 2 elements which are close to each other, is it possible to create those two elements without them “connecting” to each other?
3. Is it possible to spawn more lines? i.e. when loading an array it absorbs all the lines and there are almost none left.
How do I make it retina ready?
1. This script now is not retina friendly now.
2. Script automatically calculate line length. You can modify script yourself if you want
3. Script automatically calculate count of dots based on canvas size, but you can modify script (var estimatedCount = Math.pow((w*h),delimiter); ) here
Do you have any plans to make it retina ready?
Hi there.
Is it possible to show more than ONE letter at a time? say, if i wanted to show the letters “AMT” getting formed by the dots. Is this possible or only one AFTER another letter?
Thanks.
It possible, load array of all letters as one array
Sorry, mate. Already found another solution (after 1 month of silence from your side)...
Hi, I just bought this license (in behalf of Digit-a company), you have done a great job, congratulations! We are looking for a more complex solution using this same code, our goal is that this script could be adapted to re-create and build a logo shape composed of three elements. If you are interested in take this job please let me know to contact you directly and give you a more accurate information. Feel free to contact me on pietrojulita@gmail.com
Best regards
Can I put this on a texture background, and the texture to be shown through, without a solid background color surrounding the javascript?
Yes, you can
Hello, it is very inspiring application. I want to use this in our website. How could I use this on our WordPress website?
It is js script, you can put it anywhere on your site
hi! i want assign a custom interaction to indivudual dot, for example open at click a modal window, it’s posible whit your plugin?
don’t know… you can do it yourself. This plugin don’t have this functions
Hello there,
I have a simple question. Can i preload shape when the canvas is initialized? I want to start my canvas with loaded shape. Is it possible?
Anyway, good job. It’s really good.
You want start shape with shape and destroy it in process? maybe not…
Hello there,
I purchased your product, but it does not work. Javascript console gives me an error; “Uncaught TypeError: Cannot read property ‘getContext’ of null”
I did exactly the same as example site, however still gets that error. I wish you put a working example html to the package. I feel like most people needs it.
Do you have any solution for that?
You sure you created canvas with ID attribute, and initialize it with correct ID? if it still not working – please write me on email with your code. I will happy to help you!
Hello
How to create <canvas> tag with “id” attribute ?
More details please to see an example
You can find example on site at bottom <canvas id=”myCanvas” style=”position: absolute;”></canvas>
Hi, nice product!! i just purchased it!,and i have one question for you, ive been playing with some parameters on your script, and so far i cant find a way to increase the dots size, can you guide me a little with this size thing? Thanks for the time.
Hello, size increase only by connections (need to set options.sizeDependConnections = true; and options.sizeMultiplier = *; * – any number). I’ll think about static size on feature versions
Got this problem : Cannot read property ‘getContext’ of null on line :
context = canvas.getContext(‘2d’);
(The canvas work fine, but it prevent other script from running due to that error)
Need to create <canvas> tag with “id” attribute
Is this support multi-colored dots ?
Oh… not for now. But i will do this in next version. You want to random color or set array of colors?
array of colors would be great .
Ok, I take into account your wishes
Any documentation or exemples?
You can find examples and documentation on site http://canvasdots.cc.ua/ (Preview site at the bottom)
Plz can you send me working exemple?
You can find all example code on my site (“Code of second canvas” block). If you do not succeed, please, write me on email, I will help you!
Can you make a screen cast and put it on Youtube so we can follow your lead on array creation?
I added small instruction to end of site “How to get array of dots?” I hope it help to you! Best regrads

What is the command to achieve ” to set locate points equally along the contour: ” ?
Need to make this manually 
ok
yes how to load shapes? is it svg? just a presale question.
It is an array. X and Y coordinates. I don’t find any software to automatically create shape for now… But it is not hard, few minutes work with coordinates (l created my shapes in PS in 10-15 minutes)
Very cool. How does one load a shape? Hopping that there is a software flow in Adobe CC that can result in the coordinates.
Soooo cool. I’d like to use special fonts. Is that possible?
How do I create an array?
I’m creating arrays manually. I don’t find any plugins for Photoshop for now…
I understand. I didn’t mean photoshop. I just meant, is there a way to programmatically create the array from a graphic file? Do you do it in your head? Do you have an equation? How are we supposed to create an array for words, letters, icons etc?