Wishlist: Ideal UI library for Nim

2023-07-27 Thread Araq
> Currently my intuitive first step would be one of the following: ... > > Starting with the great libraries that @guzba and @treeform made: pixie, > boxy, windy, ... Yes, that one. However, as far as I know Fidget already builds on top of these libraries and so it could be used and expanded. B

Wishlist: Ideal UI library for Nim

2023-07-27 Thread jasonfi
This is why a web client makes sense. Something like Electron/Tauri works great. The only thing you really need is unbundling the browser engine to reduce memory usage.

0 copy transfer of strings and blobs to SQLite?

2023-07-27 Thread treeform
I believe thats what happens in my sqlite debby wrapper: I am never re-encoding the string just passing pointers and length to bind. I assume no copy happens but I have not verified this with a debugger. It sucks that mys

Wishlist: Ideal UI library for Nim

2023-07-27 Thread matkuki
@Arag, as the originator of this idea/wishlist, could you sum up your preferences of the tools and libraries with which it would be best to start with as a base for this new UI library? Currently my intuitive first step would be **one** of the following: * Starting with the great libraries th

Wishlist: Ideal UI library for Nim

2023-07-27 Thread ingo
> [...] no instant visual response [...] Your clearly not a fan of ray tracing :) The response can take days. When I design a scene, in code, in POV-Ray, I don't need much interactivity as one keeps the whole composition in one's head. Same as in the past using AutosCAD, all done through the co

0 copy transfer of strings and blobs to SQLite?

2023-07-27 Thread ingo
Don't know, I only stay very much at the surface of Nim, as an eternal noob.

Wishlist: Ideal UI library for Nim

2023-07-27 Thread Araq
> Given that there's no payment - it's unlikely. I don't agree. Plenty of UI libraries in wide-spread use now did start this way and it's an inherently satisfying work. You write some code and see results on screen. It is important though that you don't need to write the same code for 3-5 diffe

0 copy transfer of strings and blobs to SQLite?

2023-07-27 Thread Araq
Why would it be impossible with Nim? You can use any entry point that SQLite offers.

Wishlist: Ideal UI library for Nim

2023-07-27 Thread alexeypetrushin
Also... maybe it's my subjective feelings, but it's kinda winner takes all game, market became more extreme, there's not much money for not-top app. Take look at mobile apps stats (or PC apps if you wish) - like 90% usage for top apps. All other apps - tens of thousands, fight for pennies in tho

Wishlist: Ideal UI library for Nim

2023-07-27 Thread alexeypetrushin
Problem with UI is that unlike say games, it's kinda boring, and there're not much people who would do it for free. Good UI library require at least 2 people (coder and designer, or rare individual who combine two skills) to sat on ass and star into PC screen for a year or two. Given that there

0 copy transfer of strings and blobs to SQLite?

2023-07-27 Thread ingo
[This thread on SQLite](https://sqlite.org/forum/forumpost/284d557096) peaked my interest. Especially post 6.1 pointing [to a Rust library](https://github.com/vlcn-io/sqlite-rs-embedded) . Is this done in Nim / can it be done in Nim? (not a (library) feature request, purely interest)