Skip to content

tgodzik/part-modelling-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PartModellingSystem

Simulation for making the best shap. Needs to have first the basic shapes and mutation strategy.

It reguires OpenDynamicsEngine. To install it and python bindings:

  1. tar xf ode-0.12.tar.gz
  2. cd ode-0.12
  3. ./configure --enable-double-precision --with-trimesh=opcode --enable-new-trimesh --enable-shared
  4. make
  5. sudo make install
  6. cd bindings/python/
  7. python setup.py build_ext
  8. python setup.py install

ode-0.12.tar.gz can be downloaded from http://sourceforge.net/projects/opende/files/

Information about paralel processing with SimPy: http://simpy.sourceforge.net/SimPy_Manual/Manuals/Interfacing/ParallelSimPy/SimPyPP.html

About

Simulation for making the best shape.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages