/startuphack-meetup-intro-to-3d

Code for Hands-on Introduction to 3D on the web

Primary LanguageTypeScript

Simple Minecraft Clone Using BabylonJS

Code examples are shown in the presentation Hands-on introduction to 3D.

The project is intended to be a fun introduction to babylonJS.

Feel free to fork it and play around!

Dependencies

First time

Install all dependencies. From the root run

npm install

Run an example

Each subfolder in src-folder is runnable with added functionality. Run with the command below, change __subfolder__ to the folder you want to run.

npm run start src/__subfolder__

More resourcces

Disclaimer

This project is for educational pourpose only.