Skip to content
View SteScheller's full-sized avatar
Block or Report

Block or report SteScheller

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
SteScheller/README.md
pub fn singin(things: &mut [State]) {
    // worry(&things[0]);
    for little_thing in things.iter_mut() {
        *little_thing = State::Alright;
    }
}

Pinned

  1. my_volume_renderer my_volume_renderer Public template

    OpenGL based implementation of a volume renderer. For educational purposes...

    C++ 7 3

  2. inpreCICE inpreCICE Public

    In situ visualisation via the preCICE coupling framework

    C++ 4

  3. isolhom isolhom Public

    Implementation of "Salient Iso-Surface Detection with Model-Independent Statistical Signatures" by Shivaraj Tenginakai, Jinho Lee, Raghu Machiraju

    C++

  4. vsfvr vsfvr Public

    Implementation of "View Selection for Volume Rendering" by Udeepta D. Bordoloi and Han-Wei Shen

    C++

  5. GoBoardPlayground GoBoardPlayground Public

    tutorial and demo project code for the Nandland Go Board

    Verilog 1

  6. FestoCodingChallenge2022 FestoCodingChallenge2022 Public

    https://coding-challenge.festo.com/

    Python 1