QCVM VS q2java

Compare QCVM vs q2java and see what are their differences.

q2java

Embedding of a Java VM in Quake2 to run games written in Java (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 q2java
5 1
139 6
- -
8.0 10.0
about 1 month ago almost 9 years ago
C Java
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.

q2java

Posts with mentions or reviews of q2java. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-05.
  • 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 q2java you can also consider the following projects:

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

qwpython - QuakeWorld dedicated server wrapped up as a Python module, QuakeC -> Python game translator

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

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

DIYDoom - An attempt to understand how DOOM engine works