Coder Social home page Coder Social logo

kechol.github.io's People

Contributors

kechol avatar

Watchers

 avatar

kechol.github.io's Issues

背景の最適化・バグ修正

新しいサイト無難で良いですね。
ただいくつかの問題を含んでいます。

  • ブラウザのサイズを 5:1 ぐらいにするとコンテンツが見えなくなる。(position: fixed; top: 50%; left: 50%; margin: -(コンテンツ枠高さ/2)px 0 0 -(コンテンツ枠横幅/2)px; が無難)
  • ページロード後にブラウザのサイズを大きくすると背景が切れる。
  • body の背景に設定しているのでせめて background-size:cover; background-position: 50% 50%;
  • canvas タグとして body に append して window.onresize のタイミングで canvas のサイズをアスペクト比無視してリサイズするのが 💯
  • CanvasContext の取得には try 使った方がいい。
  • window.innerWidth, innerHeight は IE の古いバージョンで非対応。
  • hsv2rgb の最適化が不十分。たとえば hi == 0 の時、q の値は使われないのに事前に計算してしまっている。50点。

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.