Author: hossein
Mobile Safari start scrolling display issue
Let get right to the issue. iOS safari does re-size the view until navigation bar gets to It’s minimal height. Hence does not scrolling at start of scroll gesture. And it does not trigger onresize event while re-sizing to get navigation bar smaller.
This is clearly an issue. I propose two solution for it. Continue reading Mobile Safari start scrolling display issue
Mobile Safari full screen and fixed position elements display issue!!
Elements are not always fully appearing. While scrolling i see render issue (not rendering part of the element) until scroll ends. Continue reading Mobile Safari full screen and fixed position elements display issue!!
Put your data into variables with file2var
Use this tool to get access to your data in javascript. Example is included in github.
Embed program data within executable. Text files as c string and binary files as c array.
file2var is easy to use program to do justĀ that. Continue reading Put your data into variables with file2var
Jump Simulator
We had a request from a customer for creating a simulator from ground up with python where it should have the ability to run on multiple platforms. And we happily accepted the project, In implementation we where very careful about physics methods we used. Continue reading Jump Simulator