drg-completionist VS elara

Compare drg-completionist vs elara and see what are their differences.

drg-completionist

DRG Completionist is a free, open-source online progress tracker for Deep Rock Galactic. It's designed to help keep track of all the different overclocks and cosmetics available for hard-working employees like yourselves, as well as to serve as an handy reference for overclock data. (by spicyboys)

elara

Work-in-progress educational programming game (by albrow)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
drg-completionist elara
2 2
47 73
- -
8.8 9.4
4 days ago 19 days ago
TypeScript TypeScript
GNU General Public License v3.0 only GNU General Public License v3.0 or later
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.

drg-completionist

Posts with mentions or reviews of drg-completionist. We have used some of these posts to build our list of alternatives and similar projects.

elara

Posts with mentions or reviews of elara. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-03.
  • Elara: A Free Coding Game
    1 project | news.ycombinator.com | 12 Dec 2023
  • Show HN: Elara- A free open-source coding game built with Rust and WebAssembly
    2 projects | news.ycombinator.com | 3 Oct 2023
    I'm excited to share a project that I've been working on mostly solo for the past year! It's called Elara, and it's a free open source game that teaches you how to code. You can play directly in your browser without downloading anything or creating an account. It's targeted toward complete beginners, but if you already have some coding experience, there are optional bonus challenges to really test your knowledge and problem-solving skills. If you like code golf, some of the challenges will be right up your alley ;)

    Under the hood, the backend/core game logic is built with Rust and compiled to WebAssembly, and the frontend/UI is in TypeScript and React. In-game, you write code in Rhai, a scripting language tightly integrated with Rust. I chose this architecture for a few reasons: it offers good performance for compiling and running user code, has important sandboxing/safety guarantees like preventing infinite loops, and means the entire game can run in-browser without the need for any servers (aside from just serving static files). Keeping costs low was really important since the game is 100% free and I would like to keep it that way. Check it out and let me know what you think! I'll be checking back here periodically to answer any questions.

    The full source code is available on GitHub: https://github.com/albrow/elara.

What are some alternatives?

When comparing drg-completionist and elara you can also consider the following projects:

nuzlocke - Nuzlocke Tracker - online app to record and track your pokémon nuzlocke progress and encounters. The tracker supports all pokemon up to generation 8.

coderover-js - Implementation of my coderover programming sandbox in Scala.js

ffxiv-gatheroute-data - Repository for FFXIV Gatheroute application's data

noita-tools - A collection of tools for Nolla Game's Noita that help get insight into seeds and find ones with special constraints.

DeathStrandingPorteria - A "Porter-pedia" for Porters of Death Stranding

harmony - An experiment with WebAssembly ✨ Harmony brings Git in your browser! Create and/or modify local files, on the fly, in your browser. Use git branches and commits to track them.

bombs-away - A recreation of the old Windows Phone game, 7bomb. This project contains a from scratch game engine, physics engine and game implementation.

web-assembly-rust-typescript-template - This repository was created to show how to link WebAssembly - Rust with TypeScript