Skip to content

A basic 3D scene implemented with various engines, frameworks or APIs.

License

Notifications You must be signed in to change notification settings

TheMrIron2/herebedragons

 
 

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.

The following versions are currently available:

The following versions are (tentatively) planned:

  • Vulkan, DirectX, OpenGL ES
  • other console hardwares
  • another raytracing

In the directory of each version, one can find the source code, the corresponding ressources (as each method has its own format/quality constraints), along with a readme describing the method and a few examples. The only exception is the OpenGL project, which is described below.

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. The initial 3D models and textures are contained in the OpenGL ressources directory.

Other implementations

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

OpenGL

The OpenGL version (available here) is the initial reference version. It is based on the OpenGL 3 features set, with the programmable pipeline, and use glfw3 for accessing the windowing system, user inputs,... It should be compatible with macOS, Windows and Ubuntu.

The following features are implemented:

  • meshes and textures loading
  • Phong shading/ per-pixel lighting
  • Normal and specular mapping
  • Skybox
  • Environment cubemap for reflections
  • Keyboard-controlled camera
  • Variance shadow mapping
  • Parallax mapping
  • FXAA anti-aliasing
  • Custom internal rendering resolution

The program is part of a more general tutorial project, available at GL_Template (might evolve with time).

About

A basic 3D scene implemented with various engines, frameworks or APIs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 66.5%
  • C++ 20.8%
  • Objective-C 11.2%
  • C# 0.5%
  • JavaScript 0.3%
  • Lua 0.3%
  • Other 0.4%