项目作者: pvallet

项目描述 :
Procedural architecture generator
高级语言: C++
项目地址: git://github.com/pvallet/CGA_interpreter.git
创建时间: 2015-11-09T09:21:13Z
项目社区:https://github.com/pvallet/CGA_interpreter

开源协议:

下载


CGA_interpreter

This program is a procedural architecture generator inspired by CGA and CGA++ grammars
https://www.cs.purdue.edu/homes/aliaga/cs535-12/lectures/grammars/proc-mod-bldgs.pdf
http://research.michael-schwarz.com/publ/2015/cgapp/

For more details read report.pdf

The current project is built only for GNU/Linux. It requires:

  1. flex
  2. bison
  3. libcgal-dev

You can also use meshlab to visualize the .obj generated files. You’ll need version 1.3.3 or higher as in 1.3.2, the import of OBJs is broken.

To build, create the necessary object folders for the first time

  1. make obj

Then run

  1. make gen_parsers
  2. make