Node Editor - Bricksforge 3.0

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ม.ค. 2025

ความคิดเห็น • 32

  • @rutista
    @rutista 17 วันที่ผ่านมา +15

    Impressive, it would be great if you could create more videos in order to 100% understand this powerful tool!

  • @BGdev305
    @BGdev305 17 วันที่ผ่านมา +2

    This is very very impressive! How in the world were you guys able to bring node based editing into WP / Bricks... phenomenal!

  • @Simon-sly
    @Simon-sly 16 วันที่ผ่านมา +1

    Fantastic tool, thank you. More practical examples please! They really help me to learn how and realise more ways to use Bricksforge.

  • @joshuamitchell6204
    @joshuamitchell6204 17 วันที่ผ่านมา +2

    Wow awesome stuff! Would love to see some more examples to show what else this is capable of!

  • @eisagholi
    @eisagholi 16 วันที่ผ่านมา +1

    I tried clicking "like" multiple times but only got one. Great stuff, keep it up!

  • @seanwashere
    @seanwashere 6 วันที่ผ่านมา

    Looks awesome!! What an upgrade!

  • @hosseinkhanmohammadi4770
    @hosseinkhanmohammadi4770 17 วันที่ผ่านมา +2

    Thanks for this. Now we can learn and use it better and much clearer with visual coding. Impressive.
    Also like the example at the end of the video which is a real use case that we can use in many projects.
    Hope to see more videos of such use cases too in the future.

  • @BrendanOConnellWP
    @BrendanOConnellWP 17 วันที่ผ่านมา +2

    Outstanding work as usual. Thanks Daniele & team!

    • @bricksforge
      @bricksforge  17 วันที่ผ่านมา

      Thanks Brendan! :)

  • @daveden2
    @daveden2 17 วันที่ผ่านมา +3

    Nice! Thank you for this. I now have a better understanding of how the conditions work.

  • @zuber7358
    @zuber7358 17 วันที่ผ่านมา +3

    Oh boy, this is a game changer for Bricks!

  • @the_meaning_of_love
    @the_meaning_of_love 17 วันที่ผ่านมา +1

    Awesome 🤩 Looks a lot like Nowa's circuit to build flows visuallu in Flutter, good job!! 🙏🏽

  • @LytboxStudio
    @LytboxStudio 16 วันที่ผ่านมา +1

    All I can think about while watching this is thank God I bought the LTD! I know what I'm geeking out on next

    • @bricksforge
      @bricksforge  16 วันที่ผ่านมา +1

      Oh, thanks Jeffrey! :) If you have any questions while exploring, just get in touch :)

  • @noraholmquist8231
    @noraholmquist8231 17 วันที่ผ่านมา +2

    Very impressive UI!

  • @0xFF-p2u
    @0xFF-p2u 17 วันที่ผ่านมา +1

    Great job!

  • @JulianRosebrock
    @JulianRosebrock 17 วันที่ผ่านมา +1

    Awesome! Is there also a way to organize these nodes on a bigger project where you might have multiple Nodes all flying around?

    • @bricksforge
      @bricksforge  16 วันที่ผ่านมา

      Basically, the canvas offers you more than enough space to organize your nodes. There is also a function planned, similar to Unreal Blueprints, to organize a stack of nodes into a group and add a comment :)

  • @techiesreviews
    @techiesreviews 17 วันที่ผ่านมา +1

    Amazing! Love to explore this. Using the Javascript code we could hook up an external API as well right? Only problem would be the publicly viewable key. How would you solve that?

    • @bricksforge
      @bricksforge  17 วันที่ผ่านมา +1

      Hey Lex! Great to see you here :) You could also call external API's, yes. In that case, personally, I would use the Node Action "Call Ajax Function". This will trigger a custom php function you can define in your code. From there, you can communicate with the external API from your server securely. Nonce checking will be added automatically here as a starter layer of security :)

    • @techiesreviews
      @techiesreviews 17 วันที่ผ่านมา

      @@bricksforge oooow, I see an opportunity! Still need to code to do the call though. I got an experiment in mind :D

  • @kelwinsj
    @kelwinsj 17 วันที่ผ่านมา +2

    This for me is a much cleaner way to work. One question though, can we use GSAP with the node editor?

    • @bricksforge
      @bricksforge  17 วันที่ผ่านมา +1

      @@kelwinsj yes, there are GSAP related actions like „GSAP To“. Also, you can play a specific timeline which you create with the animation panel separately 😊

    • @kelwinsj
      @kelwinsj 17 วันที่ผ่านมา

      @@bricksforge Thank you. This makes it even better. The one thing that I keep running into an issue with is other plugin support with page transitions. This has made me disable it from all but the most basic of my sites. If only there was a way of excluding certain pages, or having some pages re-render will all JS code... wishful thinking.

    • @BGdev305
      @BGdev305 17 วันที่ผ่านมา

      ​@@kelwinsj Take a look at this plugin, it is from a seasoned plugin dev and is in the WP repo, free. At first glance you'll think all it does is organize plugins.. BUT, dont let that fool you. It does a few very unique things!
      For one, you can PER plugin control when and where EVERY plugin is active on ANY page! There are plugins (js code) from WP and plugins that run on pages that there is no need for! Or maybe you ONLY need a plugin or code to run on a single page or two, ONLY! While normally that plugin is running on all forward facing sites! You can control that easily.
      But here is where I use this plugin the most.. and in reference to what you said. You can set the "order" in which ALL plugins load there code, per page or whole site!
      So in essence, you could easily have your page transitions code 'specifically' load before the conflicting js from what you mentioned.
      Try it out, it's help me many many times not have to juggle js / conflicts / etc. simply by adjusting what plugins load and more importantly when they load.
      It says it's out dated, but it works just fine as of the latest WP today.

  • @markpeters2254
    @markpeters2254 17 วันที่ผ่านมา +1

    This is great! How did you set the variable (0 / 1 for the video)?

    • @bricksforge
      @bricksforge  17 วันที่ผ่านมา +1

      @@markpeters2254 on the fly as third action node „Update Global Variable“. If not exists, this action will declare it 😊

  • @BGdev305
    @BGdev305 17 วันที่ผ่านมา

    Can we get a video about all the new Pro Form features.. like the new upload field and live variables?

  • @blacklove3766
    @blacklove3766 17 วันที่ผ่านมา +1

    Has this been rolled out as yet?

    • @bricksforge
      @bricksforge  17 วันที่ผ่านมา

      It has been released as BETA one week ago. The final release will be later this month :)

  • @maxziebell4013
    @maxziebell4013 17 วันที่ผ่านมา +1

    Ja, bitte komm jetzt zu Bridge Builders und präsentiere es. Vielleicht sogar auf Deutsch als Kompromiss, und es kann von TH-cam für die englischen Zuhörer übersetzt werden.

    • @Buttholio
      @Buttholio 13 วันที่ผ่านมา

      This would be great to see!