boxy VS nimgl

Compare boxy vs nimgl and see what are their differences.

boxy

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

nimgl

NimGL is a Nim library that offers bindings for popular libraries used in computer graphics (by nimgl)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
boxy nimgl
4 2
100 356
- 0.0%
5.5 0.0
6 days ago over 2 years ago
Nim Nim
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

boxy

Posts with mentions or reviews of boxy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-01.
  • Nim v2.0 Released
    49 projects | news.ycombinator.com | 1 Aug 2023
    Not by itself! But together with other library boxy you can: https://github.com/treeform/boxy

    You should use pixie to load textures, create text, rasterize vector graphic etc... and send them to boxy to be drawn every frame.

    Yes Pixie is CPU only, and just like you can't use Cairo or Skea for real time games you can't use Pixie, but boxy you totally can.

  • How can I add graphics to my nim program?
    10 projects | /r/nim | 4 Jun 2023
  • 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.

nimgl

Posts with mentions or reviews of nimgl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-04.

What are some alternatives?

When comparing boxy and nimgl you can also consider the following projects:

cpython - Alternative StdLib for Nim for Python targets, hijacks Python StdLib for Nim

ludo - A libretro frontend written in golang

nim-gamepad - Cross-platform gamepad library for nim

bgfx - Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.

owlkettle - A declarative user interface framework based on GTK 4

nimqml - Qt Qml bindings for the Nim programming language

pixie - Full-featured 2d graphics library for Nim.

magnum - Lightweight and modular C++11 graphics middleware for games and data visualization

vulkan - Vulkan C bindings for Nim

LWJGL - LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan, bgfx), audio (OpenAL, Opus), parallel computing (OpenCL, CUDA) and XR (OpenVR, LibOVR, OpenXR) applications.

windy - Windowing library for Nim using OS native APIs.

nim-csfml - Nim bindings to SFML multimedia/game library