shivmsit / Castor3D

Multi-OS 3D engine.

Home Page:http://dragonjoker.github.io/Castor3D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server Result
AppVeyor Build Status

Castor3D

Castor3D is a 3D engine written in C++ 17.
It works on Windows and also on GNU/Linux.
It relies on RendererLib as a rendering API, allowing Vulkan, OpenGL 3.X and OpenGL 4.X.
It is still a work in progress, feel free to contribute!

Features

  • Deferred rendering.
  • Normal mapping.
  • Parallax Occlusion mapping.
  • Screen Space Ambient Occlusion (using Scalable Ambiant Obscurance implementation).
  • Shadow Mapping (allowing to choose between Raw, PCF or Variance Shadow Maps).
  • Reflection/Refraction Mapping.
  • PBR rendering (Metallic and Specular workflows), and Legacy rendering.
  • HDR rendering with various tone mapping operators.
  • Screen Space Subsurface Scattering (without backlit transmittance yet).
  • Volumetric Light Scattering for directional light source projecting shadows.
  • Cascaded Shadow Maps for directional light sources.
  • Frustum culling.
  • Scene graph.
  • Modular architecture through plug-ins.
  • Shaders are generated automatically from material and pass configuration.
  • Shaders are writable directly from C++ code.

Implemented Plug-ins

Renderers

  • VkRenderSystem.
  • Gl3RenderSystem.
  • Gl4RenderSystem.

Importers

  • ASSIMP: Multiple format mesh importer.
  • PLY: Stanford Polygon library mesh importer.
  • OBJ: Wavefront OBJ mesh importer.

Dividers

  • Loop subdivision surfaces.
  • Phong tessellation.
  • PN-Triangles surfaces.

PostEffects

  • Bloom: HDR Bloom implementation.
  • FilmGrain: To display some grain on the render.
  • GrayScale.
  • LightStreaks (using Kawase Light Streaks).
  • FXAA Antialiasing.
  • SMAA Antialiasing (1X and T2X so far).
  • Linear Motion Blur.

Generators

  • DiamondSquareTerrain: to generate terrains inside Castor3D scenes, using diamond-quare algorithm.

Generic

  • CastorGUI: to build GUIs inside Castor3D scenes.

ToneMappings

  • LinearToneMapping: Default tone mapping.
  • HaarmPieterDuikerToneMapping: Haarm Pieter Duiker tone mapping.
  • HejlBurgessDawsonToneMapping: Hejl Burgess Dawson tone mapping.
  • ReinhardToneMapping: Reinhard tone mapping.
  • Uncharted2ToneMapping: Uncharted 2 tone mapping.

Other applications

  • CastorViewer: A scene viewer based on Castor3D.
  • CastorMeshConverter: A converter from various mesh files to Castor3D mesh format.
  • CastorMeshUpgrader: Upgrades from earlier versions of Castor3D mesh format to the latest one.
  • ImgConverter: Allows you to convert any image file type to XPM or ICO.

Sponza Cerberus Park, Legacy Park, PBR Nyra, PBR SanMiguel, PBR

Links

Contact

You can rech me on the Discord server dedicated to my projects: DragonJoker's Lair

About

Multi-OS 3D engine.

http://dragonjoker.github.io/Castor3D

License:MIT License


Languages

Language:C++ 75.3%Language:C 21.0%Language:CMake 2.3%Language:GLSL 1.1%Language:Python 0.2%Language:Shell 0.0%Language:Batchfile 0.0%Language:Objective-C++ 0.0%