Author Topic: python and c  (Read 4252 times)

swamp-cecil

  • Posts: 774
  • Turrets: +80/-163
    • Tremulous
python and c
« 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?
these are stupid suggestions, don't even waste our time.
I don't like your negative attitude.

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: python and c
« Reply #1 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.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

swamp-cecil

  • Posts: 774
  • Turrets: +80/-163
    • Tremulous
Re: python and c
« Reply #2 on: June 11, 2010, 11:49:35 pm »
but then are models coded with c?
these are stupid suggestions, don't even waste our time.
I don't like your negative attitude.

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: python and c
« Reply #3 on: June 11, 2010, 11:54:00 pm »
The model loading and rendering code is in C, but the models themselves aren't.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

gimhael

  • Posts: 546
  • Turrets: +70/-16
Re: python and c
« Reply #4 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.