Skip to content
View PlusLius's full-sized avatar
🎯
调焦
🎯
调焦
Block or Report

Block or report PlusLius

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

Hi there 👋

My name is Jiahao and I am a front-end developer who enjoys tinkering with various interesting technologies and devices, even if their practical uses have not been discovered yet.
我叫嘉皓是一名喜欢折腾各种有趣但尚未发现有什么实际用途技术装置的前端开发者,

I hope to be able to apply these technologies and devices to generate real value for production in the near future!
希望在不久的将来能用这些技术装置来为生产带来实际的价值!

vec3 Bounce(vec3 pos, float time) {
  float bounce = sin(time * 4.0);

  float deform = smoothstep(-1.0, -0.0, bounce);
  deform = mix(1.5, 1.0, deform);

  pos *= vec3(deform, 1.0/deform, deform);
  pos += vec3(0.0, bounce, 0.0);
}

Pinned

  1. Calamari/BehaviorTree.js Calamari/BehaviorTree.js Public

    An JavaScript implementation of Behavior Trees.

    JavaScript 322 53

  2. Rasa_Weather_Robots Rasa_Weather_Robots Public

    Python

  3. JiaHao-Language JiaHao-Language Public

    JiaHao Language

    Vue

  4. r3fBallGame r3fBallGame Public

    R3F Ball Game

    JavaScript