Earlier quoted context omitted.
Upon rereading that paragraph, I suppose I didn't write that as clearly as I'd meant to. Blender is darn near perfect and there'd be no reason to replace it. So yes, as you figured out, I'm referring to becoming a second Blender but this time in the 2D realm: a generalist tool that uses actual innovation to catch up and then surpass its commercial competitors.
Graphite is to Photoshop as Blender is to 3DS Max?
Show HN: Graphite, a Blender-inspired 2D procedural design Rust app
31–40 of 133 posts
Re: Show HN: Graphite, a Blender-inspired 2D procedural design Rust app
#32What UI crate are you using for the GUI?
Right now, it's a custom HTML/CSS/TypeScript component system using Svelte built to minimize bloat. But since Graphite is a data-driven graphics app and render engine, we are planning to gradually rewrite our UI components as Graphite documents— allowing us to design the editor's UI within its own editor UI. Once that happens, we can probably drop the web dependencies— although we've taken pains to ensure our current…
Importantly, it's both "just Rust" and "very Rust". You can stay on the yellow brick road and kinda just get the app out there with incredible multi-threaded CPU + GPU rendering performance from the outset... or dig deeper and go into advanced stuff. Per the docs, it "leverages Rust to its full extent: ownership, borrowing, lifetimes, futures, streams, first-class functions"... it's just up to you how much of that you want to use
The documentation is admittedly WIP but if you need help, the Discord server is very helpful. I'm there virtually 24/7 and happy to answer any questions
The repo is at https://github.com/iced-rs/iced -- check out the readme for two complex apps recently built. It's fully themeable so you can make apps look exactly as you want them to (which is a downside for those looking for more native widgets)
Re: Show HN: Graphite, a Blender-inspired 2D procedural design Rust app
#33Re: Show HN: Graphite, a Blender-inspired 2D procedural design Rust app
#34It makes me very excited to see tools that are built as web apps because more gravity on web means more capabilities for the web platform which is more open and accessible.
Rust is great - amazing. I presume it is compiled to Web Assembly.
I'm just wondering how and why these three passionate gifted individuals didn't go Round A, Round B Investor funding, post valuation SAFE, Press briefing route?
Been thinking a lot about it lately when I see tons of AI wrappers, open weight fine tuned packaged models and everything in between.
Probably passion can't be priced? Happiness is not valuation?
Re: Show HN: Graphite, a Blender-inspired 2D procedural design Rust app
#35Wow, cool! I think I remember a post years ago about this project. IIRC you did a thesis in something to do with simulating brush strokes? Anyway, congrats on releasing this, super impressive to have worked on this for so long and come out with something that looks so good. (And it's awesome that you're looking into using Vello too.)
- Ctrl+1: dotted stamp roller - Ctrl+2: bristle brush - Ctrl+3: diluted ink - Ctrl+4: ragged solid ink brush
This concept will be reimplemented in Graphite eventually. Maybe as a GSoC project.
The actual thesis write-up is here https://digitalcommons.calpoly.edu/theses/2653/> in case you're really interested for some reason.
Re: Show HN: Graphite, a Blender-inspired 2D procedural design Rust app
#36The appeal of Blender for me is not just the open-sourceness, but also the fact that everything in it is programmable. Any action you can do via UI, you can do by calling some Python method. Why create a new project instead of advancing InkScape though?
And because it's time for a fresh start. Sometimes you can't turn around a heavy ship, and that ship doesn't want to be turned around. It's easy to write a sentence like that, but once you actually think about it, how does an outsider with a good idea and a capability to execute on it somehow approach an existing project and decide to "take it over"? That would be neither viable nor would it yield a desirable outcome. We're building something fundamentally different from Inkscape that just so happens to eclipse it.
Re: Show HN: Graphite, a Blender-inspired 2D procedural design Rust app
#37Earlier quoted context omitted.
Right now, it's a custom HTML/CSS/TypeScript component system using Svelte built to minimize bloat. But since Graphite is a data-driven graphics app and render engine, we are planning to gradually rewrite our UI components as Graphite documents— allowing us to design the editor's UI within its own editor UI. Once that happens, we can probably drop the web dependencies— although we've taken pains to ensure our current…
Have you considered using Iced? It can be hard to figure out at first but it's blazing fast, cross-platform and can compile to WASM. It's also _beautifully_ designed. Importantly, it's both "just Rust" and "very Rust". You can stay on the yellow brick road and kinda just get the app out there with incredible multi-threaded CPU + GPU rendering performance from the outset... or dig deeper and go into advanced stuff. Pe…
Re: Show HN: Graphite, a Blender-inspired 2D procedural design Rust app
#38Oh cool! I've had a very unfinished unpublished SVG editor from a couple years ago with blender-ish controls that I started cleaning up a couple days ago; guess I don't need to anymore. Here are some things in mine that I've found useful but don't see here (/ might have missed) and could be food for thought (presumably some of these are just NYI but noting them regardless): [edit: a couple of these things are already…
Re: Show HN: Graphite, a Blender-inspired 2D procedural design Rust app
#39Wow this looks fantastic! Good open-source tools for design are so necessary [1]. You should probably add Graphite to this list [2]. I'll definitely try Graphite and follow its progress. Good luck! -- 1: https://www.youtube.com/watch?v=lthVYUB8JLs 2: https://github.com/KenneyNL/Adobe-Alternatives
Re: Show HN: Graphite, a Blender-inspired 2D procedural design Rust app
#40Wow this looks fantastic! Good open-source tools for design are so necessary [1]. You should probably add Graphite to this list [2]. I'll definitely try Graphite and follow its progress. Good luck! -- 1: https://www.youtube.com/watch?v=lthVYUB8JLs 2: https://github.com/KenneyNL/Adobe-Alternatives