Hi! I'd like to ask for some graphic advise (I think game development is similar to image processing). So my question was which could be the best language to simulate (maybe with movement) biological molecules and chemistry stuff.

Thank you!

Recommended Answers

All 7 Replies

Member Avatar for iamthwee

c++ with either directx or opengl.

Quite simple once you get into it.

c++ with either directx or opengl.

Quite simple once you get into it.

Seconded.

C++ with DirectX of OpenGL is certainly a viable possibility - if you are comfortable with C++.

Other options would be Java with JOGL (binding for OpenGL), C#, or perhaps even Python with PyOpenGL.

It really depends on your programming background and what languages you feel comfortable with.

Well if you are going to use C++ and OGL/DX then there is going to be a bit of code to write. OpenGL would be easier as it's less confusing and has a cleaner api.


If you just want to show off molecules and not really interested in making a program ..... you could try Luxinia ..... which uses a scripting lanuage called lua to do everything...

as a user you do not need any compilers but purely work with the high-level language Lua to code your projects. The engines design goals were:

Check it out

OK!!

Thank you all very much!

By the way, do you recommend me using a visual program to develop the application(I've seen in some posts about programs to develop 3D stuff) or just code in cpp+openGL?

The simulation won't require any display code, the display code won't require any simulation.
While you may optimise the display code for specific data, it should never be mixed into the code that generates that data.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.