windy

Windowing library for Nim using OS native APIs. (by treeform)

Windy Alternatives

Similar projects and alternatives to windy

  1. FreeCAD

    This is the official source code of FreeCAD, a free and opensource multiplatform 3D parametric modeler. Issues are managed on our own bug tracker at https://www.freecadweb.org/tracker (by PaddleStroke)

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. pixie

    Full-featured 2d graphics library for Nim. (by treeform)

  4. NimForUE

    Nim plugin for UE5 with native performance, hot reloading and full interop that sits between C++ and Blueprints. This allows you to do common UE workflows like for example to extend any UE class in Nim and extending it again in Blueprint if you wish so without restarting the editor. The final aim is to be able to do in Nim what you can do in C++

  5. metal-cpp

    Metal-cpp is a low-overhead C++ interface for Metal that helps developers add Metal functionality to graphics apps, games, and game engines that are written in C++.

  6. nimskull

    An in development statically typed systems programming language; with sustainability at its core. We, the community of users, maintain it.

  7. illwill

    A curses inspired simple cross-platform console library for Nim

  8. vulkan

    Vulkan C bindings for Nim (by DanielBelmes)

  9. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  10. owlkettle

    A declarative user interface framework based on GTK 4

  11. pixels

    Toy support library for primitive graphics programming. (by Araq)

  12. shady

    7 windy VS shady

    Nim to GPU shader language compiler and supporting utilities. (by treeform)

  13. boxy

    4 windy VS boxy

    2D GPU rendering with a tiling atlas. (by treeform)

  14. nimraylib_now

    Discontinued The Ultimate Raylib gaming library wrapper for Nim

  15. cpython

    5 windy VS cpython

    Alternative StdLib for Nim for Python targets, hijacks Python StdLib for Nim (by juancarlospaco)

  16. imgui

    2 windy VS imgui

    ImGui bindings for Nim via cimgui (by nimgl)

  17. nimqt

    5 windy VS nimqt

    Qt bindings for nim

  18. nimgl

    2 windy VS nimgl

    NimGL is a Nim library that offers bindings for popular libraries used in computer graphics

  19. nim-gamepad

    Cross-platform gamepad library for nim

  20. nim-csfml

    Nim bindings to SFML multimedia/game library

  21. sokol-nim

    nim bindings for https://github.com/floooh/sokol

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better windy alternative or higher similarity.

windy discussion

windy reviews and mentions

Posts with mentions or reviews of windy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-09-01.
  • A Review of Nim 2: The Good and Bad with Example Code
    12 projects | news.ycombinator.com | 1 Sep 2025
    To be clear, you can compile to WASM with emscripten. However, if you want to call JavaScript code, e.g. to interact with the DOM from WASM in browser, then the bindings that are declared in the standard library do not support this.

    Instead, you will need to write your own bindings. Here's an example repository of mine using emscripten with Nim: https://github.com/miguelmartin75/nim-wasm-experiments and here are bindings to emscripten's C API for websockets: https://github.com/miguelmartin75/nim-wasm-experiments/blob/...

    With emscripten, you can create bindings to JavaScript using EM_JS macros, which you can emit in Nim. Here is an example of how to do so: https://github.com/treeform/windy/blob/bc98d4642c700f0277551...

  • Show HN: C-ocoa, Write iOS/macOS apps in any language, with a generated C API
    3 projects | news.ycombinator.com | 11 Sep 2023
    Interesting project, though I'd rather just use Obj-C. I guess if you wanna use it in something like JavaScript or Lua it'd make sense to have C as a bindi g layer.

    > https://gamepipeline.org/betray.html

    Interesting, I've been using a similar project for Nim lately: https://github.com/treeform/windy

    It's surprising how simple Obj-C interaction is compared to Java JNI or something. Here's the Obj-C interop for Windy:

    - macdefs: https://github.com/treeform/windy/blob/master/src/windy/plat...

  • How can I add graphics to my nim program?
    10 projects | /r/nim | 4 Jun 2023
  • How to detect and even save key presses
    2 projects | /r/nim | 18 May 2023
    I used https://github.com/treeform/windy in my text editor. It's a pure Nim library like SDL. For separate keypresses I used a state machine where every keypress advances the state and when it reaches an end state the action performed. Works pretty well ^
  • Simple Gamepad Support
    7 projects | /r/nim | 10 May 2023
    I made it because I really like pixie/boxy/windy combo, but there is no gamepad support built-in.
  • Is Fidget usable for implementation of 3D rendering?
    9 projects | /r/nim | 12 Nov 2022
    The author Fidget actually has a number of other great libraries that are part of the rendering stack. Notably, Pixie for text and shape rendering in 2D, Boxy for rendering textures to the GPU via opengl, and then Windy for an OS window context and user events, and a number of other libraries related to 3D rendering.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 24 Dec 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic windy repo stats
6
126
8.6
5 days ago

treeform/windy is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of windy is Nim.


Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Nim is
the 45th most popular programming language
based on number of references?