Giter Club home page Giter Club logo

Comments (3)

setzer22 avatar setzer22 commented on July 23, 2024

Hi! The main branch has diverged from 0.3.0. If you want the example that's compatible from the crates.io version, you can find it by browsing an older version of the repo: https://github.com/setzer22/egui_node_graph/tree/008aa9ad5b97c780216b89834a2d0913c922654a

On the other hand, you may be interested in using a git dependency so you can get all the new developments from the main branch. I am using the main branch of this library for several projects, so I always try to keep in in a working state (except for the occasional bug).

As for next release, I can't tell when that will happen. I should probably make a 0.4.0 soon with the current state of the repo, but first I need to do some thorough testing to ensure there are no bugs.

from egui_node_graph.

lenoqt avatar lenoqt commented on July 23, 2024

This runs the desktop app just fine but the web version it doesn't work, or maybe I am doing things in the wrong order? I tried with

./setup_web.sh && ./build_web.sh

but this fails with:

   Compiling egui_node_graph_example v0.1.0 (/Users/gustavo.barrios/Documents/rust/egui_node_graph/egui_node_graph_example)
error[E0277]: expected a `FnOnce<(&CreationContext<'_>,)>` closure, found `NodeGraphExample`
  --> egui_node_graph_example/src/lib.rs:22:34
   |
22 |     eframe::start_web(canvas_id, Box::new(app))
   |                                  ^^^^^^^^^^^^^ expected an `FnOnce<(&CreationContext<'_>,)>` closure, found `NodeGraphExample`
   |
   = help: the trait `for<'r, 's> FnOnce<(&'r CreationContext<'s>,)>` is not implemented for `NodeGraphExample`
   = note: required for the cast from `NodeGraphExample` to the object type `dyn for<'r, 's> FnOnce(&'r CreationContext<'s>) -> Box<(dyn App + 'static)>`

For more information about this error, try `rustc --explain E0277`.
error: could not compile `egui_node_graph_example` due to previous error

from egui_node_graph.

lenoqt avatar lenoqt commented on July 23, 2024

I fixed this by merging this example with the one in eframe (this uses trunk for building it instead of the shell scripts), I could submit a PR, are any consideration I would have to take before doing it?

from egui_node_graph.

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.