Quake Brutalist Jam II

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • vkQuake

    Discontinued Vulkan Quake port based on QuakeSpasm

    > Personally, I prefer https://github.com/Novum/vkQuake because it allows disabling texture smoothing.

    All hardware-accelerated Quake source ports that I'm aware of allow you to disable texture smoothing, going all the way back to the original GL Quake (if not earlier).

    It was historically set through the console (rather than through a graphical menu), via the `gl_texturemode_ command

    On modern hardware capable of trilinear filtering, the appropriate texturemode to disable texture smoothing (which keeping the other niceties of hardware acceleration was

    gl_texturemode "GL_NEAREST_MIPMAP_LINEAR"

    For the Ironwail engine, which is the currently preferred Quake source port for modern 3D hardware, options on whether or not to use texture smoothing (and other "retro" aesthetics like whether to use square or circular particles) are things that can be toggled in the video configuration menu.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • bsp2obj

    convert Quake BSP maps to Wavefront OBJ models

    This claims it would do the trick: https://github.com/fzwoch/bsp2obj

  • ironwail

    High-performance QuakeSpasm fork

  • noclip.website

    A digital museum of video game levels

    You might also be interested in: https://noclip.website/ (not quake maps)

    I also know https://www.halospawns.com/app used to have quake maps (dm6 at least), but can't find it now.

  • Archipelago

    Archipelago Multi-Game Randomizer and Server

    > walk through a door in an RPG Maker game end up playing a Quake level! And then, upon killing a certain enemy, be suddenly in a bossfight in a SMW ROMhack!

    I just learned about this [1] yesterday but seems to be the first data point I've seen regarding something like you describe. Very cool to see, and it definitely blew my mind that things like this are now being developed.

    [1] https://archipelago.gg/

  • q2pro

    Enhanced Quake 2 client and server

    Q2Pro is the standard in the servers. You'd get kicked or see warnings without it:

    https://github.com/skullernet/q2pro

  • antiquake-rs

    An indie games engine based off of the quake framework implemented in Rust.

    This is cool.

    I'm trying to make a push to get richter/antiquake to compile to wasm. I think I can knock it out this month. I just want to host my own Slide Quake server on a Cloudflare worker.

    https://github.com/Antiquake-rs/antiquake-rs

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Elevator Jank - why does this happen and how do I fix it?

    2 projects | /r/quake | 13 Feb 2023
  • best qauke 1 source port?

    2 projects | /r/quake | 18 Jan 2023
  • Why lava on Oxyblack Fortress map for Arcade Dimentions acts so weird? How can I fix that?

    2 projects | /r/quake | 21 Aug 2022
  • New Quakespasm version

    3 projects | /r/quake | 14 Jun 2022
  • for arcane dimensions tears of a false god keeps crashing help

    2 projects | /r/quake | 6 Jun 2022

Did you konow that C is
the 7th most popular programming language
based on number of metions?