htm for Voronoi script
 1-20  21-31

Next
 From:  glmr
8846.1 
hello
I found this beautiful Voronoi script https://scriptographer.org/scripts/interactive-tools/voronoi-tool/comments
How is possible to create htm file for it and use as a command for Moi?
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  amur (STEFAN)
8846.2 
This script requires the Scriptographer plug-in for older Illustrator versions, so making a html file
for MoI would not work. Instead someone had to rewrite the whole script, IMHO.

But if you check out Max's scripts, he also has a 2D Voronoi script available for MoI.

Regards
Stefan
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  glmr
8846.3 In reply to 8846.2 
what about this one?
http://paperjs.org/

it has also Voronoi feature
http://paperjs.org/examples/voronoi/
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  amur (STEFAN)
8846.4 
Well, i'm no programmer, but it looks to me like an extension to JavaScript.

Github says also: ... Scriptographer ported to JavaScript and the browser, using HTML5 Canvas.

Would still IMHO require work do be done to let this script run in MoI.

Regards
Stefan
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  glmr
8846.5 In reply to 8846.4 
yes, it is an extension JavaScript. and Moi3d works with such extensions as I understand. or no?
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  amur (STEFAN)
8846.6 In reply to 8846.5 
Like i said i'm no programmer, therefore i can't answer this question.

Regards
Stefan
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
8846.7 In reply to 8846.5 
Hi glmr, it looks like it would be theoretically possible but it would need to be modified to output geometry to MoI rather than writing to an image in a web browser panel.

It looks like there is a whole lot of stuff in there, the main file has 16,495 lines of code. It would likely require a considerable amount of time studying it to undertake such a project.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  glmr
8846.8 In reply to 8846.7 
the main script paper.js contains non only Voronoi diagram, but also a lot of other features. for this reason it is so long.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  glmr
8846.9 In reply to 8846.8 
PS:
looks like Max Smirnov takes a look on paper.js, so I hope we can wait for some good news
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  mkdm
8846.10 In reply to 8846.9 
Hi glmr.

@You : "...looks like Max Smirnov takes a look on paper.js, so I hope we can wait for some good news..."

I think that if max really put his hands on that project we will see much more than some good news.

I think we will see a new revolution inside Moi.

Ciao ;)

- Marco (mkdm)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  glmr
8846.11 In reply to 8846.10 
let's hope!

speriamo bene!

(mi sembra che sei italiano)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  mkdm
8846.12 In reply to 8846.11 
@You : "...(mi sembra che sei italiano)..."
(in English : I think that you're Italian)

Sono 100% Italiano! :)

I'm 100% Italian!

Ciao ;)

Marco (mkdm)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  mkdm
8846.13 In reply to 8846.11 
I think that Moi's forum is so great also thanks to the various Nations that are here.

I think that a Frenchman or a German or an American or an Italian or etc...etc... when it comes to build something, real or computer made,
use a different approach given by his heritage or culture.

Many ways to do the same things, many different technique to build something that realize what we are, from any Nation :)

I'm sure that this is one of the strength of this forum.

Ciao!

- Marco (mkdm)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  amur (STEFAN)
8846.14 In reply to 8846.11 
Hi glmr,

i don't know how important this 2D Voronoi stuff is for you,
but maybe you can download Illustrator CS2 for Windows
from the well known Brothersoft site... and try out if
Scriptographer and the Voronoi script works with CS2...

Regards
Stefan

EDITED: 27 Feb 2018 by STEFAN

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  glmr
8846.15 In reply to 8846.14 
download Illustrator CS2 for Windows is not legal
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  glmr
8846.16 In reply to 8846.12 
tranquillo, Marco, parlo italiano anche io =)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Max Smirnov (SMIRNOV)
8846.17 
Hi glmr and Marco

Unfortunately I have no plans to create scripts based on paper.js. I don't like to use huge libraries written by other people, especially when I need to use a small part of all functions.
My Voronoi script works good enough without paper.js. I just need to implement polygon and curve output modes.

P.S. But first of all I need to release version 1.0 of my Nodeeditor project. Then I'll add a couple of important new features to this project. And after that I'll start a new big project. I already have an idea about it ;)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  amur (STEFAN)
8846.18 
Then at least you have the option to buy an old version at ebay, in case you really need this 2D Voronoi stuff (now).

Regards
Stefan

EDITED: 27 Feb 2018 by STEFAN

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  mkdm
8846.19 In reply to 8846.17 
Hello Max!

@You : "...My Voronoi script works good enough without paper.js. I just need to implement polygon and curve output modes..."

I never had any doubt about the quality of your Voronoi script! I have used it a lot :) Amazing script!

@You : "...Then I'll add a couple of important new features to this project. And after that I'll start a new big project. I already have an idea about it ;)..."

Oh yeah!!! I just knew something was up :)

New super special things are ready to jump out of your hands, I'm sure :)

Thanks a lot for all!

P.s. I know that you already have your job and above all it's not my business but ... :) I always wondered why you and Michael don't consider to "officially" cooperate on the Moi project.
I bet that amazing things should come out from your talent :)

Ciao!

Marco (mkdm)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  mkdm
8846.20 In reply to 8846.16 
Perfetto! (perfect!)

Anyway here I much prefer to write in English although is clearly not my native language.

Ciao!

- Marco (mkdm)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
Show messages:  1-20  21-31