{"id":22041848,"url":"https://github.com/lukasdrsman/vis3dvf","last_synced_at":"2026-07-15T19:33:08.657Z","repository":{"id":62587532,"uuid":"443335534","full_name":"LukasDrsman/vis3dvf","owner":"LukasDrsman","description":"Derivative of vis3dpy, vector field visualizer","archived":false,"fork":false,"pushed_at":"2024-04-17T17:56:55.000Z","size":58,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T17:17:28.023Z","etag":null,"topics":["math","plot","plotting","plotting-in-python","python","python-library","python3","vector","vector-field","vector-fields","vectors","visualization","visualizer"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/vis3dvf","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LukasDrsman.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":"2021-12-31T11:59:29.000Z","updated_at":"2022-08-16T14:27:09.000Z","dependencies_parsed_at":"2025-01-28T19:42:20.154Z","dependency_job_id":"87b224a2-ab4f-46e4-93be-4086401153d3","html_url":"https://github.com/LukasDrsman/vis3dvf","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasDrsman%2Fvis3dvf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasDrsman%2Fvis3dvf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasDrsman%2Fvis3dvf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasDrsman%2Fvis3dvf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LukasDrsman","download_url":"https://codeload.github.com/LukasDrsman/vis3dvf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245108198,"owners_count":20562005,"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":["math","plot","plotting","plotting-in-python","python","python-library","python3","vector","vector-field","vector-fields","vectors","visualization","visualizer"],"created_at":"2024-11-30T12:09:47.710Z","updated_at":"2025-10-17T00:50:42.035Z","avatar_url":"https://github.com/LukasDrsman.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vis3dvf\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/LukasDrsman/vis3dvf/blob/main/assets/screenshot.png\" width=\"500\"\u003e\n\u003c/p\u003e\n\n## Dependencies\n - `pygame`\n - `PyOpenGL`\n - `PyOpenGL_accelerate`\n\n## Quickstart\nA simple example of a time-dependent vector field can be found in the `example.py` file. To quickstart this example, run:\n```sh\npip install vis3dvf                                     # installs vis3dvf (and dependencies)\ngit clone https://github.com/LukasDrsman/vis3dvf.git    # fetches repo with example.py\ncd vis3dvf\npython3 example.py                                      # runs example.py\n```\n\n## Usage\n### `vis3dvf.plot.Figure(window width, window height)`\n - Figure constructor, necessary for rendering.\n - \"Public\" methods:\n   - `add(plot)` - adds *plot* object to the render que (*plot* object must have an implemented `render()` method)\n   - `show()` - creates a window and starts rendering\n\n### `vis3dvf.vectorfield.VectorField(u, v, w, density)`\n - Static vector field plot object constructor\n - Parameters:\n   - `u = u(x,y,z)` - the x component of the vector field at (x,y,z) (function)\n   - `v = v(x,y,z)` - the y component of the vector field at (x,y,z) (function)\n   - `w = w(x,y,z)` - the z component of the vector field at (x,y,z) (function)\n\n\n### `vis3dvf.vectorfield.VectorFieldT(u, v, w, density, initial time, final time, time delta)`\n - Time-dependent vector field plot object constructor\n - Parameters:\n   - `u = u(x,y,z,t)` - the x component of the vector field at (x,y,z) and time t (function)\n   - `v = v(x,y,z,t)` - the y component of the vector field at (x,y,z) and time t (function)\n   - `w = w(x,y,z,t)` - the z component of the vector field at (x,y,z) and time t (function)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasdrsman%2Fvis3dvf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukasdrsman%2Fvis3dvf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukasdrsman%2Fvis3dvf/lists"}