p5-svelte icon indicating copy to clipboard operation
p5-svelte copied to clipboard

Easily add p5 sketches to a Svelte project 🍛 🌱

Results 24 p5-svelte issues
Sort by recently updated
recently updated
newest added

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.33.0 to 5.33.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.33.0 5.33.0 (2022-08-08) Bug Fixes eslint-plugin: [no-extra-parens] handle await with type assertion (#5428) (e03826f) website: add explicit frontmatter...

dependencies

Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 1.0.0-next.304 to 1.0.0-next.405. Release notes Sourced from @​sveltejs/kit's releases. @​sveltejs/kit@​1.0.0-next.405 Patch Changes Move compress logic to Builder API (#5822) [feat] implement Link header (#5735) @​sveltejs/kit@​1.0.0-next.403 Patch Changes...

dependencies

p5 thinks of the entire window as the sketch. ```p5.mouseDragged = ( ) => { ... }``` to inhibit this behavior, the developers of P5 allow you to directly use...

Bumps [svelte-highlight](https://github.com/metonym/svelte-highlight) from 5.3.2 to 6.0.1. Release notes Sourced from svelte-highlight's releases. v6.0.1 update generated SUPPORTED_LANGUAGES.md and SUPPORTED_STYLES.md v6.0.0 Breaking Changes use SvelteKit to package the library and auto-generate TypeScript...

help wanted
dependencies

Bumps [eslint-plugin-svelte3](https://github.com/sveltejs/eslint-plugin-svelte3) from 3.4.1 to 4.0.0. Changelog Sourced from eslint-plugin-svelte3's changelog. 4.0.0 Breaking change: ESLint 8+ is now required Commits 0c65b5a -> v4.0.0 52a6192 breaking: upgrade to requiring ESLint 8...

dependencies

**Describe the bug** Good evening! I've been trying to get some of the p5-sound classes, like p5.Amplitude(), to work with this library. Unfortunately they remain undefined. I noticed in the...

bug

Pen plotters + p5 + Svelte would be a great example that some may find inspiring. That was one of the founding pieces of inspiration for starting this project and...

documentation
enhancement

**Describe the bug** When accessing nested properties on the re-exported `p5` type, it throws a type error that `p5` is not a namespace. **Potential fix** In `types.d.ts`: ```ts import type...

bug

Added labels to the slider handles of the interactive example on the Get Started page: ![image](https://user-images.githubusercontent.com/43280336/157319243-1ac02da2-830c-46cb-a961-bfc790c55cb4.png)

documentation
enhancement

hey there, nice integration, thanks just wondering what would the best way to go about importing a 3rd party library to use with this component, for e.g. https://antiboredom.github.io/p5.riso?

enhancement