{"id":19998114,"url":"https://github.com/gob52/gob_easing","last_synced_at":"2026-06-08T08:32:45.754Z","repository":{"id":218196974,"uuid":"744339317","full_name":"GOB52/gob_easing","owner":"GOB52","description":"Easing functions that allowed compile-time calculation with constexpr (C++ 11 or later)","archived":false,"fork":false,"pushed_at":"2024-01-20T10:43:25.000Z","size":172,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T23:11:24.700Z","etag":null,"topics":["cpp","easing-functions","easings"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GOB52.png","metadata":{"files":{"readme":"README.ja.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-17T05:03:52.000Z","updated_at":"2024-01-20T11:47:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"dc8f3589-8d0d-4e81-8a63-b362940d777c","html_url":"https://github.com/GOB52/gob_easing","commit_stats":null,"previous_names":["gob52/gob_easing"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/GOB52/gob_easing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GOB52%2Fgob_easing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GOB52%2Fgob_easing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GOB52%2Fgob_easing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GOB52%2Fgob_easing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GOB52","download_url":"https://codeload.github.com/GOB52/gob_easing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GOB52%2Fgob_easing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34055249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","easing-functions","easings"],"created_at":"2024-11-13T05:07:24.904Z","updated_at":"2026-06-08T08:32:45.749Z","avatar_url":"https://github.com/GOB52.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gob_easing\n\n[English](README.md)\n\n## 概要\n\n基本的なイージング関数の実装です。  \n全て constexpr 関数なので、コンパイル時計算を用いることができます。  \nPlatformIO ArduinoIDE のライブラリの形式をとっていますが、C++11 以降の処理系全般で使用できます。  \nいわゆる header-only なライブラリです。\n\nイージングについては [https://easings.net/](https://easings.net/) を参照。\n\n## 導入\n環境によって適切な方法でインストールしてください\n* git clone や Zip ダウンロードからの展開\n* PlatformIO\n```ini\nlib_deps = https://github.com/GOB52/gob_easing.git\n```\n* ArduinoIDE ライブラリマネージャからのインストール\n\n## 使い方\ngob_easing.hpp をインクルードするだけです。  \nnamespace は goblib::easing です。  \n```cpp\n#include \u003cgob_easing.hpp\u003e\n\nvoid foo()\n{\n    for(int i=0; i \u003c= 100; ++i)\n    {\n        float t = (float)i / 100; // Clamp [0.0 - 1.0]\n        float v = goblib::easing::inBack(t);  //Use this value for what you want to do.\n    }\n}\n```\n詳細は examples をご覧ください。  \n* [グラフ、グラデーション、動作のデモ](examples/demo)\n* [コンパイル時計算でテーブルを作成する](examples/lookup_table)\n\n\n## ドキュメント\n[Doxygen](https://www.doxygen.nl/) 用の[設定ファイル](doc/Doxyfile)と[シェルスクリプト](doc/doxy.sh)で作成できます。  \n出力先は doc/html です。\n```\nbash doc/doxy.sh\n```\n\nまたは[GitHub Pages](https://gob52.github.io/gob_easing/)を参照してください。\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgob52%2Fgob_easing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgob52%2Fgob_easing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgob52%2Fgob_easing/lists"}