All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

id Software Releases Quake Source Code Under GPL License

13d ago· 3 min readenCode

Summary

This is the complete GPL-licensed source code release of the original Quake game by id Software, including winquake, glquake, quakeworld, and glquakeworld. The code was tested with Visual C++ 6.0 and requires masm for assembly language files. The software rendering versions rely heavily on assembly for performance, while OpenGL versions are less affected. The gas2masm tool was created to maintain cross-platform compatibility across DOS, Linux, and Windows.

Source

Twitter / Xid Software Releases Quake Source Code Under GPL Licensegithub.com

Key quotes

· 4 pulled
This is the complete source code for winquake, glquake, quakeworld, and glquakeworld.
It is possible to change a #define and build with only C code, but the software rendering versions lose almost half its speed.
The OpenGL versions will not be effected very much.
The gas2masm tool was created to allow us to use the same source for the dos, linux, and windows versions, but I don't really recommend anyone mess with the asm code.
Snippet from the RSS feed
Quake GPL Source Release. Contribute to id-Software/Quake development by creating an account on GitHub.

You might also wanna read

Comments

Sign in to join the conversation.

No comments yet. Be the first.