This repo contains any source code from my past publications. They are also available (along with the author's version documents) on my webpage and on the official website of the AUEB Computer Graphics Group. I also decided to make them available here.
List of papers:
Each paper is placed on its corresponding folder, each one containing GLSL source code and (if available) the runtime demo. The code is provided as is. You are free (and encouraged) to use it at any of your projects, but please cite the corresponding authors. You can always contact me for any information.
All this work was implemented on AUEB CG Group's internal graphics engine, XEngine. A (quite) old version is available here. Since the aforementioned papers are part of the engine's complex codebase, a full C++ demo is not easy to provide and, frankly, it would make each method much more difficult to understand, in terms of clarity. However, if you need one, you can always contact me.
To avoid maintaining code duplicates here and there, additional links for other research material is provided below:
Paper | Link | Description |
---|---|---|
A Survey of Multifragment Rendering - CGF (EG STAR) 2020 | github.com/cgaueb/MFR | Complete MFR repository |
Rayground: An Online Educational Tool for Ray Tracing - EG EDU 2020 | rayground.com | Official Website |