Skip to content

iagocaran/COARV-WebGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published