Skip to content
View kririae's full-sized avatar
:shipit:
R&D
:shipit:
R&D

Highlights

  • Pro

Block or report kririae

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
kririae/README.md

Hi! I'm krr 👋

🚀 AMBER - Multi-GPU Aerodynamics Simulator

A visualization of velocity (left) and vorticity (right) magnitude fields from a transient Lattice Boltzmann simulation of the DrivAer model by AMBER, using a 3.5mm grid spacing and 8 lattice resolution, executed on 2 GPUs.

🎨 FLux - GPU Offline Renderer

Two image views rendered by FLux, featuring a modified Porsche 911 GT3 R model. (Model courtesy of Marvin Lübke on BlenderArtists)

Get the original images here and here.

I'm interested in Aerodynamics and Graphics.

Pinned Loading

  1. mimp 0.1.1, the man in the middle proxy mimp 0.1.1, the man in the middle proxy
    1
    #define FMT_HEADER_ONLY
    2
    #include <fmt/chrono.h>
    3
    #include <fmt/core.h>
    4
    #include <fmt/ostream.h>
    5
    
                  
  2. mimp-rs mimp-rs
    1
    use std::io;
    2
    use std::net::IpAddr::{V4, V6};
    3
    use std::net::{Ipv4Addr, Ipv6Addr};
    4
    use std::sync::Arc;
    5
    use std::time::Instant;