JSCAD User Group

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    V2 .xyz bug

    Development Discussions
    2
    3
    336
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • BarbourSmith
      BarbourSmith last edited by

      I'm super excited about the fact that jscad.xyz is a thing now! Awesome.

      I'm running into a bug on widows with the path not registering after I load a file:

      286af6ef-0d31-4d4c-8208-9acd4ec01455-image.png

      I replicated in both Chrome and Firefox.

      The actual modeling is working great when I load the example:

      8c0d3895-5946-4651-a168-a13b33718386-image.png

      z3dev 1 Reply Last reply Reply Quote 0
      • z3dev
        z3dev @z3dev last edited by

        See more information on the Node.js modules here: https://nodejs.org/dist/latest-v12.x/docs/api/modules.html#modules_folders_as_modules

        1 Reply Last reply Reply Quote 0
        • z3dev
          z3dev @BarbourSmith last edited by z3dev

          @BarbourSmith super. thanks for working with V2.

          It looks like you are loading a 'project', and using Chrome. 😉

          V2 projects are based on Node.js modules, and therefore there must be an 'index' of the project (module). There are several ways of specifying an 'index' but the easiest is to have 'index.js' inside the project.

          test/
            index.js
          

          And yeah. Your project can now have sub-folders, and include other projects as well.

          z3dev 1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Powered by NodeBB | Contributors