KickJS icon indicating copy to clipboard operation
KickJS copied to clipboard

A WebGL game engine for modern web-browsers.

Results 12 KickJS issues
Sort by recently updated
recently updated
newest added

Add simple particle engine (Shader based - ping pong textures)

Enhancement

http://www.khronos.org/registry/webgl/extensions/WEBGL_depth_texture/

Enhancement

When a mesh has multiple submeshes with different material and material renderorder, then the rendering of the mesh should be sorted by the renderOrder

Enhancement
Bug

http://answers.unity3d.com/questions/143045/transparent-objets-sorting.html#comment-443929

Is there any best practice for checking against object collisions with KickJS? Picking points with many well-placed cameras and using the calculated distance (pickObject.distance) in the next frame is a...

Improve loading a model using http request

Currently serialized data is assumed to use the same endianess. This may not always be the case. This should be solved when loading/saving binary data.

Enhancement

When loading a scene there should be a visual progress bar indicating how much is loaded

Enhancement