← all publishers

nethercore-systems

@nethercore-systems source repo

8 published skills

  1. Debugging · nethercore-systems bundle
    Runtime debugging tools for Nethercore games on all consoles. Covers the F4 Debug Inspector, live value editing, watch variables, frame stepping, and time-scale controls. Use when tuning game parameters at runtime, tracking state over time, or stepping through frames to find bugs.
    0 installs
  2. Publishing · nethercore-systems bundle
    Publishing Nethercore games to nethercore.systems. Covers ROM packaging with nether pack, release builds, platform upload requirements, versioning, and CI/CD pipeline setup with GitHub Actions. Use when preparing a game for release or setting up automated builds.
    1 install
  3. Development · nethercore-systems bundle
    Core development workflow for Nethercore WASM games. Covers the nether CLI (build, run, pack), nether.toml manifest authoring, required WASM exports, and determinism rules for rollback netcode. Use when building, configuring, or structuring a Nethercore game project.
    1 install
  4. Optimization · nethercore-systems bundle
    Optimization techniques for Nethercore WASM games. Covers WASM binary size reduction (LTO, wasm-opt), texture and mesh compression, audio optimization, and state size minimization. Use when a ROM exceeds size limits or when reducing build output size.
    1 install
  5. Console Specs · nethercore-systems bundle
    ZX fantasy console hardware specifications and resource budgets. Covers resolution (960x540), memory limits (4 MB RAM/VRAM, 16 MB ROM), render modes, audio system (22 kHz, 16 channels), and input layout. Use when planning resource budgets or checking console capabilities.
    1 install
  6. Ffi Reference · nethercore-systems bundle
    ZX fantasy console FFI bindings reference. Documents the current functions for rendering, input, audio, camera, transforms, textures, materials, and debug. Includes init-only vs render-only call rules and the coordinate system. Use when writing or debugging ZX FFI calls in game code.
    1 install
  7. Testing · nethercore-systems bundle
    Test Nethercore games with real ROM-backed replay assertions, semantic state snapshots, debug actions, and bounded rollback sync tests. Use for regression testing, automated game verification, and desync diagnosis.
    1 install
  8. Rendering · nethercore-systems bundle
    ZX rendering techniques and patterns. Covers camera systems (follow, orbit), stencil buffer effects (portals, masks), billboard particles, custom fonts, and render pass management. Use when implementing cameras, visual effects, particle systems, or choosing between 2D and 3D rendering approaches.
    1 install