QCVM VS qwpython

Compare QCVM vs qwpython and see what are their differences.

qwpython

QuakeWorld dedicated server wrapped up as a Python module, QuakeC -> Python game translator (by barryp)
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
QCVM qwpython
5 2
139 8
- -
8.0 10.0
about 1 month ago almost 9 years ago
C Python
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.

QCVM

Posts with mentions or reviews of QCVM. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-24.

qwpython

Posts with mentions or reviews of qwpython. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-05.
  • QWPython: QuakeWorld dedicated server with game logic translated to Python
    1 project | news.ycombinator.com | 6 May 2023
  • QCVM: Bite-sized QuakeC VM written in C
    7 projects | news.ycombinator.com | 5 Feb 2023
    I had a huge amount of fun back in those days messing with QuakeWorld and Quake2, learned a ton of stuff.

    One project was embedding a Python2 interpeter in QuakeWorld, along with a QuakeC->Python translator. The translator and the resulting Deathmatch and CTF games are here: https://github.com/barryp/qwpython

    The other was embedding a JavaVM in Quake2, and instead of trying to translate the C game logic, we recreated the whole thing from scratch in an object-oriented Java fashion: https://github.com/barryp/q2java

    Thanks to Carmack for opening up those old engines, that was a real education.

What are some alternatives?

When comparing QCVM and qwpython you can also consider the following projects:

q3vm - Q3VM - Single file (vm.c) bytecode virtual machine/interpreter for C-language input

DIYDoom - An attempt to understand how DOOM engine works

pawn - Pawn is a quick and small scripting language that requires few resources.

john-carmack-plan - An archive of John Carmack’s .plan files in readable markdown format

q2java - Embedding of a Java VM in Quake2 to run games written in Java