Skip to content
View tpokalch's full-sized avatar

Block or report tpokalch

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

Popular repositories Loading

  1. RT RT Public

    This is a somewhat complex raytracing implementation. It supports reflection, transparency, light spots, multiple light sources, complex objects, textures, CPU multi-threading, and soft shadows.

    C 7

  2. FdF FdF Public

    This project is about creating a simplified 3D graphic representation of a relief landscape, whose points are parsed from a given file. The program makes use of linear algebra to support rotation a…

    C

  3. Fract-ol Fract-ol Public

    This project is meant to create graphically beautiful interactive Julia Sets, Mandelbrot and other fractals. Multi-threading is implemented to boost the performance.

    C

  4. Abstract-VM Abstract-VM Public

    A project to study design patterns. It uses a stack of interface objects to hold variables of different types. The objective was to write template binary operators that could work with any of the i…

    C++

  5. Fillit Fillit Public

    Implementation of recursive backtracking to find the smallest square that contains given tetriminos.

    C

  6. Libft Libft Public

    Recoding 70 standart functions

    C