All Projects → edap → flowers

edap / flowers

Licence: EPL-1.0 license
Program to generate 3D models of abstract flowers.

Programming Languages

clojure
4091 projects

Projects that are alternatives of or similar to flowers

ParallelQSlim
Shape Aware Parallel Mesh Simplification Algorithm
Stars: ✭ 84 (+425%)
Mutual labels:  meshes
ConstructiveGeometry.jl
Algorithms and syntax for building CSG objects within Julia.
Stars: ✭ 27 (+68.75%)
Mutual labels:  meshes
bitpit
Open source library for scientific HPC
Stars: ✭ 80 (+400%)
Mutual labels:  meshes
intersection-wasm
Mesh-Mesh and Triangle-Triangle Intersection tests based on the algorithm by Tomas Akenine-Möller
Stars: ✭ 17 (+6.25%)
Mutual labels:  meshes
BodyParts3D
Clone of the BodyParts3D/Anatomography 3D model files
Stars: ✭ 32 (+100%)
Mutual labels:  meshes
stripy
2D spherical and Cartesian triangulation toolkit using tripack, stripack, srfpack and ssrfpack
Stars: ✭ 33 (+106.25%)
Mutual labels:  meshes
TinyFlowerBeds
Educational bot that posts a tiny flower bed on Twitter every few hours. Check it out if you're new to Python and open source!
Stars: ✭ 12 (-25%)
Mutual labels:  flowers
ofxLSystemGrammar
openFrameworks addon that implements most of the string rewriting grammars described in the book "The Algorithimic Beauty of Plants"
Stars: ✭ 36 (+125%)
Mutual labels:  algorithmic-botany
CGoGN 2
n-dimensional Meshes with Combinatorial Maps
Stars: ✭ 19 (+18.75%)
Mutual labels:  meshes
vtkbool
A new boolean operations filter for VTK
Stars: ✭ 77 (+381.25%)
Mutual labels:  meshes
navis
Python 3 library for analysis of neuroanatomical data
Stars: ✭ 68 (+325%)
Mutual labels:  meshes
PolyDraw
✳️ PTSource PolyDraw is a free 3D polygonal modeller for Windows x86 and x64, for creating or modifying 3D objects using a mesh of 3D points and parametric NURBS Curves .Exports and imports to over 40 formats including WebVR and 3D Printing.
Stars: ✭ 17 (+6.25%)
Mutual labels:  meshes
roadifier
Open Source road mesh generator script for Unity
Stars: ✭ 30 (+87.5%)
Mutual labels:  meshes
mesher-example
An example to illustrate the functionalities of Mesher
Stars: ✭ 16 (+0%)
Mutual labels:  meshes
MeshCore.jl
Curation and manipulation of general unstructured meshes for the Finite Element Methods (FEM).
Stars: ✭ 14 (-12.5%)
Mutual labels:  meshes
MeshViz.jl
Makie.jl recipes for visualization of Meshes.jl
Stars: ✭ 51 (+218.75%)
Mutual labels:  meshes
ameshref
Efficient Matlab Implementation of Adaptive Mesh Refinement in 2D
Stars: ✭ 28 (+75%)
Mutual labels:  meshes
skeletor
3D skeleton extraction from meshes.
Stars: ✭ 115 (+618.75%)
Mutual labels:  meshes
Cgal
The public CGAL repository, see the README below
Stars: ✭ 2,825 (+17556.25%)
Mutual labels:  meshes
unity-plumber
A component to procedurally generate pipe-like meshes in Unity
Stars: ✭ 55 (+243.75%)
Mutual labels:  meshes

Flowers

This program generates meshes of 3D geometrical forms and exports them in a .ply file. It uses the Morphogen library by Karsten Schmidt.

example example example

Usage

Clone this repository and cd in the folder. Launch the REPL lein repl To export a mesh, like that one created in the spritz function, use (apply save-mesh (spritz)) A new file with .ply extension will be created in the main project folder.

List of available meshes:

  • spritz
  • fake-teasel
  • catherine-wheel. This model also accept some options, try them out (apply save-mesh (catherine-wheel :offset 1.3 :scale 1.2 :y-distorsion 1.2)).If no options are provided, default values will be used.

To render them with Blender, you can follow this tutorial by Abe Pazos

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].