pcbjam/tests/apps
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Viktor Vaczi c23bc974be feat(webgl): Wire up WEBGL_GAL test harness with proper canvas setup
- Add wasm_stubs.cpp with WASM-specific stub implementations for
  COLOR4D::BLACK/WHITE, GLU tesselator, PGM_BASE, and other KiCad
  dependencies
- Update Makefile to include KiCad sources (GAL base class, display
  options, HiDPI canvas) and test scenarios
- Fix kiglew.h to define GLEW guard (__glew_h__) preventing conflicts
  with Emscripten's GLEW header
- Update test HTML to create canvas before module load (MODULARIZE
  requires passing canvas in Module config, not preRun)
- Update Playwright tests to find canvas elements correctly
- Add #window-container for wxWidgets GL canvas support

Build produces 8.4MB WASM with full WEBGL_GAL implementation.
Tests pass but rendering still shows dark output (debugging in progress).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 21:32:53 +01:00
..
gal-webgl feat(webgl): Wire up WEBGL_GAL test harness with proper canvas setup 2026-01-07 21:32:53 +01:00
kicad Add runtime resource loading and fix Docker incremental builds 2025-12-27 20:09:26 +01:00
standalone Clean up test infrastructure and fix test assertions 2026-01-01 20:18:19 +01:00
Makefile.wasm Extend element registry and migrate all tests to semantic selectors 2025-12-30 14:17:51 +01:00
minimal_test.cpp Reorganize project structure for clarity 2025-12-27 14:06:23 +01:00