Honki-Tonks-Test-Rollenspiel VS trendy_terminal

Compare Honki-Tonks-Test-Rollenspiel vs trendy_terminal and see what are their differences.

Honki-Tonks-Test-Rollenspiel

Das erste Spiel das ich angefangen habe zu entwickeln. The first game I started developing in Ada. (by HonkiTonk)

trendy_terminal

A Windows/Linux library for enabling terminal settings and driving character-by-character input. (by pyjarrett)
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
Honki-Tonks-Test-Rollenspiel trendy_terminal
1 3
0 4
- -
0.0 0.0
over 1 year ago about 2 years ago
Ada Ada
GNU General Public License v3.0 only Apache License 2.0
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.

Honki-Tonks-Test-Rollenspiel

Posts with mentions or reviews of Honki-Tonks-Test-Rollenspiel. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-30.
  • What Did You Work On in 2021?
    15 projects | /r/ada | 30 Dec 2021
    Two weeks ago I found a backup of my test RPG, edited the code a little and threw it on GitHub. Even if the code is horrible and probably nobody can ever do anything with it.

trendy_terminal

Posts with mentions or reviews of trendy_terminal. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-29.
  • How to handle platform/feature-specific code?
    5 projects | /r/ada | 29 Mar 2022
    The typical way that I've seen is to use the build system to change out body implementations for the platform being compiled. This is modeled after the traditional notion of treating translation units like "modules" in C and C++. When I wrote Trendy Terminal, that's the route that I took. This route avoids virtual function call (dynamic dispatch) overhead.
  • What Did You Work On in 2021?
    15 projects | /r/ada | 30 Dec 2021
    I also did a few things: - Wrote an online e-book about Ada - Septum - context-based source code search for multi-million line codebases (I use this nearly every day at work. It's being submitted as my Ada crate of the year. - dir_iterators - library similar to the incredible walkdir. - project_indicators - library for spinners and progress bars. - trendy_terminal - library for cross-platform terminal setup, VT100 support, and GNU readline-like behavior. - trendy_test - library for simple unit testing, which runs tests in parallel. - Ada Ray Tracer - an Ada port of Ray Tracing in One Weekend. - dirs_to_graphviz - Make graphviz files from directory trees. - rst_tables - a tool to draw RST table outlines.
  • New Ada Folks (<2 years), what made you pick up (or leave) Ada?
    10 projects | /r/ada | 14 Sep 2021
    It does, it's not enabled by default and you can check your code page with chcp. Trendy Terminal 0.0.1 handles this for you, I should be soon releasing a 0.0.2 version of Trendy Terminal which uses an RAII type to ensure this gets reset properly for you. I'd highly recommend using "Windows Terminal" over the plain Powershell or Command Prompt.

What are some alternatives?

When comparing Honki-Tonks-Test-Rollenspiel and trendy_terminal you can also consider the following projects:

Honki-Tonks-Zivilisationen - Der Code meines 4X-Rundenstrategiespiels. The Code of my 4X turn-based strategy game.

King - An informal decsription of the King software-engineering language

dirs_to_graphviz

dir_iterators - Iterator-based directory walks in Ada

Ada_GUI - An Ada-oriented GUI

rst_tables - Simple tool to print rst tables

programming-with-ada - A guide for learning about the Ada Programming Language.

ada-ray-tracer

trendy_test - Ada Unit Testing Library

ASFML - Ada binding to the SFML library