tommadams / jsraider

A WebGL2 Tomb Raider engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsRaider

A WebGL Tomb Raider engine written in TypeScript.

Engine screenshot

If you're interested in open-source Tomb Raider engines, you should probably check out OpenTomb or OpenLara, which are more fully featured.

jsRaider is just my hobby project for tinkering with. The focus of jsRaider is on a PS1 inspired aesthetic but with no visible aliasing. This actually requires a fair amount of care and feeling with regards to texture sampling & filtering.

Installation

Clone with git clone --recurse-submodules git@github.com:tommadams/jsraider.git

Compile with tsc -w

About

A WebGL2 Tomb Raider engine

License:MIT License


Languages

Language:TypeScript 91.6%Language:GLSL 3.8%Language:HTML 2.7%Language:C++ 1.3%Language:CSS 0.4%Language:NASL 0.2%Language:RenderScript 0.0%