aparis69
Research Scientist at Adobe. PhD in Computer Graphics. Founding member of Newhead Studio.
LIRISFrance
Pinned Repositories
aparis69.github.io
Desertscapes-Simulation
Source code for the Computer Graphics Forum paper: Desertscapes Simulation. Presented at Pacific Graphics 2019.
Implicit-Volumetric-Terrains
Source code for the TOG paper: Terrain Amplification with Implicit 3D Features. Presented at Siggraph Asia 2019.
Karst-Synthesis
Source code for our Computer Graphics Forum paper: Synthesizing Geologically Coherent Cave Networks
MarchingCubeCpp
A public domain/MIT header-only marching cube implementation in C++ without anything fancy.
Meandering-rivers
Source code for the paper "Authoring and Simulating Meandering Rivers", published at Transactions on Graphics and presented at Siggraph Asia 2023.
Rock-fracturing
Source code for the paper: Modeling Rocky Scenery using Implicit Blocks, published in The Visual Computer and presented at Computer Graphics International 2020.
Segment-Tracing
Source code for the Computer Graphics Forum paper: Segment Tracing Using Local Lipschitz Bounds. Presented at Eurographics 2020.
Space-Invaders
Old school game - C++/SDL/FMOD
Unity-Accessibility-Plug-In
Accessibility plug in for Unity games - proof of concept more than a really usable plug in. Work may be continued in the future.
aparis69's Repositories
aparis69/Segment-Tracing
Source code for the Computer Graphics Forum paper: Segment Tracing Using Local Lipschitz Bounds. Presented at Eurographics 2020.
aparis69/Rock-fracturing
Source code for the paper: Modeling Rocky Scenery using Implicit Blocks, published in The Visual Computer and presented at Computer Graphics International 2020.
aparis69/MarchingCubeCpp
A public domain/MIT header-only marching cube implementation in C++ without anything fancy.
aparis69/Desertscapes-Simulation
Source code for the Computer Graphics Forum paper: Desertscapes Simulation. Presented at Pacific Graphics 2019.
aparis69/Implicit-Volumetric-Terrains
Source code for the TOG paper: Terrain Amplification with Implicit 3D Features. Presented at Siggraph Asia 2019.
aparis69/Karst-Synthesis
Source code for our Computer Graphics Forum paper: Synthesizing Geologically Coherent Cave Networks
aparis69/Meandering-rivers
Source code for the paper "Authoring and Simulating Meandering Rivers", published at Transactions on Graphics and presented at Siggraph Asia 2023.
aparis69/Space-Invaders
Old school game - C++/SDL/FMOD
aparis69/Unity-Accessibility-Plug-In
Accessibility plug in for Unity games - proof of concept more than a really usable plug in. Work may be continued in the future.
aparis69/aparis69.github.io
aparis69/LudumDare33
Ludum Dare 33 video game
aparis69/imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
aparis69/TinyMesh
Tiny mesh visualization interface using Qt and GLSL
aparis69/tinyrender
Quick and dirty debug renderer with imgui integrated.