Skip to content

hchoi405/nori-hj

This branch is 3 commits ahead of, 4 commits behind wjakob/nori:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 4, 2021
12743da · Nov 4, 2021

History

35 Commits
Feb 18, 2021
Jun 23, 2021
Nov 4, 2021
Jan 28, 2020
Nov 4, 2021
Nov 4, 2021
Jan 29, 2020
Feb 17, 2021
Oct 24, 2021
Feb 26, 2021
Jun 23, 2021

Repository files navigation

CS440 Banner

Nori Version 2

Build status

Nori is a simple ray tracer written in C++. It runs on Windows, Linux, and Mac OS and provides basic functionality that is required to complete the assignments in the course Advanced Computer Graphics taught at EPFL.

Course information and framework documentation

For access to course information including slides and reading material, visit the main Advanced Computer Graphics website. The Nori 2 framework and coding assignments will be described on the Nori website.

Note to researchers and students from other institutions

Last year's version of Nori including a full set of assignment descriptions can be found in the following archive.

Known Issues

There is a known issue with the NanoGUI version that Nori uses: on Linux systems with an integrated Intel GPU, a bug in the Mesa graphics drivers causes the GUI to freeze on startup. A workaround is to temporarily switch to an older Mesa driver to run Nori. This can be done by running

export MESA_LOADER_DRIVER_OVERRIDE=i965

About

Nori: an educational ray tracer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.3%
  • CMake 5.2%
  • Python 4.5%