pyvider 2025-04-22
Restructure project into working directory and add PixiJS snake test page
20 files · 1,302+ · 633-

Project directory restructure

4 files changed
  • app.js Moved and refactored main app with improved particle scaling
  • particle-manager.js Rebuilt particle manager with simplified API
  • index.html New index page in working directory
  • styles.css Fresh stylesheet for working directory layout
  • Moved all JS, CSS, and HTML from root into working/ subdirectory for cleaner organization decouple architectural
    3 files
    • app.js
    • particle-manager.js
    • index.html
  • Archived original pixisnek.html to old/ directory harden internal
    1 file
    • pixisnek.html

PixiJS snake test page

1 file changed
  • test.html New PixiJS-based test page with snake animation prototype (585 lines)
  • Added PixiJS test page exploring alternative rendering approach for the snake animation instantiate behavioral
    1 file
    • test.html

Documentation and design notes

2 files changed
  • prompt.md Design prompt capturing animation concept goals
  • web-pyvider-core.md Pyvider core architecture documentation
  • Added pyvider sub-package documentation stubs and design prompt for web presentation specify internal
    4 files
    • web-pyvider-core.md
    • web-pyvider-cty.md
    • web-pyvider-rpcplugin.md
    • web-pyvider-schema.md