Skip to content
View MorcilloSanz's full-sized avatar
🎯
Always learning
🎯
Always learning
Block or Report

Block or report MorcilloSanz

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

About me

I'm a software developer specialized in graphics programming and maths

Pinned

  1. RendererGL RendererGL Public

    Cross platform 3D renderer in C++ and OpenGL with lighting, shadows and materials.

    C++ 144 14

  2. PathTracing-Notes PathTracing-Notes Public

    Brief notes of Monte Carlo path tracing, explaining the math behind it in order to implement it in any programming language.

    GLSL 2

  3. tensor tensor Public

    Tensor algebra library in a single header file in C11 for graphics programming, machine and deep learning and physics.

    C 1

  4. AnisotropicDiffusion-Image AnisotropicDiffusion-Image Public

    Solving the Anisotropic Diffusion equation for image smoothing.

    C++ 2 1

  5. Brainfuck-Studio Brainfuck-Studio Public

    Brainfuck interpreter and debugger for Windows and Linux.

    Java 4 1

  6. LinearRegression LinearRegression Public

    Linear regression and gradient descent in C++17

    C++