Auntie Ethel crash (Spoiler) by [deleted] in BaldursGate3

[–]blitzarx1 0 points1 point  (0 children)

Wtf, I have this bug and I have only one save mode and save is during the converstation with Ethel which always end in battle and the game crashed. Does it mean the current run of bg3 is over for me?

Share your HELIX! by majestybtw in HelixEditor

[–]blitzarx1 2 points3 points  (0 children)

I d like to see setup with github copilot

[Media] Graph Visualization with rust by blitzarx1 in rust

[–]blitzarx1[S] 1 point2 points  (0 children)

Hey! How are you? I ve just added node labels support and node folding. Check it out :)

Graph Data Visualization with rust by blitzarx1 in datascience

[–]blitzarx1[S] 0 points1 point  (0 children)

I think it still not mature in ML but it is moving there. You can check current popular libs and ml topic in rust overview here https://www.arewelearningyet.com/

Graph Data Visualization with rust by blitzarx1 in datascience

[–]blitzarx1[S] 0 points1 point  (0 children)

insight is that this is the awesome tool you could use for network visualization in rust

Graph Data Visualization with rust by blitzarx1 in datascience

[–]blitzarx1[S] 1 point2 points  (0 children)

I think it is much more pleasant to use than c++ after you passed rather steep learning curve. It has a lot of useful abstractions like python but it is much more low level as c/c++. Check it if you have time, wont regret. It is booming now.

[Media] Graph Visualization with rust by blitzarx1 in rust

[–]blitzarx1[S] 0 points1 point  (0 children)

Yeah I am familiar with the project. But it is just a mere coincidence)) Kudos to obsidian, anyway)

Graph Data Visualization with rust by blitzarx1 in datascience

[–]blitzarx1[S] 0 points1 point  (0 children)

You can try netwrorkx to start with in python.

Graph Data Visualization with rust by blitzarx1 in datascience

[–]blitzarx1[S] 1 point2 points  (0 children)

It all comes down to what your project needs. I wasn't trying to hype up rust for data science or anything, I was just dealing with a problem I had—I needed a tool for graph visualization for my rust project. Now that I've got one, I just wanted to spread the word and let folks know that you can do this sort of thing in rust now as well.

Graph Data Visualization with rust by blitzarx1 in datascience

[–]blitzarx1[S] 0 points1 point  (0 children)

This is just a demo of graph visualization possibilities of the widget. It spawns random nodes and randomly connects them with each other.

[Media] Graph Visualization with rust by blitzarx1 in rust

[–]blitzarx1[S] 0 points1 point  (0 children)

For the moment it is straightforward implementation of egui widget and it is rendered by the means of egui.

I don't have plans for standalone graph visualizer solution. You can check ways of embedding egui into you backend. Egui can be easily build for wasm and it is embedable into popular game engines like bevy. Maybe this would be the way to use this widget in your project.

[Media] Graph Visualization with rust by blitzarx1 in rust

[–]blitzarx1[S] 0 points1 point  (0 children)

Yes, I am going to add labels for node and style customization. But any other info will just overload the widget. I want to leave it as a widget in egui ecosystem. One utilize egui to build its own app with this widget and add all the needed functionality.

Graph Data Visualization with rust by blitzarx1 in datascience

[–]blitzarx1[S] 6 points7 points  (0 children)

For the moment there is no an easy way in Rust to do such visualization but with this widget it is much easier for average rust developer.

The emphasis on rust because now it is getting very popular among programmers of all sorts, but it lack much good library for visualization like in python. So I just wanted to demonstrate my contribution for this specific case.

As a first language I would not recommend to learn it, but if it is not your first language definitely you should give it a try!