Sunday, December 22, 2019

MKI Searching Game Progressive Web App with textures


New version of MKI Searching Game progressive web app with textured stages  is now  available on the web page: 




You can run the PWA in the browser and you can add it  to the main screen as a full screen application on your smartphone.

UPDATE: Now the game is also in Progressive App Store.

Tuesday, October 1, 2019

MKI3D GAME with textures

The recent version (2.01) of MKI3D GAME contains textures in many stages.


You can get the  compiled versions for Linux at:

You can find the source code at GitHub.






Sunday, August 18, 2019

Textures in MKI3D

Textures are being introduced into MKI3D. It is still work in progress. However, the first examples can be observed in MKI3D-Data repository


 Textured MKI3D stage

The textures are not in a binary form. Instead, they are defined with float type GLSL expressions defining the R, G, B, A functions. Each function has the arguments x and y and defines the value of the corresponding color component of the (x,y) point of the [-1.0, 1.0]x[-1.0, 1.0] square.
There is a web application TEXTURION  being developed, for preparing the definitions and previewing the textures.