Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "Modding tools"

From Quake Wiki

m (Commerical)
(Free)
(2 intermediate revisions by one other user not shown)
Line 10: Line 10:
 
* [[fastqcc]] - old, don't use
 
* [[fastqcc]] - old, don't use
 
* [[QCC]]    - id's original, don't use
 
* [[QCC]]    - id's original, don't use
* [[GMQCC]- new compiler developed for the xonotic project
+
* [https://graphitemaster.github.io/gmqcc/ GMQCC] - An Improved Quake C Compiler
  
 
===QuakeC Editors===
 
===QuakeC Editors===
Line 22: Line 22:
 
* SciTE - general programmers editor
 
* SciTE - general programmers editor
 
* [[QCide]] - User friendly QuakeC IDE based on SciTE
 
* [[QCide]] - User friendly QuakeC IDE based on SciTE
* Eclipse
+
* [https://www.eclipse.org/ Eclipse IDE]
 
* [[Project Editor 2006]] - IDE for project oriented QuakeC modifications
 
* [[Project Editor 2006]] - IDE for project oriented QuakeC modifications
 
* [https://www.codeblocks.org/ Code::Blocks]
 
* [https://www.codeblocks.org/ Code::Blocks]
 +
* [https://www.vim.org/ Vim]
 +
* [https://neovim.io/ NeoVim]
  
 
====Commerical====
 
====Commerical====

Revision as of 03:54, 17 May 2021

QuakeC Source

QuakeC Compilers

QuakeC Editors

Free

Commerical

See Also