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)
(Commercial)
 
(4 intermediate revisions by 3 users 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]
 +
* [https://github.com/vkazanov/quakec-mode/ Emacs] - Emacs major mode supporting vanilla QuakeC
  
====Commerical====
+
====Commercial====
 
* [https://www.visualstudio.com/free-developer-offers/ Microsoft Visual Studio]
 
* [https://www.visualstudio.com/free-developer-offers/ Microsoft Visual Studio]
 
* [https://www.sublimetext.com/ Sublime Text]
 
* [https://www.sublimetext.com/ Sublime Text]

Latest revision as of 17:10, 26 May 2023

QuakeC Source[edit]

QuakeC Compilers[edit]

QuakeC Editors[edit]

Free[edit]

Commercial[edit]

See Also[edit]