dallinbeutler / aardvark.rendering

The dependency-aware, high-performance aardvark rendering engine. This repo is part of aardvark - an open-source platform for visual computing, real-time graphics and visualization.

Home Page:https://aardvarkians.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status Build Status Join the chat at https://gitter.im/aardvark-platform/Lobby license

The Aardvark Platform | Platform Wiki | aardvark.rendering Examples | Technical Walkthrough and Examples | Platform Examples | Gallery | Quickstart | Status

Aardvark.Rendering is part of the open-source Aardvark platform for visual computing, real-time graphics and visualization. This repository heavily builds on datastructures and tools from aardvark.base. The engine can be used standalone or using aardvark.media which provides purely functional ELM style application abstraction.

Alt text

The aardvark rendering engine was the vital spark which finally led to the complete ecosystem of libraries, we now call aardvark-platform. The engine as such was born in 2006. At that time, the engine was written mostly in C# (which was rather unusual in a world of highly optimized C++ engines). Later we more and more moved towards functional programming. In various rewrites we modernized the engine over and over again. Now most code is written in F#. The unique features of the engine are:

  • The engine tries to bridge the gap between efficiency and high-level easy to use abstractions. We used a lot of energy to get out good performance for a lot cases. We did a lot but we look forward to getting better and better in this regard. This video demonstrates the rapid prototyping features of aardvark.
  • It is used in applied research and industry but it is also used as vehicle for basic research.
  • The engine heavily embraces incremental computation. Rendering engines typically use some form of scene description which is then interpreted by the rendering kernel. The interpretation of large scenes quickly becomes a bottleneck. Aardvark by contrast tracks all changes in the scene description and automatically updates affected parts in the incrementally maintained optimization datstructures. The approach was published in a paper An Incremental Rendering VM. The scene graph concept and implementation is published in the paper Attribute Grammars for Incremental Scene Graph Rendering.
  • The engine currently has two backends: OpenGL and Vulkan, runs on netstandard and is basically platform independent
  • Not like classic rendering engines, the aardvark rendering engine does not provide any tooling such as level editors etc. but lives from the aardvark platform as whole which provides tools to create customized tooling for various needs.
  • Aardvark does not understand light, shadows or particular material workflows as in most game engines. Instead, the codebase provides a rich set of tools to customize those features to fit the needs.
  • For application and UI programming we recommend to climb the abstraction ladder up towards aardvark.media which provides easy-to-use ELM style API to both UI and high-performance computer graphics.

We are constantly looking for cool contributions ideas etc! Meet us on gitter

To list some, the most important packages found on nuget are:

  • Aardvark.Base.Rendering
  • Aardvark.Rendering.GL
  • Aardvark.Rendering.Vulkan
  • Aardvark.SceneGraph
  • Aardvark.Application.WPF.GL
  • Aardvark.Application.WPF
  • Aardvark.Application.WinForms.GL
  • Aardvark.Application.WinForms.Vulkan
  • Aardvark.Application.WinForms
  • Aardvark.Application
  • Aardvark.GPGPU
  • Aardvark.Application.OpenVR
  • Aardvark.Application.Slim
  • Aardvark.Application.Slim.GL
  • Aardvark.Application.Slim.Vulkan
  • Aardvark.Rendering.Text
  • Aardvark.SceneGraph.IO

About

The dependency-aware, high-performance aardvark rendering engine. This repo is part of aardvark - an open-source platform for visual computing, real-time graphics and visualization.

https://aardvarkians.com/

License:Other


Languages

Language:F# 85.7%Language:C 9.6%Language:GLSL 3.5%Language:C++ 1.0%Language:C# 0.2%Language:Makefile 0.0%Language:Batchfile 0.0%Language:Shell 0.0%