roquest VS flaschen-taschen

Compare roquest vs flaschen-taschen and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
roquest flaschen-taschen
3 3
0 191
- -
0.0 0.0
over 1 year ago almost 2 years ago
C C++
MIT License GNU General Public License v3.0 only
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.

roquest

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

flaschen-taschen

Posts with mentions or reviews of flaschen-taschen. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-15.
  • RoguelikeDev Does The Complete Roguelike Tutorial - Week 8
    14 projects | /r/roguelikedev | 15 Aug 2022
    I didn't get all the way through as much of the tutorial as I'd wanted to, however I was able to learn a ton about how to communicate with my display (as well as numpy optimizations to the lib c/o /u/HexDecimal). Unfortunately real-life responsibilities crept in and I found myself having less and less free time to work on this. However, I do plan to continue with it over the upcoming semester to see where I can take it.
  • RoguelikeDev Does The Complete Roguelike Tutorial - Week 4
    14 projects | /r/roguelikedev | 18 Jul 2022
    I have a controller hooked up to a Raspberry Pi (recognized by python-evdev) that outputs to a 64x64 LED panel using the Flaschen-Taschen software. What this means is that I have a Python script running my game, output going to a separate location (in prod - the LED panel / in testing - the Flaschen-Taschen software running in terminal mode in a separate window). I've toyed with evdev permissions but can't get the laptop keyboard to be recognized, no matter what permissions my user account has. I'd rather not plug my controller into my computer for testing (or a USB keyboard at that) for evdev to work, but it's starting to seem more and more like I need to figure this one out for those who don't have my HW setup and want to try it out (plus - the whole testing while away from my desk thing).
  • RoguelikeDev Does The Complete Roguelike Tutorial - Week 2
    19 projects | /r/roguelikedev | 4 Jul 2022
    /u/HexDecimal kindly made a PR to the Flaschen-Taschen library to make drawing faster. I need to do some code reorganization to support that, as right now I'm just using the list-of-lists style of Python 2D array and it's probably not overly optimized.

What are some alternatives?

When comparing roquest and flaschen-taschen you can also consider the following projects:

tcod-cpp-engine-2022 - A modern roguelike engine made while following the older libtcod tutorials.

rldevtut

java_rrouge

rlscript-jsdriver

zig-roguelike

roguelikedev-2022 - RoguelikeDev Does The Complete Roguelike Tutorial 2022 Edition

rlTutorial2022 - RoguelikeDev Does The Complete Roguelike Tutorial 2022

RoguelikeTutorial2022 - A vanilla Javascript implementation of the /r/roguelikedev Tutorial2022 using rot.js

youngsters_funhouse - Basically the 2020 Roguelike Tutorial with some of my cosmetic spice

blazelike

js-rogue-tutorial - A ROT.JS implementation of the libtcod tutorial 2022