Skip to content
View Yukinyaa's full-sized avatar
⛏️
workworkwork
⛏️
workworkwork

Organizations

@KC3Kai
Block or Report

Block or report Yukinyaa

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

❤️ from S. Korea :) 🇰🇷

*not looking for work rn

Contributions and Projects

Personal Projects

Other Projects

Open source contribution

Skills

Confient

  • C#
    • LINQ ❤️
    • Optimization 💕
  • Unity
    • General Scripting
  • Git (Duh)
    • Merge Conflicts, LFS, etc. You name it.
  • :octocat:Github (Duh)
    • Flow, page
  • Multicore Processing 🌸
    • Tried with C# and C++, python

Can-do

  • LaTex
  • Deep Learning
    • Torch
  • Linux and Generic server, networks
  • Svelte + NPM

Brief History of me

School

  • Sunrin Internet HS 2013.3 ~ 2016.3
  • ChungAng Univ. 2016.3 ~ 2021.8
  • ChungAng Univ. Grad. 2021.8~ 2023.8 (Master's program)

Club

  • CIEN@CAU 2016.4 ~ 2022

Find me at...

Pinned

  1. UnityFixedPointMath UnityFixedPointMath Public

    Forked from asik/FixedMath.Net

    Fixed point math C# library as unity package

    C# 3

  2. KC3Kai/KC3Kai KC3Kai/KC3Kai Public

    Kantai Collection Game Viewer and Tools

    JavaScript 447 164

  3. Rhythim-Avoid Rhythim-Avoid Public

    Simple Game. Also my 2nd game

    Java 1

  4. BigFloat BigFloat Public

    Fixed-accurate big number in C#, Made for incremental game. WOW SO BIG NUMBER

    C# 11 1

  5. yukinyaa yukinyaa Public

    my profile :)

  6. Fixed Point Perlin Noise Fixed Point Perlin Noise
    1
    // Copyright 2002 Ken Perlin
    2
    // Ported from https://mrl.cs.nyu.edu/~perlin/noise/INoise.java by YukiNyaa at github.com
    3
    // FIXED POINT VERSION OF IMPROVED NOISE:  1.0 IS REPRESENTED BY 2^16
    4
    
                  
    5
    using System;