PDA

View Full Version : Procedural Tree Generator



Jimmy Valavanis
24-12-2018, 07:36 AM
PTree is a small application that creates random (procedural generated) tree meshes, depending on various input parameters.

Donwloads: Version 1.0.1 (https://sourceforge.net/projects/procedural-tree-generator/files/PROCEDURAL_TREE_GENERATOR_1.0/) (Windows executable & full source code)

Features:
-Random mesh generation
-Export model in .obj model format
-Export screenshots to disk
-Export screenshots to clipboard
-Multiple Undo/Redo

License:
Since tit is based on previous work (https://github.com/jarikomppa/proctree and https://github.com/supereggbert/proctree.js) it uses the same license as the original work.
See LICENSE.txt inside the downloads for more information.

Screenshots:
https://i.postimg.cc/RhXXk32S/Image1.jpg

Chebmaster
03-01-2019, 03:44 PM
Very nice :)

Not usable for me because it's not LGPL-compatible, but serves as excellent playground for getting ideas (and knowing what parameters to use) for when I'd eventually have to implement a built-in tree-generator in my own engine.

farcodev
11-01-2019, 12:05 AM
Wow Pretty cool! It reminds me an old tree generator from the 2000-2005 era, even if I don't remember it's name...it wasn't proctree for sure.


"3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission."

Ouch, not for me too then. :(

NOUR
13-02-2019, 06:48 PM
PTree is a small application that creates random (procedural generated) tree meshes, depending on various input parameters.

Donwloads: Version 1.0.1 (https://sourceforge.net/projects/procedural-tree-generator/files/PROCEDURAL_TREE_GENERATOR_1.0/) (Windows executable & full source code)

Features:
-Random mesh generation
-Export model in .obj model format
-Export screenshots to disk
-Export screenshots to clipboard
-Multiple Undo/Redo

License:
Since tit is based on previous work (https://github.com/jarikomppa/proctree and https://github.com/supereggbert/proctree.js) it uses the same license as the original work.
See LICENSE.txt inside the downloads for more information.

Screenshots:
https://i.postimg.cc/RhXXk32S/Image1.jpg


Wow Pretty cool! It reminds me an old tree generator from the 2000-2005 era Lucky Patcher (https://inro.in/lucky-patcher/) 9Apps (https://inro.in/9apps/) VidMate (https://inro.in/vidmate/), even if I don't remember it's name...it wasn't proctree for sure.


"3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission."

Ouch, not for me too then. :(


So basically, you're sharing a tool and its source code, then, you're asking people to get a "written permission" before using it ?
My guess ? That's not what you want and you have taken an existing Licence file.
My suggestion ? Just put its LGPL and watch it beeing used to create amazing things.