Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Changed default values and added auto sort at start * Added stepIndex and totalStep to execution Information and allowed for dynamic updating of sort speed * Scaffolding for global sort and renaming of controller elements from 'cell' to 'controller' to accord with Dat.gui's built in types * removed anys for greggman * Safety commit * Adjusted bindGroups and uniform placement and added different visualization of swap regions * Adjusted bindGroups, adjusted uniforms, and added a new visualization of swap regions * Removed pointerEvents from non-interactive gui elements and added atomic account of number of swaps performed during a sort * Made totalSwaps non-interactive :( * Condense information in multiple Gui elements down to single Gui elements * Added thread constraint * Added ability to constrain maximum number of threads/invocations per workgroup, which reflects in the execution information as well * Get rid of todos * Remove unused folder * removed references to threads in main.ts, removed references to removed portions of code, codeMirror for compute shader now displays the .ts file from which the compute shader is constructed rather than a version of the compute shader that takes an arbitrary number of invocationsPerWorkgroup * Removed all references to threads in bitonicCompute.ts * Added new descriptions for each of the settings elements * Implemented most ben-clayton naming suggestions * Fixed minor spacing issue to make prettier happy
- Loading branch information