Skip to content
View x4maT's full-sized avatar

Block or report x4maT

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

Pinned Loading

  1. algorithms algorithms Public

    Forked from keon/algorithms

    Minimal examples of data structures and algorithms in Python

    Python 1 1

  2. Boids Boids Public

    Forked from BasmanovDaniil/Boids

    Реализация модели Boids на Unity3d

    C#

  3. Unity3D 3D Bezier Curve Mesh Generator Unity3D 3D Bezier Curve Mesh Generator
    1
    using UnityEngine;
    2
    using System.Collections;
    3
    using System.Collections.Generic;
    4
    
                  
    5
    public class Bezier3D : MonoBehaviour
  4. Unity-Procedural Unity-Procedural Public

    Forked from nickhall/Unity-Procedural

    Spline based mesh generation

    C#