grasshopper for moi
 1-20  21-40  41

Previous
Next
 From:  Sharif (SR13765)
3145.21 
Hi;

This is an intersting discussion. There is another node base visual programing called Dynamo. This is an open source and currently works
as stand alone ( you can export your model in STL format) or with Revit integration. Someone also has created the integration between Dynamo and Rhino called Rhynamo.

See links for Dynamo info:

https://github.com/DynamoDS/Dynamo

http://dynamobim.com/

There are possibility to integrate this progoram with other software, see Link

https://github.com/DynamoDS/Dynamo/wiki/Integration-Guide

It might be difficult, but may be there is possibility for an integration between Dynamo and MOI.

-sharif
  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:  Frenchy Pilou (PILOU)
3145.22 
You have a sort of GrassHopper for make Surfaces!
Can be used for Moi as you can export as OBJ file! ;)


http://www.world-machine.com/ (the free version is sufficient for some crazzy things! )

For export you must "draw" a node "Mesh OutPut" (seems only OBJ ? )

There are some Voronoi, Perlin etc... functions! The Manual is a model!



and this guy has made some many tutorials! Vladimir Chopine http://www.youtube.com/user/GeekatplayStudio/playlists




You must decimate your model with free MeshLab by example ! http://meshlab.sourceforge.net/ (525 000 Faces --> 25 0000 faces 5 seconds)
before use the _ImportOBJ by Max Smirnov!

Here 15 seconds for import / resize result of 25 000 surfaces!
http://moiscript.weebly.com/uploads/3/9/3/8/3938813/25000_faces.zip (12 Megs)
(Waiting the max Polygon Converter for nice Nurbs surfaces :)




---
Pilou
Is beautiful that please without concept!
My Gallery
  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)
3145.23 
Today I wrote a test-script which can create and manipulate objects by using html5 graphics interface.
Everything works great. Html5 canvas, window and mouse events e.t.c.
So it is technically possible to write the grasshopper clone 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:  Vojtisek
3145.24 In reply to 3145.23 
It looks cool :)
.
Vojtěch
https://vojtisek.artstation.com
  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:  Frenchy Pilou (PILOU)
3145.25 
Amazing!!

It's just a gadget or you will want really code this sort of nodes process ?

PS
One Elephant = 100 000 Grashoppers! ;)

EDITED: 26 Oct 2015 by PILOU

  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:  chippwalters
3145.26 In reply to 3145.23 
Sweet.

Years ago I wrote a simple 2D tool which would generate "aesthetically pleasing" designs based upon a set of rules and a genetic algorithm. Using a simple neural net and GA, it would generate lots of 'base level' designs, then allow the user to select the ones they liked and the program would 'learn' preferences and try and generate more.

The rules were basically very simple. Things like golden mean, circles (few), 3 levels of details, symmetry and some other basic layout principles, like edge detail are all used in constructing a simple graphic representation.

I could see how you could do something very similar, but in 3D (2 1/2 D) and create interesting forms like this:

  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)
3145.27 
Frenchy Pilou
>> It's just a gadget or you will want really code this sort of nodes process ?
I would like to write such a script, but it will take a lot of time.
The work can be splitted in three parts:
1. Main core ( I can write it )
2. Design ( I need a help of someone skilled in html5/css )
3. Modules ( There will be hundreds of modules. I have not time to write them all, so I need a help of our community )
If I find someone who can help me I will start the work.

chippwalters
>>I could see how you could do something very similar, but in 3D (2 1/2 D) and create interesting forms like this
Yes, it's very interesting, maybe someday I'll write this script, but not now.
  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)
3145.28 
I've found great node-based editor! Litegraph.js
It's fast, small and free.

source: https://github.com/jagenjo/litegraph.js/tree/master
demo: http://tamats.com/webglstudio/litegraph/demo/

I rewrote small part of code to make it work with MoI. It still buggy, but it works. :)
  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:  Frenchy Pilou (PILOU)
3145.29 In reply to 3145.28 
And you forget to say that Litegraph is online! ;)
  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)
3145.30 In reply to 3145.29 
>>And you forget to say that Litegraph is online

Hi Pilou,
I don't understand what you want to say.
You can find a link to demo in my previous post, so you can test an online version of this script.
However I've made about 50 changes in the code to make it work with MoI. Offline mode of course.
  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:  Frenchy Pilou (PILOU)
3145.31 In reply to 3145.30 
Ok in fact we say the same! :)
---
Pilou
Is beautiful that please without concept!
My Gallery
  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:  Vojtisek
3145.32 In reply to 3145.28 
This is something! As a maya user, I can say for many operations, like procedural modeling etc, nodes are best way to buld things. Surprised it can be done in MoI :)
.
Vojtěch
https://vojtisek.artstation.com
  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:  Sharif (SR13765)
3145.33 In reply to 3145.28 
Hi Max,

This is very nice. You might also want to check the following open source apps.

https://www.nodebox.net/

https://github.com/pboyer/flood

-sharif
  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:  Frenchy Pilou (PILOU)
3145.34 In reply to 3145.33 
The Flood one seems very apetizing! :)
---
Pilou
Is beautiful that please without concept!
My Gallery
  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)
3145.35 
First real test. It works pretty good.


Hi Sharif,
thank you for the links. I'll find there some good ideas for sure.
  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:  Frenchy Pilou (PILOU)
3145.36 In reply to 3145.35 
Born of a new hit! Bravo!
and bon courage! ;)

French Version! ;)
http://moiscript.weebly.com/elephant.html

EDITED: 28 Oct 2015 by PILOU

  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:  Frenchy Pilou (PILOU)
3145.37 
You can donwload here for free amazing PDF books about generative nodes creation!
http://www.grasshopper3d.com/page/tutorials-1


and of course this one if you want make some advanced investigations! ;)

EDITED: 29 Oct 2015 by PILOU

  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:  Frenchy Pilou (PILOU)
3145.38 
---
Pilou
Is beautiful that please without concept!
My Gallery
  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:  krass
3145.39 In reply to 3145.26 
chippwalters, very cool work!

And do you have a more detailed description of how to achieve such a result?
  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:  jwiede
3145.40 
So what is the current status of Elephant? Is there still a distribution point?

The Elephant.html link now appears to give a 404 error.
  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-40  41