mmitch / roomplanner

calculation tool for room refurbishments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RoomPlanner

Build Status Coverage Status GPL 3+

about

A little calculation tool for room refurbishments that is able to calculate floor, ceiling and wall areas from a given room description.

The project homepage is at https://github.com/mmitch/roomplanner/

usage

Run the RoomPlanner main class (gradle run should suffice).

There is no configuration parser yet, so you'll have to edit RoomPlanner.java to enter other dimensions or room setups.

dependencies

While the test suite needs at least Java 8, the code itself should run on older versions as well (but I did not test this).

TODOs

  • finish 3D export to visualize the parsed room (Extensions still missing)

copyright

RoomPlanner - calculation tool for room refurbishments
Copyright (C) 2016 Christian Garbs mitch@cgarbs.de
Licensed under GNU GPL v3 (or later)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

About

calculation tool for room refurbishments


Languages

Language:Java 100.0%