Skip to content

webappgames/gridbuilding

Repository files navigation

This project was made a long time ago. So expect not very updated stuff.

GridBuilding

Generate 3D buildings from ASCII string.

Install via NPM

GridBuilding is published on NPM with full typing support. To install use

npm install gridbuilding --save

This will allow you to import GridBuilding entirely using:

import * as GridBuilding from 'gridbuilding';

or individual classes using:

import { Building } from 'babylonjs';

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published