Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.14 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.14 KB

COARV-WebGL

A TypeScript and WebGL project for the COARV subject at École Centrale de Nantes

Introduction

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.

Getting started

Built with

Installation

Make sure you have NodeJS.

  1. Clone the repo:
git clone https://github.com/iagocaran/COARV-WebGL.git
  1. Install dependencies
npm install

Usage

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

Contact

Credits