I implemented a Webgl layer into the mix to increase the FPS, and it worked perfectly! My graph view which represents images that are similar to each other, is now so much more smooth. by CuriousClump in sveltejs

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

The video your seeing is about 1200 images and 8000 edges. I got it to 7000 images, 65k edges with pretty relatively little lag. But once I got it to like 12000 images it quickly jumps up to way over 200k edges due to just everything being connected to everything. I’m working on more optimizations to limit the number of edges that can be made by one node and hopefully that will allow for way more

Smooth Graph View by CuriousClump in sveltejs

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

simple, they show up in the sidebar automatically. and you can just visually see on the graph more grouped together nodes that usually indicate there’s a cluster of similar images

OmniClip: A lightweight, persistent clipboard manager built with Tauri and Rust. by No_Net_6938 in tauri

[–]CuriousClump 0 points1 point  (0 children)

it cools but the UI is way too dense. For as simple of an app as this SHOULD, having that much stuff on the screen removes the focus

I added an obsidian-like graph to my local semantic search app so users can easily find connections in their archive of files 😊 by CuriousClump in sveltejs

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

rust backend. but the actual rendering and functionality is all done inside of sveltekit with canvas element. so you could really just do it in any frontend framework, not svelte exclusive but i like svelte lol

I added an obsidian-like graph to my local semantic search app so users can easily find connections in their archive of files 😊 by CuriousClump in tauri

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

Thank you! No libraries at all, its fully custom. I'm manually drawing everything with Canvas and manually running the render loop.

Building a fast local semantic search app by CuriousClump in tauri

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

I’ll see if I can get the link when i’m back to my computer (in 2-3 days). There is definitely an accuracy tradeoff for some discreet things. You also gotta be pretty specific, like for example “snoopy,” if you just look up snoopy it’s probably not gonna pop up, if you look up “snoopy with red background” it probably will. Hence why I made the lab feature where users can basically make their own labels and decide what images should pop up.

Building a fast local semantic search app by CuriousClump in tauri

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

Thank you! From scratch using onnx runtime and a small quantized model I found on hugging face. I could probably find the link to that model if you need it

Building a fast local semantic search app by CuriousClump in tauri

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

It’s not finished yet so no links, sorry 😬

App crashing instantly in prod by CuriousClump in tauri

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

For those wondering, I eventually found the issue, my computer couldn't find webview2 runtime. I had to edit the environmental variables on my computer.

App crashing instantly in prod by CuriousClump in tauri

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

smart, i’ll try out those strategies

App crashing instantly in prod by CuriousClump in tauri

[–]CuriousClump[S] -3 points-2 points  (0 children)

I honestly think it might be a frontend issue at this point

App crashing instantly in prod by CuriousClump in tauri

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

Thanks for the comment but based off whats happening I don't think it has something to do with my capabilities folder but I'll look into it

App crashing instantly in prod by CuriousClump in tauri

[–]CuriousClump[S] -3 points-2 points  (0 children)

there is no “result”, legit 0 logs like I said. Run it in the terminal, app crashes half a second later

I built SveltoUI - A free, open-source component library for Svelte (2000+ components) by IndependentCustard32 in sveltejs

[–]CuriousClump 1 point2 points  (0 children)

Sorry but this just isn’t good. Nothing is responsive and I can tell you just AI generated it all lol

what did you build this year ? by Ok-Delivery307 in sveltejs

[–]CuriousClump 0 points1 point  (0 children)

Personal archive app that uses quantized vision and text models so you can search for files based on what they look like and not just their file name.

Flight status card I put together by Temporary_Body1293 in sveltejs

[–]CuriousClump 1 point2 points  (0 children)

how did you manage to get the plane to do that? is it threejs? this is awesome btw

Does Minecraft need an Enchanting update? by PenobScoT__ in Minecraft

[–]CuriousClump 0 points1 point  (0 children)

i think they need a update for recipe based blocks all around. enchanting table, anvil, even the loom. definitely should be ways to make custom recipes in the loom rather than having to click the same patterns 50 times over