Flag This Hub

Which is the best PHP based e-commerce platform

By


best platform for building online store

There are many online e-commerce engines/PHP based platforms available for building an online store such as magento, oscommerce, zencart, xcart? What are the strong and week points of these frameworks.

WebGL runs in the Canvas element of HTML5. It is a low level API, which means that the minutest of details have to be taken care of by the programmer himself, which makes writing code a bit hard, although many high level Frameworks are in the making. To describe the graphics to a Graphics Processing Unit (GPU) we need programs called shaders. As of today, GLSL (OpenGL Shading Language) is the only language that allows you to write code for WebGL shaders. GLSL cannot print data like printf() or make logs. All it does is output colours. It has two basic components: the vertex shader and the fragment shader. The vertex shader takes in a mesh and gives out the description of different points. Lighting computations based on the normals of triangles formed by the points take place here and are sent forward. This is sent to the fragment shader whose job is to output the colour of each pixel inside every triangle formed by those points. The WebGL API is what is used to get the data to these, and that is all its job is.

Thanks,

Mobicules Technologies

www.mobicules.com

Comments

No comments yet.

Submit a Comment
Members and Guests

Sign in or sign up and post using a hubpages account.



    Like this Hub?
    Please wait working