Git Product home page Git Product logo

Comments (4)

bsansouci avatar bsansouci commented on July 25, 2024

Hey! I think I know what it is... On Windows, the file to run bsb-native isn't called bsb it's called something like bsb.cmd. Could you run dir node_modules\.bin to see what the file's actually called?

Then to test this, can you modify this line in node_modules/reprocessing/src/bytecode/Reprocessing_Hotreload_Bytecode.re to end with whatever the file name you see is. Then you should maybe add -clean-world to the build nom script in the package.json.

from reprocessing-example.

mjoerussell avatar mjoerussell commented on July 25, 2024

bsb and bsb.cmd both exist in node_modules\.bin. I don't think this is exactly what you were asking for but I changed this line to

let bsb = "node_modules" +/ ".bin" +/ "bsb.cmd";

Then I ran bsb -clean-world and then rebuilt on web and native. Hot reloading is now working perfectly on native but not when I run a local server. This is a great start though! I'm happy I can start working.

from reprocessing-example.

mjoerussell avatar mjoerussell commented on July 25, 2024

Oh, and running yarn start now brings up the native window automatically where it didn't before. Don't know if this is an issue or not but it doesn't seem to be a problem.

from reprocessing-example.

bsansouci avatar bsansouci commented on July 25, 2024

Awesome. Thanks for trying.

I fixed in reprocessing master but still need to publish it.

from reprocessing-example.

Related Issues (20)

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.