Tremulous Forum

Mods => Modding Center => Topic started by: swamp-cecil on June 08, 2010, 10:44:49 pm

Title: python and c
Post by: swamp-cecil on June 08, 2010, 10:44:49 pm
ive seen people talking about python and c coding around me, and so...

python is the coding for models?
c is the coding for qvm?
is ASM included?
Title: Re: python and c
Post by: David on June 08, 2010, 11:23:07 pm
Everything is written in C.  There are a few bits of ASM floating around in the renderer.

The models are models not code.
Title: Re: python and c
Post by: swamp-cecil on June 11, 2010, 11:49:35 pm
but then are models coded with c?
Title: Re: python and c
Post by: David on June 11, 2010, 11:54:00 pm
The model loading and rendering code is in C, but the models themselves aren't.
Title: Re: python and c
Post by: gimhael on June 12, 2010, 06:57:16 am
The models are just data, they can be generated in any programming language. You just have to produce the MD3 file format (http://en.wikipedia.org/wiki/MD3_(file_format)).