NBA 2k24 and American Express have partnered

2023-07-26 Thread Devon456
Learn About the Hot Zones Learning approximately the Hot zones is a fantastic manner to make the game be definitely right for you. 2K buffed Hot zones to stability the focus at the fiddler and trickier shot meter. It manner from the modern-day location, you could choose out a participant to get

Using Unicode in procedure and variable names

2023-07-26 Thread koistinen
On further thought, maybe using 2*3 bits rather than 6 bits would improve readability, also for the special indexing scheme.

How to make an archive and unpack/add a folder with files to the archive?

2023-07-26 Thread treeform
I recommend using . * If you are on windows, you don't need to ship a zlib.dll with your exe. * Zippy is faster than zlib.dll so you get better performance (1.5x - 2x faster). * Zippy is written in Nim so you that you can modify it or learn from it. * Zipp

Wishlist: Ideal UI library for Nim

2023-07-26 Thread brainproxy
> This is a problem that IMO can't be solved. Two options for solving it: 1. Use [linuxdeployqt](https://github.com/probonopd/linuxdeployqt), [macdeployqt](https://doc.qt.io/qt-6/macos-deployment.html), and/or [windeployqt](https://doc.qt.io/qt-6/windows-deployment.html). In the case of Wind

Wishlist: Ideal UI library for Nim

2023-07-26 Thread r3c
High quality software mostly have their own custom UI library, for example FL Studio or Blender. And modern consoomer UIs with their huge, gigantic butons made for touchscreens first look like crap. Especially on Linux, wether is Qt, Gtk, Wx, the buttons are huge and disproportional. If I woul

How to make an archive and unpack/add a folder with files to the archive?

2023-07-26 Thread janAkali
Zip wrapper is pretty straightforward (): Just make sure you have libzip development library installed. Here's an example of archiving a single file: import zip/zipfiles import streams var z: ZipArchive discard z.open("test.zip", fmW

looking for windows webview2 binding

2023-07-26 Thread bung
I make the webview2 project work, then move code base to , now works on macOS and windows, there're some other tasks to be done, so far basic feature works fine.

Wishlist: Ideal UI library for Nim

2023-07-26 Thread grd
> Qt licensing is not a big mystery, nor is it scary, nor does it change all > that much over the years: Yes, you are right. The only problem with Qt is that it is not installed by default, which means that any program that you write needs to have the libs built-in (...) or needs to have extra

How to make an archive and unpack/add a folder with files to the archive?

2023-07-26 Thread Calonger
Zuppy the Fox player ? You mean Zippy ?

How to make an archive and unpack/add a folder with files to the archive?

2023-07-26 Thread ploxotnuj1
How to make an archive and unpack/add a folder with files to the archive? I've tried a lot of libraries: `-zip,` `-zuppy,` `-nimarchive.` zuppy doesn't have any proper documentation, or I just didn't find it. Tell me a good module please.

Wishlist: Ideal UI library for Nim

2023-07-26 Thread ingo
> VST plugins UIs always amaized me and they are non-native. They are fit for use (well, some not), as they should be. UI's should be build for the task, not to some platform spec. For example the modules in [VCV-Rack](https://library.vcvrack.com/) are made using SVG and look good, are scalable