Code Monkey home page Code Monkey logo

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);
}

JiaHao's Projects

30daymakeos icon 30daymakeos

《30天自制操作系统》源码中文版。自己制作一个操作系统(OSASK)的过程

awesome-javascript-cn icon awesome-javascript-cn

JavaScript 资源大全中文版,内容包括:包管理器、加载器、测试框架、运行器、QA、MVC框架和库、模板引擎等

axios icon axios

Promise based HTTP client for the browser and node.js

babel-handbook icon babel-handbook

:blue_book: A guided handbook on how to use Babel and how to create plugins for Babel.

blog icon blog

:dog: :clap: :star2: Welcome to star

blog-admin icon blog-admin

使用React全家桶开发的一套博客后台管理系统

docute icon docute

:scroll: Effortlessly documentation done right.

efficiency icon efficiency

将工作中,博客中遇到的一些问题以及解决方案,和学习到一些新的碎片化的知识,按html,css,js三大模块进行分类总结,目的是为了提升工作效率,遗忘时能够通过它来体系化的复习

fastclick icon fastclick

Polyfill to remove click delays on browsers with touch UIs

fp-jargon-zh icon fp-jargon-zh

函数式编程术语及示例。本项目译自 https://github.com/hemanth/functional-programming-jargon

g6 icon g6

♾ A Graph Visualization Framework in JavaScript

glslcanvas icon glslcanvas

Simple tool to load GLSL shaders on HTML Canvas using WebGL

hellosea.js icon hellosea.js

专注Sea.js,深入浅出分析Sea.js模块机制

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.