awesome-config VS reaper-with-typescript-starter

Compare awesome-config vs reaper-with-typescript-starter 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
awesome-config reaper-with-typescript-starter
1 1
7 12
- -
0.0 1.8
over 1 year ago over 3 years ago
Haxe Lua
- -
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.

awesome-config

Posts with mentions or reviews of awesome-config. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-28.
  • Try the new try.haxe!
    5 projects | news.ycombinator.com | 28 Feb 2021
    My config is on Github[0] and it's an absolute mess: at first I used plain Lua, then tried MoonScript (which was a huge let down, unfortunately), then switched to Haxe. In all 3 cases this config was my first time using the languages in question, so the code is... less than ideal, let's leave it at that :)

    If you want to set up something similar, you can start with haxeshigh/Makefile[1] and haxeshigh/bin/build (it's a shell script). In the haxeshigh/src/ there are implementations of three widgets: battery, brightness, and taglist[2]. The last one is the most complex as it uses coroutines to animate (slide in/out) the widget on screen. The rest of src/ are wrappers/type definitions for objects from Awesome, plus some macros/helpers for working with Lua tables (which are both arrays and hash tables at the same time, Haxe doesn't like this).

    I found some bugs in the Lua part of the Haxe compiler (genlua.ml), but it was a long time ago, so they are probably fixed already. I don't remember the details, but the fix was trivial... I'll try to look for the issue and see if it's already fixed later.

    [0] https://github.com/piotrklibert/awesome-config

    [1] https://github.com/piotrklibert/awesome-config/blob/master/h...

    [2] https://github.com/piotrklibert/awesome-config/blob/master/h...

reaper-with-typescript-starter

Posts with mentions or reviews of reaper-with-typescript-starter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-28.
  • Try the new try.haxe!
    5 projects | news.ycombinator.com | 28 Feb 2021
    I recently did a fairly large undertaking for TypescriptToLua.

    (Porting the Lua API + types of a major music DAW to TS types to make it possible to write type-checked scripts in JS/TS).

    The experience was mostly smooth, barring a few bumps of non-standard TS stuff.

    BUT, the community is amazing. They have a Discord server where the core devs are active and very helpful, they quickly and politely helped me fix the small issues I ran into.

    I never knew Haxe was capable of this, so I can't give a fair assessment, but now I am interested in trying it as well!

    -----

    If you want to check out what I did:

    https://forum.cockos.com/showthread.php?t=247666

    https://github.com/GavinRay97/reaper-with-typescript-starter

    https://i.imgur.com/yaoBDvb.gif

What are some alternatives?

When comparing awesome-config and reaper-with-typescript-starter you can also consider the following projects:

hashlink - A virtual machine for Haxe

awesome-haxe-gamedev - Resources for game development on haxe

haxe - Haxe - The Cross-Platform Toolkit