Skip to content
View adambigg-s's full-sized avatar
🕦
🕦
  • West Lafayette, Indiana
  • 16:12 (UTC -04:00)

Block or report adambigg-s

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. path-tracing path-tracing Public

    implementing path tracing on the CPU in C to learn about it. i want to eventually switch my renderer to path tracing if it looks good because indirect lighting is so damn difficult otherwise

    C 12 1

  2. render-context render-context Public

    fully terminal based satellite tracking. true 3d rendering, raytraced lighting and realtime updates

    C++ 5

  3. helix-editor/helix helix-editor/helix Public

    A post-modern modal text editor.

    Rust 38.4k 2.9k

  4. odesolvers odesolvers Public

    a basic numerical ODE solver using Runge-Kutta 4 and RK5 in Rust as an alternative to ode45

    Rust