{"id":18059267,"url":"https://github.com/flo-bit/text_effect_fluid","last_synced_at":"2025-10-25T19:30:25.714Z","repository":{"id":217527041,"uuid":"744130821","full_name":"flo-bit/text_effect_fluid","owner":"flo-bit","description":"cool text fluid effect for your website","archived":false,"fork":false,"pushed_at":"2024-01-22T04:25:50.000Z","size":1329,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T10:08:00.995Z","etag":null,"topics":["fluid-dynamics","javascript","template","text-effects"],"latest_commit_sha":null,"homepage":"https://flo-bit.dev/text_effect_fluid/","language":"JavaScript","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/flo-bit.png","metadata":{"files":{"readme":"Readme.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-16T17:22:26.000Z","updated_at":"2024-12-27T07:33:14.000Z","dependencies_parsed_at":"2024-01-22T05:29:48.148Z","dependency_job_id":null,"html_url":"https://github.com/flo-bit/text_effect_fluid","commit_stats":null,"previous_names":["flo-bit/text_effect_fluid"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flo-bit%2Ftext_effect_fluid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flo-bit%2Ftext_effect_fluid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flo-bit%2Ftext_effect_fluid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flo-bit%2Ftext_effect_fluid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flo-bit","download_url":"https://codeload.github.com/flo-bit/text_effect_fluid/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238197776,"owners_count":19432484,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["fluid-dynamics","javascript","template","text-effects"],"created_at":"2024-10-31T03:10:45.863Z","updated_at":"2025-10-25T19:30:25.301Z","avatar_url":"https://github.com/flo-bit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Text effect: Fluid Simulation demo\n\n[Live demo](https://flo-bit.github.io/text_effect_fluid/) (currently sometimes breaks on first open, just reload once or twice)\n\n[![cover](cover.png)](https://flo-bit.github.io/text_effect_fluid/)\n\nInspired by the current (Jan 2024) version of [the lumalabs homepage](https://lumalabs.ai/) (obviously, their effect looks *way* better, than my quick and dirty version):\n\n![lumalabs](luma.png)\n\nAdjusted version of this awesome [WebGL Fluid Simulation](https://github.com/PavelDoGreat/WebGL-Fluid-Simulation).\n\n## How it works\n\nI wrote a short [blog post](https://flobit.substack.com/p/how-i-recreated-this-awesome-text) about my approach.\n\n## Usage\n\n- Add `script.js` and `LDR_LLL1_0.png` to your project\n\n- Add this to your html\n\n```html\n\u003cdiv id=\"canvasContainer\"\u003e\n    \u003ccanvas\u003e\u003c/canvas\u003e\n    \u003ccanvas id=\"maskCanvas\"\u003e \u003c/canvas\u003e\n\u003c/div\u003e\n\n\u003cscript src=\"./script.js\"\u003e\u003c/script\u003e\n```\n\n- Add this styling\n\n```css\nhtml,\nbody {\n    overflow: hidden;\n    background-color: #000;\n}\n\nbody {\n    margin: 0;\n}\n\n#canvasContainer {\n    position: relative;\n    width: 100vw;\n    height: 100vh;\n}\n\ncanvas {\n    width: 100%;\n    height: 100%;\n    position: absolute;\n}\n```\n\n\n## License\n\nMIT License\n\n```\nCopyright 2024 flo-bit\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflo-bit%2Ftext_effect_fluid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflo-bit%2Ftext_effect_fluid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflo-bit%2Ftext_effect_fluid/lists"}