qwpython VS q2java

Compare qwpython vs q2java and see what are their differences.

qwpython

QuakeWorld dedicated server wrapped up as a Python module, QuakeC -> Python game translator (by barryp)

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
qwpython q2java
2 1
8 6
- -
10.0 10.0
almost 9 years ago almost 9 years ago
Python Java
- -
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.

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.

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 qwpython and q2java you can also consider the following projects:

DIYDoom - An attempt to understand how DOOM engine works

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

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

QCVM - Bite-sized QuakeC VM written in C