An open API service indexing awesome lists of open source software.

https://github.com/siimer/realtimepixelsort

A repository to explore pixel sorting in realtime. Contains a few interactive demos with some of my ideas. Done using Unity.
https://github.com/siimer/realtimepixelsort

compute pixelsort pixelsorting realtime unity

Last synced: 7 months ago
JSON representation

A repository to explore pixel sorting in realtime. Contains a few interactive demos with some of my ideas. Done using Unity.

Awesome Lists containing this project

README

          

# RealtimePixelSort
The main idea of how it works is that the image is post processed after rendering using Compute shaders. Per object pixelsorting may have to be done using regular fragment/vertex shaders.