asteroids-demo VS rv_sim

Compare asteroids-demo vs rv_sim 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
asteroids-demo rv_sim
5 1
36 1
- -
0.0 1.8
over 1 year ago about 1 year ago
C C
The Unlicense MIT 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.

asteroids-demo

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

rv_sim

Posts with mentions or reviews of rv_sim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-22.
  • Intermediate level systems programming projects/textbook recommendations?
    4 projects | /r/C_Programming | 22 Jul 2022
    I think if you stick to a subset of the ELF format, it might not be too bad. But in the case where the output is to be run on a simulator instead of natively, you can output to whatever format you want. For example, I started work on a simple RISC-V assembler last year here (warning: very incomplete). It outputs into a straight binary format with everything assumed to start at address 0. I simulate it on a simple simulator I wrote here (again, very incomplete).

What are some alternatives?

When comparing asteroids-demo and rv_sim you can also consider the following projects:

olcPixelGameEngine - The official distribution of olcPixelGameEngine, a tool used in javidx9's YouTube videos and projects

rv_asm - RISC-V Assembler

raylib - A simple and easy-to-use library to enjoy videogames programming

rv_rtl - Basic RISC-V implementation in verilog

raygui - A simple and easy-to-use immediate-mode gui library

simple_raycasting - A simple raycasting "engine" written in c with raylib for graphics.