{"id":51052405,"url":"https://github.com/takana671/fluidcube","last_synced_at":"2026-06-22T18:03:17.661Z","repository":{"id":364682402,"uuid":"1261794200","full_name":"taKana671/FluidCube","owner":"taKana671","description":"Particle Movement Using Curl Noise","archived":false,"fork":false,"pushed_at":"2026-06-14T02:49:49.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-14T04:05:53.493Z","etag":null,"topics":["curl-noise","cython","numpy","panda3d","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taKana671.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-07T06:46:05.000Z","updated_at":"2026-06-14T02:51:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/taKana671/FluidCube","commit_stats":null,"previous_names":["takana671/fluidcube"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/taKana671/FluidCube","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taKana671%2FFluidCube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taKana671%2FFluidCube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taKana671%2FFluidCube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taKana671%2FFluidCube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taKana671","download_url":"https://codeload.github.com/taKana671/FluidCube/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taKana671%2FFluidCube/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34659906,"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-22T02:00:06.391Z","response_time":106,"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":["curl-noise","cython","numpy","panda3d","python"],"created_at":"2026-06-22T18:03:16.764Z","updated_at":"2026-06-22T18:03:17.653Z","avatar_url":"https://github.com/taKana671.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FluidCube\n\nIn this repository, I experimented with how particles move when their positions are updated using curl noise.\nRun `fluid_cube.py` and press the [M] key to start the particle movement.\nOnce all particles have disappeared, the [M] key can be pressed again. Each time pressing the key, the values of the `noise_scale` and `flow_strength` parameters are automatically set to random numbers, causing the particles to move differently.\nThe current values are displayed in the console.\nThe meanings of each parameter are as follows:\n\n#### *noise_scale*\nThe larger the noise_scale, the greater the particle motion.\n\n#### *flow_strength*\nThe magnitude of the force generated by the vector field.\nThe larger the value, the faster the particle moves.\n\nhttps://github.com/user-attachments/assets/a60178c1-1692-4396-a494-d25702e655aa\n\n# Requirements\n\n* Cython 3.2.3\n* numpy 2.2.6\n* Panda3D 1.10.16\n\n# Environment\n\n* Python 3.13\n* Windows11\n\n# Usage\n\n### Clone this repository.\n```\ngit clone --recursive https://github.com/taKana671/FluidCube.git\n```\n\n### Build cython code.\n```\ncd FluidCube\npython setup.py build_ext --inplace\n```\nIf the error like \"ModuleNotFoundError: No module named ‘distutils’\" occurs, install the setuptools.\n```\npip install setuptools\n```\n\n### Run fluid_cube.py\n```\npython fluid_cube.py\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakana671%2Ffluidcube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakana671%2Ffluidcube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakana671%2Ffluidcube/lists"}