Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jose gonzalez

Pages: [1]
1
C / C++ /C# / Re: molecular display
« on: February 29, 2012 »
Kirl
I resolved the cholesterol problem



ya resolvi el problema con la molecula de colesterol.  El problema era que inusualmente en el archivo de esta todas coordenadas de las posiciones de los atomos de "x" son positivas y las de "y" son negativas, y el codigo que yo tenia no consideraba esta situacion.

2
C / C++ /C# / Re: molecular display
« on: February 28, 2012 »
There is a problem with the cholesterol molecule, I am trying to fix it. I Downloaded this and the others molecules of internet and I have found (i think ) that there is not a standard about the position of the molecule (with  respect at the center of axis).

And about of rotating the model itself, I'd not prefer the camera to rotate around it because I am building a program about reaction mechanisms and this program is only one part.  Electrophilic addition,
electrophilic substitution and nucleophilic substitution (unimolecular and bimolecular) are the Reaction Mechanisms that i am trying to animate in 3D (It is a project for some weeks).

3
C / C++ /C# / Re: molecular display
« on: February 27, 2012 »
This is the new version of my program DisplayMolecular.

Now you can see the links between atoms in two colors

4
C / C++ /C# / Re: molecular display
« on: February 21, 2012 »
I would like to build 3D reactions but I must to consider that theory of colisions and of the activate complex to know a reaction mechanism  of inorganic compounds.
And for for biochemical reaction like respiration, we must to understand the steps to convert glucose in CO2   (glucose->hexosaphosphate->triosephosphate->piruvate->CO2)

And the last step to build a 3D model of the reactions.

(I am sorry for my ugly english  I only speak spanish)

I am working in that direction (I am a Chemist).


5
C / C++ /C# / Re: molecular display
« on: February 20, 2012 »
this is the exe of my program display molecular.  I tried it in my computer in win 7 and works well but i would like to know how work in others computer and windows.    I'll appreciate your help. 
Thanks!!!


    >>>>> mas adelante ya subi la version mejorada que incluye el uso de gluCylinder    !!!!!!!!

>>>> captured images of my progam DisplayMolecular in http://www.prepafdza1.com/jngv/jngv.html

6
C / C++ /C# / Re: molecular display
« on: February 17, 2012 »
My program was made in C++ , not in Freebasic

7
Challenges & Competitions / Re: [MAGNIFICATION] C60
« on: February 16, 2012 »
Excelente programa

Felicidades!!!!!!!!!!!!

Te invito a ver mi Display Molecular

8
C / C++ /C# / Re: molecular display
« on: February 16, 2012 »
this is the exe of my program display molecular.  I tried it in my computer in win 7 and works well but i would like to know how work in others computer and windows.    I'll appreciate your help. 
Thanks!!!


    >>>>> mas adelante ya subi la version mejorada que incluye el uso de gluCylinder    !!!!!!!!

9
C / C++ /C# / Re: molecular display
« on: February 16, 2012 »
 combatking0 gracias por tus ideas, de hecho estoy "trabajando" (para mi esto es un pasatiempo ) en este momento en un simulador de los estados fisicos de la materia y tu programa me ha dado una nueva manera de presentarlo. 
El programa display molecular que hice lo estoy mejorando para que tambien abra o lea otros formados como cml y mol, y los enlaces quimicos ya nos los quiero mostrar con
       glBegin(GL_LINE_STRIP);
       glVertex3f(atoms[startindex].x+2*DBGAP,atoms[startindex].y+2*DBGAP,
                  atoms[startindex].z+2*DBGAP);
       glVertex3f(atoms[endindex].x+2*DBGAP,atoms[endindex].y+2*DBGAP,
              atoms[endindex].z+2*DBGAP);
    glEnd();

sino con un cilindro que una dos puntos en el espacio

10
C / C++ /C# / Re: molecular display
« on: February 13, 2012 »
I forgot to mention than i could do it thanks a code i got from steve cunningham.  The code of Steve works in glut and use the keyboard  but i change it to not use glut and it can mouse and buttons and run in win7.   (GLUT do not run in win7 >>> at least in my computer)

11
C / C++ /C# / Re: molecular display
« on: February 13, 2012 »
Do you want to read data from the pdb files?    yes

What features of the molecule do you want to display? atoms and  bonds (single, double and triple).  I am a teacher of chemistry in a high school in Mexico.  I want to make a program to display the molecules. I know there are programs that make it, but i want to do for myself.
I did one last weeks in borland C++ Builder but i want some ideas to add it.  My program rotate and zoom the molecule using the right and left mouse and display information about the molecule.

I am sorry for my english (I only speak spanish     >>>>  solo hablo espanol ) and i learn to make programs by selfteaching (autodidacta)   I added a attachment of a captured image of my program

Thanks
   

12
Projects / Re: Friendly Blobs!
« on: February 12, 2012 »
Excelente programa.   Felicidades!!!!!

13
C / C++ /C# / molecular display
« on: February 12, 2012 »
I am trying to do a display molecular of pdb files in opengl  any idea?

Pages: [1]