Skip to content
View andrei-g99's full-sized avatar
💭
real numbers are not real
💭
real numbers are not real

Block or report andrei-g99

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 Loading

  1. merging-orbits merging-orbits Public

    N-body gravitational simulator where object collisions are handled by a simplified body merger heuristic. GPU Acceleration with CUDA.

    Python

  2. fortress-cli fortress-cli Public

    Open source file encryption command-line tool using AES-256 with CBC

    Rust

  3. rocket-sim rocket-sim Public

    Rocket simulator

    Python

  4. raytracer raytracer Public

    A 3D Ray Tracing engine capable of working with sphere objects, basic shading with light occlusion, multiple light sources and anti-aliasing. Includes it's own math library for vector and 3x3 matri…

    C++ 1

  5. FractalGen FractalGen Public

    Fractal image generator in C++

    C++ 1

  6. renderer-3d renderer-3d Public

    A 3D rasterization renderer that can output images or a live window, features include: light sources, cube objects, basic shader algorithm. Self contained math library with vectors and 3x3 matrices.

    C++