Skip to content
View tgfrerer's full-sized avatar

Highlights

  • Pro

Organizations

@openframeworks @Flightphase @recursecenter @res15-opengl @openframeworks-vk
Block or Report

Block or report tgfrerer

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. island island Public

    🌋🐎 Project Island is an experimental, hot-reloading Vulkan Renderer for Linux and Windows, written in C/C++.

    C++ 1k 39

  2. openframeworks/openFrameworks openframeworks/openFrameworks Public

    openFrameworks is a community-developed cross platform toolkit for creative coding in C++.

    C++ 9.9k 2.6k

  3. ofxPlaylist ofxPlaylist Public

    (maintained) Keyframe animation library for openFrameworks - compatible with openFrameworks 0.8 +

    C++ 46 13

  4. Generate bitonic merge sort network ... Generate bitonic merge sort network based on number of sortable items n, and workgroup size.
    1
    This command-line utility generates a bitonic merge sort network based on number of sortable items n, and workgroup size. 
    2
    
                  
    3
    Choose workgroup size to be ==n for an ideal sorting network. Number of sortable elements n must be power of two. 
    4
    
                  
    5
    In-depth discussion, GPU implementation, and context for this code: https://poniesandlight.co.uk/reflect/bitonic_merge_sort/