Development tutorials - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Creating & Contributing (https://forums.xonotic.org/forumdisplay.php?fid=10) +--- Forum: Xonotic - Development (https://forums.xonotic.org/forumdisplay.php?fid=12) +--- Thread: Development tutorials (/showthread.php?tid=131) |
Development tutorials - Erusavion - 03-25-2010 I just thought it would be helpful to have a thread where people newer to programming could find some tutorials. If anyone knows some good QuakeC tutorials, post them here. Along with other tutorials you find fitting to development. I've found some good tutorials here: http://www.inside3d.com/tutorials.php http://www.quake-1.com/docs/quakesrc.org/ RE: Development tutorials - master[mind] - 03-25-2010 w00t! Many MANY eternal thanks! I'll be up late tonight... RE: Development tutorials - Erusavion - 03-25-2010 If you plan on studying the majority of them tonight, then yes, you will be. There are a lot of tutorials on those sites =P And you're welcome =) RE: Development tutorials - esteel - 03-26-2010 IIRC there was some Nex related qc info on the old ouns wiki.. http://ouns.nexuizninjaz.com/dev:programming_introduction http://ouns.nexuizninjaz.com/dev:quakec http://ouns.nexuizninjaz.com/dev:howto RE: Development tutorials - DiaboliK - 03-26-2010 http://www.inside3d.com/qcspecs/qc-menu.htm stickied RE: Development tutorials - Alien - 03-27-2010 http://dev.xonotic.org/projects/xonotic/wiki RE: Development tutorials - Spyroviper - 04-03-2010 DiaboliK's and Erusavion's sources are the ones I used to learn, I swear by those links. RE: Development tutorials - FruitieX - 05-28-2010 I learned by doing, by modifying the HUD code to create what became the Nexuiz 2.5.2 HUD . I hadn't even learned about vectors at this time yet, so it was good practice for my upcoming vector course in maths From there I went on to do all sorts of stuff with server code also, and eventually it all started clearing up more. That without reading any QC tutorials, although I had scraped the surface of the C and Java languages before in school. |