A Web-based Approach for Quick Procedural 3D Reconstructions of Buildings
@inproceedings {10.2312:egs.20231001,
booktitle = {Eurographics 2023 - Short Papers},
editor = {Babaei, Vahid and Skouras, Melina},
title = {{Quick-Pro-Build: A Web-based Approach for Quick Procedural 3D Reconstructions of Buildings}},
author = {Bohlender, Bela and Mühlhäuser, Max and Guinea, Alejandro Sanchez},
year = {2023},
publisher = {The Eurographics Association},
ISSN = {1017-4656},
ISBN = {978-3-03868-209-7},
DOI = {10.2312/egs.20231001}
}
npm install
to install the library dependenciesnpm run build
to build the cgv librarycd web
to move into the frontend foldernpm run install
to install the frontend dependenciesnpm run dev
to start the frontend
now access http://localhost:3000/cgv to access the respective domain editor
src
contains the source code for the core library including the domains insrc/domains
web
contains the frontend code in react (the pages for the respective editors)