pd4web

Run your Pure Data patches on the web with externals.

https://github.com/charlesneimog/pd4web

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.2%) to scientific vocabulary

Keywords

libpd wasm webpd
Last synced: 10 months ago · JSON representation ·

Repository

Run your Pure Data patches on the web with externals.

Basic Info
Statistics
  • Stars: 13
  • Watchers: 2
  • Forks: 2
  • Open Issues: 5
  • Releases: 50
Topics
libpd wasm webpd
Created almost 3 years ago · Last pushed 10 months ago
Metadata Files
Readme Funding License Citation

README.md

pd4web

Logo

pd4web: Running PureData Patches with Externals on Web

Release Version DOI

Downloads License

Tests

pd4web lets you run PureData patches directly in web browsers. It stands out from alternatives like hvcc and WebPd by compiling the source code of libpd, thanks to the work of claudeha. With pd4web, you can compile any PureData Vanilla patch, along with a list of more than 800 externals and abstractions.

Examples

  • Check some examples here.

Questions, doubts, help

  • Check the Discussions Sections here.

Issues

  • Check the Discussions Issues here.

Acknowledgements

  • Zack Lee for the GUI interface for patches;
  • Jonathan Wilkes, Ivica Ico Bukvic, and the Purr Data team;
  • Claude Heiland-Allen for creating empd;
  • Dan Wilcox for libpd;
  • Miller Puckette and the Pd community for developing and maintaining Pd;

Details and Documentation

For more details and documentation, please visit the Docs section of this project.

Contribute

Contribute to enabling running your external library in PureData for WebBrowsers! Add you CMakeFile.

Owner

  • Name: Charles K. Neimog
  • Login: charlesneimog
  • Kind: user
  • Location: São Paulo - Brazil
  • Company: Universidade de São Paulo

Charles K. Neimog is a Ph.D. candidate at the University of São Paulo. I research Art/Music and Technology.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Neimog"
  given-names: "Charles K."
  orcid: "https://orcid.org/0000-0002-9780-0041"

title: "pd4web: Running PureData Patches in Browsers with Web Audio"
version: 1.1.1
date-released: 2023-10-04
url: "https://github.com/charlesneimog/py4pd"

GitHub Events

Total
  • Create event: 38
  • Release event: 29
  • Issues event: 52
  • Watch event: 7
  • Delete event: 12
  • Issue comment event: 37
  • Push event: 426
  • Pull request event: 10
  • Fork event: 1
Last Year
  • Create event: 38
  • Release event: 29
  • Issues event: 52
  • Watch event: 7
  • Delete event: 12
  • Issue comment event: 37
  • Push event: 426
  • Pull request event: 10
  • Fork event: 1

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 17
  • Total pull requests: 5
  • Average time to close issues: 2 days
  • Average time to close pull requests: 29 minutes
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.4
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 1
Past Year
  • Issues: 17
  • Pull requests: 5
  • Average time to close issues: 2 days
  • Average time to close pull requests: 29 minutes
  • Issue authors: 2
  • Pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.4
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
  • charlesneimog (30)
  • luismrguimaraes (5)
  • umlaeute (2)
Pull Request Authors
  • dependabot[bot] (5)
  • Copilot (3)
  • charlesneimog (2)
Top Labels
Issue Labels
Pull Request Labels
dependencies (5) python (1)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 259 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 36
  • Total maintainers: 1
pypi.org: pd4web

pd4web compiles PureData patches with external objects for Wasm, allowing to run entire patches in web browsers.

  • Versions: 36
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 259 Last month
Rankings
Dependent packages count: 7.3%
Forks count: 30.0%
Average: 36.2%
Stargazers count: 38.9%
Dependent repos count: 68.6%
Maintainers (1)
Last synced: 10 months ago

Dependencies

.github/workflows/Docs.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
docs/requirements.txt pypi
  • mkdocs *
  • mkdocs-material *