We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Coding

Home Forums Programming Coding

Tagged: , , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #7888
    NewFake
    Customer

    Hi!

    Please, make it clearer about inserting code into the apps.
    As we see two options:
    1) https://www.soft8soft.com/docs/manual/en/introduction/Creating-new-app-from-scratch.html
    where we see we must insert it inside <script> // Our Javascript will go here.</script>
    And
    2) There, inside my_app.js :
    function runCode() {
    // add your code here, e.g. console.log(‘Hello, World!’);
    }

    Please, what about a little related video?

    NewFake :)

    #7889

    Hi,

    Both methods can work. Method 1 should be used when you create a pure JS application using just the engine runtine v3d.js. Method 2 shows how to extend an application created with the App Manager.

    Chief 3D Verger | LinkedIn | Twitter

    #7893
    NewFake
    Customer

    hi!

    Thanks! Your docs and “howtos” are really well done, detailed, they deserve real compliments; a huge effort.
    The only point is that they’re not much coding related… :mail:

    NewFake :)

    #7895

    Hi! Indeed the coding documentation needs some improvements. We’re working on it :)

    Soft8Soft Tech Chief
    X | FB | LinkedIn

    #7896
    NewFake
    Customer

    Hi!

    Thank you! :yahoo:

    NewFake :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.