Skip to content
View ldust's full-sized avatar

Block or report ldust

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

Pinned Loading

  1. ldust.github.io ldust.github.io Public

    JavaScript

  2. ruan ruan Public

    soft renderer research

    C

  3. Clean git history Clean git history
    1
    git checkout --orphan newBranch
    2
    git add -A  # Add all files and commit them
    3
    git commit
    4
    git branch -D master  # Deletes the master branch
    5
    git branch -m master  # Rename the current branch to master
  4. UnityLab UnityLab Public

    study on unity

    C#