https://github.com/wraith13/phi-ratio-coloring
黄金比を利用したカラーテーブルを作成します。
https://github.com/wraith13/phi-ratio-coloring
Last synced: 4 months ago
JSON representation
黄金比を利用したカラーテーブルを作成します。
- Host: GitHub
- URL: https://github.com/wraith13/phi-ratio-coloring
- Owner: wraith13
- License: bsl-1.0
- Created: 2019-01-16T17:45:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T05:18:10.000Z (almost 7 years ago)
- Last Synced: 2025-02-28T01:00:32.723Z (over 1 year ago)
- Language: HTML
- Homepage: https://wraith13.github.io/phi-ratio-coloring/phi-ratio-coloring.htm
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_1_0.txt
Awesome Lists containing this project
README
# phi ratio coloring
- [README](https://wraith13.github.io/tweets/?title=phi%20ratio%20coloring%20README&1058754444832063488,1058754552885731330,1058763814043172865,1058982376234115072,1060365617654460418)
- [productive site](https://wraith13.github.io/phi-ratio-coloring/phi-ratio-coloring.htm)
## fork
このリポジトリを fork して利用する場合は、 fork 後に次の [GitHub Pages](#github-pages) の設定を行ってください。
## GitHub Pages
GitHub にはリポジトリに格納されてるファイルを https 経由で直接的にアクセスできる機能が提供されおり、このリポジトリもその機能を用いて から利用できるようにしてあります。
設定方法は GitHub 上のリポジトリに Web ブラウザでアクセスし、 `Settings`(→`Options`)→`GitHub Pages` のところの `Source` をドロップダウンから選択して `Save` するだけです。
> このプロジェクトでは master ブランチのルートをそのまま公開してるので `Source` は `master branch` にしてあります。
## How to build
requires: [Node.js](https://nodejs.org/), [TypeScript Compiler](https://www.npmjs.com/package/typescript)
`tsc -P .` or `tsc -P . -w`
### In VS Code
You can use automatic build. Run `Tasks: Allow Automatic Tasks in Folder` command from command palette ( Mac: F1 or Shift+Command+P, Windows and Linux: F1 or Shift+Ctrl+P), and restart VS Code.
## License
[Boost Software License](./LICENSE_1_0.txt)