Skip to content
View justcore69's full-sized avatar
๐Ÿ‘€
Looking for ideas
๐Ÿ‘€
Looking for ideas
Block or Report

Block or report justcore69

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

๐Ÿ‘‹ Hi, Iโ€™m Andrey


Currently do:

  • :feelsgood: Study Computer Science
  • :feelsgood: Drink coffee

Stuff I like to use:

My Skills

Top Langs

Pinned

  1. UnityTilemapMask UnityTilemapMask Public

    SpriteMask component but for Tilemaps

    C# 19

  2. ConsoleSnake ConsoleSnake Public

    Console implementation of a Snake Game made with CSharp

    C# 5

  3. MyCodewarsTasks MyCodewarsTasks Public

    Here are my codewars kata solutions solved with C# and C++

    C# 4

  4. raycasting-engine raycasting-engine Public

    Basic raycasting engine without textures and anything. Made with SDL

    C++ 1

  5. Scriptable Renderer Feature that app... Scriptable Renderer Feature that applies a material to a whole screen
    1
    using UnityEngine;
    2
    using UnityEngine.Rendering;
    3
    using UnityEngine.Rendering.Universal;
    4
    
                  
    5
    public class FullscreenShaderFeature : ScriptableRendererFeature
  6. Function that loads OpenGL shader pr... Function that loads OpenGL shader program from .vert and .frag files
    1
    #include<iostream>
    2
    #include<fstream>
    3
    #include<algorithm>
    4
    #include<string>
    5
    #include<glad/glad.h>