Skip to content
View ZaroDev's full-sized avatar
🐒
Studing
🐒
Studing

Highlights

  • Pro

Organizations

@CapybaraStudios @PixelPlaygroundStudio
Block or Report

Block or report ZaroDev

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

Hi there, I'm Víctor! 👋

  • 🌱 Studying Videogame Design and Development at CITM(UPC).
  • 🕹️ Interested in getting an Internship in the video games industry.
  • 💬 Ask me about anything you want!
  • ℹ️ Checkout my portfolio here!

Contact me 📫

victorzaro | Twitter victorzaro | Discord



I'm learning...

C

C#

C++

Flutter

Dart



Tools I use 🔧

C++

Unity

VS

Maya

PS

AI

PP

 

 

GitHub stats

Pinned

  1. WiwaEngine WiwaEngine Public

    Modern, open-source, c++ and OpenGL engine

    C++ 7 2

  2. Ray-tracing Ray-tracing Public

    A ray tracer project

    C++

  3. WhoToastedMrToaster WhoToastedMrToaster Public

    VR experience

    C# 1

  4. C# Blob stream reader and writer cla... C# Blob stream reader and writer classes
    1
        public interface IReader<T>
    2
        {
    3
            T Read(byte[] buff, int offset, ref int size);
    4
        }
    5
        public class Reader<T> : IReader<T>