png2rex VS gruid

Compare png2rex vs gruid and see what are their differences.

png2rex

A quick utility for turning PNG files into REXPaint xp files. (by thebracket)

gruid

Cross-platform grid-based UI and game framework. (by anaseto)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
png2rex gruid
1 13
15 80
- -
0.0 0.0
about 3 years ago 8 months ago
C++ Go
MIT License ISC 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.

png2rex

Posts with mentions or reviews of png2rex. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-26.
  • Sharing Saturday #352
    11 projects | /r/roguelikedev | 26 Feb 2021
    I've ported my old Png2Rex for C++ over to Rust. It's currently exactly the same, just native Rust - so i don't have to fire up a C++ environment to use it. I expect it'll improve a bit, I have a few ideas - and the Rust image system is really powerful. It was interesting porting such a simple tool, and highlighted the differences in development philosophies. The C++ version baked in its own PNG reader, because dependencies are such a pain. This time, I just imported image with the png feature flag. Likewise, instead of including a Rex Paint reader/writer, I just imported the one from bracket-lib and used it. The result? I made this tool, including unit tests and far better error handling, in about 30 minutes. :-)

gruid

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

What are some alternatives?

When comparing png2rex and gruid you can also consider the following projects:

Axes-Armour-Ale - A fantasy, ASCII dungeon crawler for Windows, Linux & OSX

Ebiten - Ebitengine - A dead simple 2D game engine for Go

png2rex_rs - Utility for converting PNG files to REX Paint .xp files.

dear-imgui-unity - Unity package for Dear ImGui

OneMoreLevel - A turn-based Roguelike game made with Godot engine.

ECS - A templated, single-file header only Entity Component implementation.

RogueSharp - A .NET Standard class library providing map generation, path-finding, and field-of-view utilities frequently used in roguelikes or 2D tile based games. Inspired by libtcod

bracket-lib - The Roguelike Toolkit (RLTK), implemented for Rust.

rust-rl - a roguelike in rust using rltk/bracket-lib

tile - Tile is a 2D grid engine, built with data and cache friendly ways, includes pathfinding and observers.

doryen-rs - ascii roguelike library in rust with native and wasm support