0.35.0 • Published 20 days ago

@giro3d/giro3d v0.35.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
20 days ago

Supported data sources

giro3d is powered by OpenLayers for maps, and Three.js for 3d assets, and can be easily extended to support more. Below is a non-exhaustive list of supported data sources.

Maps

Elevation data

Vector data

3D assets

Getting started

To install with npm (recommended method):

npm install --save @giro3d/giro3d

This package contains transpiled sources of giro3d (compatible with most browsers).

If you're using a module bundler (like wepback) or plan on targeting recent enough browser, you can directly import it as such:

import Instance from '@giro3d/giro3d/Core/Instance.js';

You can also import the original, untranspiled sources, by adding src after @giro3d/giro3d/ :

import Instance from '@giro3d/giro3d/src/Core/Instance.js';

This will probably limit browser compatibility though, without application specific process or loader. Also, non .js files (such as .glsl files) will need to be inlined at client application level.

From a release bundle

See our release page.

With npm link

This is handy if you need to develop on giro3d alongside your project. You need to first prepare the package folder and link from there:

npm run build-package
cd build/giro3d
npm link
# then in your project folder
npm link @giro3d/giro3d

To ease development, files can be automatically transpiled on modification with the watch script :

npm run watch

Each time a source file is modified, this script will transpile it in the build folder.

Tests

To run the test suite:

npm test

API documentation and examples

Browse the API Documentation documentation or check the examples.

Contributors

giro3d has received contributions from people listed in CONTRIBUTORS.md. If you are interested in contributing to giro3d, please read CONTRIBUTING.md.

Support

giro3d is the successor of iTowns, an original work from IGN and MATIS research laboratory. It has been funded through various research programs involving the French National Research Agency, Cap Digital, The Sorbonne University, Mines ParisTech, CNRS, IFSTTAR.

giro3d is currently maintained by Oslandia.

0.36.0-raycast.0

20 days ago

0.35.0

1 month ago

0.35.0-beta.2

1 month ago

0.35.0-beta.1

1 month ago

0.35.0-beta.0

1 month ago

0.34.2

2 months ago

0.34.1

2 months ago

0.34.0

2 months ago

0.33.1

3 months ago

0.33.0-beta.1

3 months ago

0.33.0-beta.2

3 months ago

0.33.0

3 months ago

0.33.0-beta.0

3 months ago

0.32.3-memory.0

5 months ago

0.32.2

5 months ago

0.32.1

5 months ago

0.27.1-demo.1

9 months ago

0.28.0-beta.1

8 months ago

0.28.0-beta.2

8 months ago

0.27.0-alpha.1

10 months ago

0.28.0-beta.0

9 months ago

0.28.0-beta.3

8 months ago

0.32.0

5 months ago

0.30.0

6 months ago

0.29.0

6 months ago

0.27.0

9 months ago

0.29.0-demo.1

6 months ago

0.31.0

5 months ago

0.28.0-demo.1

8 months ago

0.28.0

8 months ago

0.28.0-demo.9

8 months ago

0.26.0

11 months ago

0.25.1-preview.0

11 months ago

0.25.0-wfsmesh.1

11 months ago

0.25.0

12 months ago

0.24.1

1 year ago

0.24.0

1 year ago

0.21.0

1 year ago

0.23.1

1 year ago

0.23.0

1 year ago

0.22.1

1 year ago

0.22.0

1 year ago

0.20.1

1 year ago

0.20.0

1 year ago

0.19.0

1 year ago

0.19.1

1 year ago

0.18.0

1 year ago

0.14.0-beta.0

1 year ago

0.14.0-beta.1

1 year ago

0.14.0-beta.2

1 year ago

0.11.0

1 year ago

0.12.0

1 year ago

0.13.0

1 year ago

0.14.0

1 year ago

0.15.0

1 year ago

0.16.0

1 year ago

0.17.0

1 year ago

0.10.0

1 year ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.5.0

2 years ago

0.6.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.2.0-next

2 years ago

0.1.0-beta1

2 years ago