Skip to content

kosua20/herebedragons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

27d9645 · Mar 23, 2024
Aug 1, 2017
Feb 20, 2024
Feb 27, 2024
Feb 20, 2024
Jun 3, 2017
Jun 6, 2021
Dec 8, 2018
Jul 17, 2023
Jul 19, 2018
Mar 16, 2017
Aug 5, 2020
Jan 6, 2018
Mar 23, 2024
Oct 22, 2017
Aug 5, 2020
Jul 21, 2023
Jul 27, 2023
May 15, 2021
Aug 5, 2020
Aug 1, 2017
Jul 17, 2023
Mar 9, 2024
Jul 19, 2019
Aug 1, 2017
Jul 27, 2023
Aug 1, 2017
Feb 26, 2024
Jul 19, 2019

Repository files navigation

Here be dragons

Hic sunt dracones.

This repository contains multiple implementations of the same 3D scene, using different APIs and frameworks on various platforms. The goal is to provide a comparison between multiple rendering methods. This is inherently biased due to the variety of algorithms used and available CPU/GPU configurations, but can hopefully still provide interesting insights on 3D rendering. You can check a video of most versions runnning here (Youtube)

The following versions are currently available:

The following versions are (tentatively) planned:

  • OpenGL ES
  • other console hardwares
  • other engines
  • another raytracing approach

In the directory of each version, you can find the source code, the corresponding resources (as each method has its own format/quality constraints), along with a readme describing the method and a few examples.

Resources

The scene is composed of four main elements:

  • a plane representing the ground, with a pavement texture.
  • a dragon (the Stanford dragon).
  • a monkey head ('Suzanne') rotating around its vertical axis.
  • a skybox surrounding the scene, textured with a cloudy sky.

Additionally, the sun is simulated by using a directional light, and the camera should be able to rotate around the scene. Note that some versions might provide additional effects, such as soft shadow maps, parallax mapping or screen space ambient occlusion. The initial 3D models and textures are contained in the opengl/resources directory.

Other implementations

Here you can find implementations using some of the above APIs combined with other programming languages, submitted by awesome people!