Skip to content

p5playjs/p5play-webgpu-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p5play-webgpu-template

Visit https://p5play.org to learn how to use p5play.

This folder contains a basic p5play + q5.js WebGPU template to help get you started on your own p5play project! 😃🎮

Contents

favicon.png - the icon for the web page, which appears on the browser tab
index.html - the webpage that runs your sketch.js code
jsconfig.json - a file that enables auto-complete and hover documentation for p5play in code editors like Visual Studio Code
sketch.js - write your code in the sketch file

Getting Started

Use the p5play VSCode or Live Server extension for Visual Studio Code to run your project.

Offline Use

For offline use, install bun or npm. Then in the file menu hover over "Terminal" and select "New Terminal". In your p5play project folder run bun i to install the q5 and p5play packages.

Note that to participate in p5play game jams your project must use the latest version of p5play. Use bun up or npm up to update packages to the latest versions.

Read me, Read me!

This message will now self-destruct in 5... 4... just kidding! But you can delete the contents of this file and write a README.md file that describes your own project.

About

Starter code for p5play projects with q5.js WebGPU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published