Skip to content
/ oxrti Public

Oxford Reflectance Transformation Imaging Toolset

License

Notifications You must be signed in to change notification settings

ksjogo/oxrti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ca3a3bd · Dec 12, 2020
Jun 14, 2018
Aug 27, 2018
Oct 21, 2019
Aug 28, 2018
Oct 21, 2019
Aug 27, 2018
Oct 21, 2019
Aug 28, 2018
Jun 22, 2018
Oct 21, 2019
Aug 10, 2018
Aug 23, 2018
Jul 17, 2018
Jun 14, 2018
Oct 21, 2019
Jul 30, 2018
Jul 23, 2018
Jul 3, 2018
Jun 14, 2018
Jul 23, 2018
Aug 25, 2018
Dec 12, 2020
Jul 16, 2020
Jun 14, 2018
Jul 4, 2018
Jun 14, 2018
Aug 22, 2018
Jun 15, 2018
Aug 24, 2018
Jul 19, 2018
Aug 24, 2018
Aug 23, 2018
Jul 23, 2018
Jul 23, 2018
Dec 12, 2020

Repository files navigation

oxrti

Background

This is the current development place for new RTI/BRDF software developed inside the Computer Science department at the University of Oxford.

Running It

If you have a local copy of the git repository, a index.html file is present. Opening this should load the latest version of the software. Google Chrome is recommended as the WebGL implementation is more performant and standard conform than Firefox.

Online Copy

Just visit our hosted version for the current master.

Download

Zip including the bundled HTML and JavaScript.

Dev Setup

Prerequisites

  • Node.js in a recent version (v8.9.4 tested)
  • Npm (>=5.6.0) and npx (>=9.7.1) in a recent version
  • Git (in $PATH)

The repository should be ready to go after cloning and npm installing.

git clone https://github.com/ksjogo/oxrti.git
npm install

Then run:

npm start

An oxrti Electron window should open up (tested on MacOS and Windows only).

Or access the webpack dev server inside your browser after:

npm run-script startweb

Then open http://localhost:3000 inside your browser.

Test Files

If you have a full checkout, some data files are inside the data directory. Otherwise run

git submodule update --init

to download them.

Build Servers

  • GNU/Linux and OSX status: unix status
  • Windows: windows status

Development

Please enable the build pre-commit hook

ln -s -f ../../scripts/precommit.js .git/hooks/pre-commit