GithubHelp home page GithubHelp logo

Comments (1)

JerwuQu avatar JerwuQu commented on July 26, 2024

I'll throw in a few small tasks too just to keep track of them

  • control list on game page
  • SVG console border
  • replace [Z] & [X] with [A] & [B] in embedded font (also for firmware), also add Start, Select, and Joystick Click
  • pull in pending audio engine fixes from WASM-4 (currently in testing/review) EDIT: Not relevant if PCM comes in.
  • more accurate neopixel colors in simulator ui (make brightness logarithmic perhaps?)

Watcher stuff from #32 (comment)

  • Watcher should build once directly when running zig build watch
  • unable to check cache: stat file '(ROOT)/src/cart.ld' failed: FileNotFound errors when running zig build watch
  • Placing the zig root source file in the root (rather than e.g. a src/ subdir) will cause the watcher to watch all files in the whole root dir, including zig-cache which causes errors and breaking the watcher whenever the cache changes. EDIT: Solved using watch_dirs #33.
  • Watcher is finicky if wanting to have auto-converted assets because source assets should be watched but output assets shouldn't. I solved this personally by putting assets outside of the src/ directory, but that then means that the watcher won't reload when the sources change. Perhaps it would be best for users to manually specify watched dirs/files in build.zig? For most users it would likely just be src/ and assets/raw/ anyways. EDIT: Solved using watch_dirs #33.

from sycl-badge.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.