All Projects → gokselgoktas → structured-volume-sampling

gokselgoktas / structured-volume-sampling

Licence: MIT License
A clean room implementation of Structured Volume Sampling by Bowles and Zimmermann in Unity

Programming Languages

C#
18002 projects
GLSL
2045 projects

Projects that are alternatives of or similar to structured-volume-sampling

FluidX12
Authors' implementation of our SIGGRAPH Asia 2021 Technical Communications (Viewport-Resolution Independent Anti-Aliased Ray Marching on Interior Faces in Cube-Map Space) demo I. Fast volume rendering using our novel ray marching with smoke simulations by Eulerian grid method for solving Navier-Stokes equation.
Stars: ✭ 26 (-3.7%)
Mutual labels:  volume-rendering, ray-marching
unity-raymarcher
Real-time ray marching shaders in Unity
Stars: ✭ 28 (+3.7%)
Mutual labels:  graphics-programming, ray-marching
sdf-ray-marching
A simple project showing how to integrate a signed distance field ray marcher into Unity's deferred shading pipeline
Stars: ✭ 22 (-18.52%)
Mutual labels:  graphics-programming, ray-marching
qpmad
ROS-compatible Eigen-based Goldfarb-Idnani quadratic programming solver
Stars: ✭ 41 (+51.85%)
Mutual labels:  optimization
TSSKit-Threshold-Signature-Scheme-Toolkit
The project is open-sourced and funded by Binance Lab.
Stars: ✭ 70 (+159.26%)
Mutual labels:  optimization
yoga-image-optimizer
A graphical tool to convert and optimize JPEG, PNG and WebP images (based on YOGA)
Stars: ✭ 85 (+214.81%)
Mutual labels:  optimization
Network-Distributed-Algorithm
Experiments for distributed optimization algorithms
Stars: ✭ 29 (+7.41%)
Mutual labels:  optimization
toy code
No description or website provided.
Stars: ✭ 78 (+188.89%)
Mutual labels:  optimization
Procedural-Generation
An Overview of Procedural Generation Techniques and Applications
Stars: ✭ 23 (-14.81%)
Mutual labels:  noise
bio ik
MoveIt kinematics_base plugin based on particle optimization & GA
Stars: ✭ 104 (+285.19%)
Mutual labels:  optimization
dmipy
The open source toolbox for reproducible diffusion MRI-based microstructure estimation
Stars: ✭ 58 (+114.81%)
Mutual labels:  optimization
libcaesium
The Caesium compression library written in Rust
Stars: ✭ 58 (+114.81%)
Mutual labels:  optimization
eqsat
A language-generic implementation of equality saturation in Haskell
Stars: ✭ 15 (-44.44%)
Mutual labels:  optimization
awesome-go-perf
A curated list of Awesome Go performance libraries and tools
Stars: ✭ 232 (+759.26%)
Mutual labels:  optimization
autogoal
A Python framework for program synthesis with a focus on Automated Machine Learning.
Stars: ✭ 153 (+466.67%)
Mutual labels:  optimization
Ftrl-FFM
Field-aware factorization machine (FFM) with FTRL
Stars: ✭ 25 (-7.41%)
Mutual labels:  optimization
tungsten
Bring fusion to everyone
Stars: ✭ 13 (-51.85%)
Mutual labels:  optimization
Yggdrasil-Legacy
Experimental Vulkan Renderer / Game Engine written in C++20.
Stars: ✭ 20 (-25.93%)
Mutual labels:  graphics-programming
PyQt-Sqlite-Project-CURD
Pyqt SQLite Project Have Features like Login, Add, Delete, Search, Update, Show the Students. In this, I show all the CURD operations of the Program. All Project is well represented and with interactive Toolbar & Menu bar. The database is included in the repository.
Stars: ✭ 41 (+51.85%)
Mutual labels:  graphics-programming
dfogn
DFO-GN: Derivative-Free Optimization using Gauss-Newton
Stars: ✭ 20 (-25.93%)
Mutual labels:  optimization

Structured Volume Sampling

This project explores Structured Volume Sampling; a method introduced by Bowles and Zimmermann for minimizing aliasing when ray marching unbounded volumetrics in real-time. The algorithm functions by sampling the volume from implicit planes located at fixed world-space positions. This is in contrast to the more traditional approach where the sampling planes move with the camera, leading to severe aliasing.

Structured Volume Sampling

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].