Showing posts with label Developers. Show all posts
Showing posts with label Developers. Show all posts

Friday, January 8, 2010

(Click Here) Why should game developers use OpenGL instead of DirectX



Most of you must have heard about DirectX, whenever you install a PC game it usually asks also to install its own DirectX files. If they aren't installed correctly you usually get error sayin d3dx9__.dll/d3dx10__.dll etc. not found.
Actually both OpenGL and DirectX are the standards for development for games.
They are used by the games to interact with the hardware components etc. to run on the machine,that is why often while installing games you are prompted to install DirectX components so that those games can interact with your machine, also many times Visual C++ runtime components are also installed because developers mostly use Visual C++ as the preferred option for DirectX coding.
DirectX is used by the Microsoft Windows and Xbox series, while OpenGL is cross-platform based and can be used by Mac, various versions of Linux unlike the former one .
OpenGL actually stands for Open Graphics Library and was open source.
On the other hand DirectX stands for "Direct3D, DirectInput and DirectSound" and was developed by Microsoft Corp. to encourage game developers to use windows first choice( and so far it has succeded by its extensive marketing campaign). So, do checkout the above link.

Thursday, January 7, 2010

(Click here)Tips and tricks for HTML coders when working with IE to write bug free scripts



As with any type of programming, writing bug-free, efficient scripts that meet your expectations takes a bit of work. The following sections provide some tips and hints to make that work take less time and go more smoothly.

(Click Here) Build your own Internet Accelerator



Hi, people check out the above link to know how you can build your own accelerator.
Accelerators let you act on data in a Web page. You can select a few lines of text and send it to a blog or email it with a click. Using a previously installed Accelerator, this action "executes" the desired activity by navigating to the desired Web site with the selected portion of the article already available in the edit field. You can also act on data without going to another Web site using "preview" Accelerators; for example, you can translate a word or map an address. Hover over an Accelerator with your mouse to view the preview window.

NOTE: You'll learn to bulid an XML accelerator. So, it is advised to proceed if you have knowledge on XML programming. If you don't know still you can proceed but be a bit careful.