Tilt is a thin interface over a collection of Ruby template engines, that attempts to make their usage as generic possible.
Questions tagged [tilt]
118 questions
3
votes
1 answer
Moving image sideways with iPad tilt
I've been trying to create the following effect with no success and would really appreciate any help given
The effect is moving an image from left to right according to the iPad tilt. The iPad is held in landscape view and the image should move from…

Michael
- 73
- 1
- 9
3
votes
0 answers
How to test tilt effect in iphone simulator?
I am currently making an ios game in a program called istencyl for a contest on there website. The game involves rolling a character around with the accelerometer. Everything would be going fine but unfortunately in the ios simulator you can't test…

user1117677
- 59
- 1
- 3
3
votes
1 answer
android - tilt to scroll the text?
I am working on an app in which i need to make text scroll based on device tilt information. I have tried few solutions but nothing seems to be working. I am able to get the tilting information using the following code :-
public class SensorActivity…

Varundroid
- 9,135
- 14
- 63
- 93
3
votes
2 answers
Bundle update for padrino app: could not find compatible versions for "tilt"
Running bundle update on my padrino app gives me:
Bundler could not find compatible versions for gem "tilt":
In Gemfile:
padrino (= 0.11.1) ruby depends on
tilt (~> 1.3.0) ruby
padrino (= 0.11.1) ruby depends on
tilt…

Daniel May
- 2,192
- 5
- 25
- 43
3
votes
1 answer
Is there any workaround for disabling the "auto tilt when zooming" feature of the Google Earth plugin?
Recent versions of Google Earth are shipping with a feature called "Auto tilt when zooming". If enabled, Google earth automatically tilts the camera towards the horizon as you zoom closer to the surface. This feature can be disabled from within the…

TheAndyH
- 31
- 1
- 2
3
votes
3 answers
How to detect phone tilt?
How to determine the angle of the phone orientation in the one plane?
Now I make it through SensorManager:
mSensorManager = (SensorManager) getSystemService(Context.SENSOR_SERVICE);
mOrientation =…

user1367713
- 286
- 2
- 4
- 11
2
votes
0 answers
Docker-in-docker inside GitHub Actions, can't access Container from within Container
I'm running my CI from within a docker container with docker installed. Inside that docker container, I'm running docker-compose with a postgres database. Even though the postgres database has fully started, I can't access it at localhost:8090, like…

spierce7
- 14,797
- 13
- 65
- 106
2
votes
1 answer
Trigonometry calculate tilt angle from accelerometer data
I have the following Figure and the equations:
Three Axis for measuring tilt
Equations for measuring tilt
The body on the Figures is a tri-axial accelerometer sensor, which measures accelaration in meters/seconds².
The goal is to calculate the tilt…

Matheus
- 23
- 5
2
votes
0 answers
Add custom label for Helm Templates
My helm Chart.yaml file looks like this
apiVersion: v2
appVersion: "0.0.1"
description: Helm chart
name: blabla
version: 0.0.1
dependencies:
- name: nfs-server-provisioner
repository: https://charts.helm.sh/stable
version: 1.1.1
- name:…

mbxzxz
- 366
- 2
- 14
2
votes
1 answer
How to calibrate the accelerometer angle based on how the users is holding the device with Corona SDK?
Hey guys, I just finished my app with Corona SDK and thought I'd try to make my first game.
As my first app was learning about the accelerometer I thought my game should be with that too.
So I placed a little doodle on the screen and got him…

Cindy H
- 63
- 1
- 6
2
votes
1 answer
Control usb PTZ camera in a browser using JavaScript
I have a Logitech PTZ USB camera. I have prepared a video call functionality using WebRtc. Now what I need is to add Pan, Tilt and Zoom controls within the browser so user can controls the camera based on his need.
Is it possible to implement PTZ…

Mhadonis
- 330
- 3
- 11
2
votes
0 answers
Android Applying TiltShift effect to a photo
I'm trying to apply TiltShift effect to image similar to instagram in android.I came across several links , but nothing worked for me.Can anyone please gimme some idea regarding this

Satty
- 189
- 1
- 1
- 9
2
votes
2 answers
Google Map Tilt not working
I am developing a site with some parcels ( layers on google map ) and the client wants the map to be in tilt view. I understand the google api but i don't know why my tilt setting and heading are not taken into consideration.
This is my code…

Mircea Taune
- 23
- 1
- 3
2
votes
1 answer
Generating dynamic CSS using templates
I want to generate dynamic CSS using templates and Tilt andSASS in Rails 4.
Let's say I have the following css.sass template:
$class_name: test
$width: 329
$height: 425
.view-#{$class_name}
width: #{$width}px
height: #{$height}px
I need…

gotqn
- 42,737
- 46
- 157
- 243
2
votes
2 answers
Tilt Control in SDL for Android NDK JNI Games
I am working on C++ game using android NDK and JNI system using SDL (Simple DirectMedia Layer). I am done with most of the parts but i am not able to figure how to implement tilt control (tilt control as in temple run).I have googled a lot without…

Raghuvendra Kumar
- 87
- 2
- 10