A TypeScript and WebGL project for the COARV subject at École Centrale de Nantes
This project is the result of the tutorial "Create your own FPS in WebGL" from openclassrooms proposed as of the COARV subject. To learn something else, I configured an webpack project with typescript support and updated some parts of the tutorial code with an update usage of babylon.js.
Make sure you have NodeJS.
- Clone the repo:
git clone https://github.com/iagocaran/COARV-WebGL.git
- Install dependencies
npm install
The project has two targets:
- Build: that will output files in the dist/ directory
npm run build
- Dev: that will launch webpack's devServer
npm run dev
- Victor Mallet for his WebGL tutorial in openclassrooms.