Corey Farwell

Results 416 comments of Corey Farwell

Just tried this out. It looks like 1M nodes + 1M edges results in just under 1 FPS for me. 100K nodes + 100K edges gets something more like 20...

``` html #frame { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 0; } var nodes = []; graph = G.graph({ nodeImage: "../_common/disc.png", nodeImageTransparent: true, antialias: true,...

Wow, I must have missed this last comment. Sorry for the very late reply! > 1) How do I gain access to three.js scene, camera etc. through the nice abstractions...

https://github.com/frewsxcv/graphosaurus/commit/119e1836d8a7751febea5d8441fdfbad3951b296 allowed for removal of _all_ nodes. we should allow for specific node removal

Related to https://github.com/frewsxcv/graphosaurus/issues/67

http://threejs.org/docs/index.html#Reference/Objects/Line http://threejs.org/docs/index.html#Reference/Objects/LineSegments

I started working on this ([here's the branch](https://github.com/frewsxcv/rust-notifica/pull/new/result)), but a little blocked on moving forward because the `winrt` crate errors [don't implement `Error`](https://github.com/contextfree/winrt-rust/issues/69)

reopening – we still have a few unwrap calls we need to remove

https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API/Using_the_Notifications_API https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Notification.html

[cargo-fuzz](https://github.com/rust-fuzz/cargo-fuzz) is the preferred way to fuzz with Rust now (instead of afl.rs) i've been slowly updating this book to add a section for cargo-fuzz: https://rust-fuzz.github.io/book/ let me know if...