What's Next?
That concludes our luma.gl tutorial series. If you went through the full set of tutorials, you've taken a deep dive into some of luma.gl's more powerful features, including instanced drawing, shader modules and composition, and transform feedback.
To dig deeper into the current API, browse the
examples/tutorials,
examples/api, and
examples/integrations
directories in the repository. The same examples are also available on the
website.
To run one of the examples locally, clone the luma.gl repo and start an example from its own directory:
git clone git@github.com:visgl/luma.gl.git
cd luma.gl/examples/tutorials/hello-cube
yarn
yarn start
This starts a local development server and opens the example in your browser.
The main application code typically lives in app.ts, and Vite will reload the
page automatically whenever you edit the source.
Happy exploring!