Skip to content
View MatheusBurda's full-sized avatar

Block or report MatheusBurda

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
MatheusBurda/README.md

Hi there, I'm Matheus Burda

  • I'm a Computer Engineering student at Federal University of Technology - Paraná.
  • I'm passionate about programming, electronics and now started mountain biking 🚴
  • I'm currently learning micro-services and distributed systems
  • I'm 26 years old and live in Curitiba - Paraná, Brazil

How to reach me:

alt text alt text alt text alt text alt text

Here you can check some of my projects:

Pinned Loading

  1. BallCollision BallCollision Public

    This is a sumulation of 3D elastic collision between balls inside a closed box, by conserving their kinetic energy. Built using Python and PyOpenGL alongside with GLUT to draw the shapes on the scr…

    Python 4 1

  2. MatheusBurda.github.io MatheusBurda.github.io Public

    This is my personal portifolio website, built to display some of the projects I created and the skills I developed throughout my life. It was made in React and Typescript and integrated with the Gi…

    TypeScript 1

  3. sudokuSolver sudokuSolver Public

    This project is a Sudoku Solver made in C using Back-Tracking. It reads a sudoku table from the board.txt file and generates a valid solution for it, or returns a error message showing that the sud…

    C

  4. Desert Desert Public

    A C++ Object Oriented game made using the SFML library, for a series of videos giving insights to future students of Programing Techniques course at UTFPR.

    C++ 3 1

  5. king king Public

    A C++ Object Oriented game made using the SFML library, for the Programing Techniques course at UTFPR.

    C++ 2 1

  6. feeder feeder Public

    Feeder is an IOT project, which goal is to automatically feed pets. A ReactNative APP was developed to set the feeding times, in addition to an API that saves and transmits this information to an E…

    TypeScript