About 50 results
Open links in new tab
  1. Nim forum

    Forum użytkowników języka programowania Nim, miejsce do zadawania pytań, dzielenia się wiedzą i dyskusji na temat Nim.

  2. Official SDL3 wrapper repository? - Nim forum

    Hello, just out of curiosity, are any Nim maintainers planning to update the official sdl2 wrapper repository to sdl3? https://github.com/nim-lang/sdl2/tree/master

  3. Kirpi - Löve2D style 2D game framework for Nim - Nim forum

    Another reason for this pragmatic approach is the number of abandoned projects in the Nim ecosystem. Even if this project were ever discontinued, it should still keep working thanks to choosing solid, well …

  4. Cborious: Fast standards-compliant CBOR library for Nim 2.x

    Announcing Cborious for Nim 2.x! What: Fast, standards-compliant CBOR library for Nim with streaming I/O, canonical/deterministic modes (RFC 8949), and compile-time encode/decode derivation inspired …

  5. Which IDE to use in 2024? - Nim forum

    But what tools Nim provide - for IDE to use and integrate with. I remember there were discussion and effort about: Nim Incremental Compilation, a key component to make IDE better, to give fast …

  6. Tiny Lisp written in Nim? - Nim forum

    Note that the lightweight, fast, and easy RPC route is sorta unique to Nim due to typed macros. Normal RPC systems in C++, Rust, Go, etc end up being behemoths like grpc or cap'n'proto. If you're …

  7. Nim Windows installation experience sucks - Nim forum

    choosenim doesn't have good tests that actually test the installation of a binary Nim version on windows from scratch and with installing mingw in the process the issue reporter is a bit reluctant with sharing …

  8. Nim Killer Fullstack App - Nim forum

    Nim is uniquely positioned for making a specific killer app: a reactive full stack framework. The web world is converging on fine grained reactivity (React for not so fine grained reactivity, SolidJS and …

  9. textalot- TUI I/O library written in Nim - Nim forum

    Hello everyone. I wanted to share a TUI library I wrote entirely in Nim. This will also serve as a lower-level layer for a more high-level TUI library I’ll complete later, called boxalot — which will include a …

  10. seaqt - a new set of bindings for Qt - Nim forum

    All you need to compile it is seaqt itself, a Qt installation with -dev packages (pkg-config is used to find Qt) and Nim 2.0+ (memory management is done "mostly" via destructors). There are of course still …