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

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. island island Public

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

    C++ 941 39

  2. openframeworks/openFrameworks openframeworks/openFrameworks Public

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

    C++ 9.8k 2.5k

  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/