Tagged Questions
The acceleration tag has no wiki summary.
7
votes
1answer
254 views
Good acceleration structure for ray sphere tests with spheres that move
I'm looking for the proper acceleration structure to do ray-sphere intersection tests (in a game). the following conditions apply:
-there are arround 100 spheres and 100 rays to test against each ...
6
votes
4answers
18k views
Javascript iPhone Scroll Effect in an iFrame / Javascript Mouse Acceleration
I'm trying to recreate the iPhone flick / scroll event in a window using JavaScript.
Starting with JQuery, I'm measuring the mouse's acceleration and offset during click - drag - release events using ...
5
votes
2answers
422 views
Java 6 Hardware Acceleration on Mac OS X
I have a java application I wrote that loads up a TTF font and uses the drawString method from Graphics2D. This gets called every 50ms with the x and y positions changing each time to make the text ...
5
votes
1answer
1k views
Stop deceleration of UIScrollView
What's the best way to immediately stop the deceleration of an UIScrollView in iPhone 3.0?
I would like to keep the deceleration of the UIScrollView until it naturally stops or the user performs a ...
4
votes
3answers
3k views
How to calculate distance based on phone acceleration
I want to build something like this but using an android phone: http://www.youtube.com/watch?v=WOt9mb5QqRs
I've already built an app that sends sensor information via socket (still looking for a good ...
3
votes
1answer
50 views
Deceleration Timing
I am currently writing second version of the Flow Slider plugin and one of the animation options is when the slider accelerates at some constant acceleration up to some maximum speed and then ...
3
votes
4answers
431 views
Smooth grabbing
I've made a simple grabbing demo page. It doesn't have any easing/acceleration. I would like to do the same easing/acceleration as on kulesh.info (Flash website) using JavaScript. How can I do that?
...
3
votes
6answers
5k views
How to calculate deceleration needed to reach a certain speed over a certain distance?
I've tried the typical physics equations for this but none of them really work because the equations deal with constant acceleration and mine will need to change to work correctly. Basically I have a ...
2
votes
1answer
75 views
Calculate orientation by acceleration
Currently, I am trying to combine accelerometer and gyroscope on android phone to calculate the orientation (how much angle each axis rotates) of the phone. I know that acceleration cannot simply ...
2
votes
2answers
408 views
Android accelerometer accuracy (Inertial navigation)
I was looking into implementing an Inertial Navigation System for an Android phone, which I realise is hard given the accelerometer accuracy, and constant fluctuation of readings.
To start with, I ...
2
votes
1answer
160 views
Device Motion in accelerated environment
I wrote an app which displays pitch and roll attitude (a glass cockpit app). When I rotate or tilt the iPhone/iPad the attitude is displayed accurately. When I'm flying in an airplane and rotate or ...
2
votes
2answers
132 views
Which geometrical calculations can be accelerated using OpenGL
I need to accelerate some programs that use intensive calculations where surface calculations from the intersection between cubes, spheres and similar are needed. Using CUDA I need to specify all the ...
2
votes
1answer
1k views
Interpret android accelerometer values to get phone's translation along axes in real world
I did search but I could not find an answer; When interpreting android accelerometer values, how can one translate these values into real world phone translation along X/Y/Z axes?
I hope it makes ...
2
votes
2answers
281 views
Which is the fastest way to retrive all items in SQLite?
I am programming on windows, I store my infors into sqlite.
However I find to get all items is a bit slow.
I am using the following way:
select * from XXX;
retriving all items in 1.7MB SQLite DB ...
2
votes
1answer
842 views
How do I incorporate speed and/or acceleration into a (WPF) scrollviewer?
I have a WPF scrollViewer that I use for panning (MouseDown, MouseMove, MouseUp) and I would like to include an acceleration effect that incorporates inertia. So, if the mouse moves beyond a ...
2
votes
2answers
3k views
Make virtual network interface in Linux?
I'm building a program that does network acceleration, and I need to know how to create a network interface on Linux that instead of directing data to an actual interface, directs information to my ...
2
votes
2answers
437 views
How to Detect Hardware Acceleration for OpenGL on Windows
Is there a Win32 API call that detects the current Hardware Acceleration level of a user's system? I have no need to change the setting, but I'd like to scale back the level of detail for my OpenGL ...
1
vote
1answer
31 views
hardwareAccelerated animation in Android 2.2
is there any way to do run animation on the GPU when writing an app for Android 2.2 and up
Thanks.
1
vote
1answer
62 views
Slowing mouse speed
Any ideas on how I can slow down the mouse speed in a wpf application. Google didn't come up with anything. Should this be dealt with native events from Win32.
1
vote
1answer
79 views
How do I build an accelerating scroll affect using javascript?
I am new to javascript, which so many of you know, and I am finding that the actual application of all the things I learned evades me. If you just give me the code, that probably won't help me; I need ...
1
vote
1answer
127 views
how can i get velocity with UIAcceleration?
Do you know "motion ruler"? Use it can get length of object through move iphone.
Can anyone help me ? How can i get velocity by UIAcceleration when iphone moving?
thanks
1
vote
2answers
190 views
Adding constant acceleration to this pendulum code
How can I add constant acceleration to this pendulum as a whole while using this code? The code right now is describing a pendulum, how would I alter it to describe a pendulum in a moving train (where ...
1
vote
1answer
269 views
Deceleration and acceleration
Im making an Android game and I'm looking for a relatively simple tutorial on ball collision detection. In particular an elastic collision between 2 balls (That is to say how balls would behave after ...
1
vote
1answer
273 views
Add optional hardware acceleration to RenderTargetBitmap
Is there an alternative to RenderTargetBitmap that can produce an image to be used with Image.Source & is hardware accelerated in .NET 3.5 sp1? Answers for .NET 4.0 are fine but I may not be able ...
1
vote
1answer
653 views
Java2D OpenGL Hardware Acceleration Doesn't Work
It doesn't work with OpenGL with even the simplest of programs. Here is what I am doing..
java -Dsun.java2d.opengl=True -jar Java2Demo.jar
(Java2Demo.jar is usually included with the JDK..)
The ...
1
vote
1answer
251 views
How to accelerate the FLV video in RTMP?
I've been stucked with this requirement for a long time.And how can I do that?Any suggestions would be appreciated!
1
vote
3answers
649 views
Cuda GPU optimization
i have read that there were 100X acceleration on certain problems when you use NVIDIA GPU instead of CPU.
what are the best performance acceleration timings using cuda on different problems.
please ...
1
vote
4answers
2k views
Working with Accelerometer
I am working on gestures using acceleration values (x, y, z) from a device.
If I hold the device in my hand in a resting position (x,y,z) = ((0,0,0)). But if I change the direction of device (still ...
0
votes
1answer
42 views
How to simulate Mouse Acceleration?
I've written iPhone - Mac, Client - Server app that allows to use mouse via touchpad.
Now on every packet sent I move cursor by pecific amount of pixels (now 10px).
It isn't accurate. When i change ...
0
votes
1answer
30 views
How to make sure GPUAcceleration for Silverlight is really on?
I can have a lot of controls in my layoutroot (a canvas). And as the tree gets bigger, performance naturally fades and eventually the application becomes unresponsive to most actions.. To give my ...
0
votes
1answer
23 views
Mouse follower easing in/out
There are a lot of mousefollower tutorials out there. Most of them feature a simple formula for easing the motion:
x += (tx - x) / interp;
y += (ty - y) / interp;
(tx = target position, x = actual ...
0
votes
1answer
30 views
android - Accelerations work only in debug
I have an app that records the phone's accelerations and saves them to a file.
When I check the app in debug mode on my phone, everything works great.
When I take the apk file and install it one the ...
0
votes
1answer
57 views
Android java development time of acceleration to
How can I calculate the time of acceleration to 100kmh?
Well, I registered a location listener when the !location.hasSpeed() is true store the time of location into a variable. When the speed is reach ...
0
votes
1answer
95 views
Android: Scrollbar Accelerator?
I'm writing an Android application that contains lots of long lists and I need to accelerate scrolling somehow. The Android Contacts application for example uses a list of letters to allow quick ...
0
votes
0answers
102 views
Coming from XNA to Corona SDK, help with the idea of update (GameTime, gameTime) in Corona?
I'm trying to get the hang of Corona SDK, I don't know much about the language LUA as I'm coming from a C# and XNA background. The question I have is I want to do some acceleration on an object when a ...
0
votes
1answer
105 views
How to accelerate WPF fade in/out animation
I implemented lightbox effect with window's opacity change whilst fading in/out. When I have my window maximized this effect has big delay or when I use duration property then opacity change is not ...
0
votes
1answer
236 views
scroll window when mouse moves
Hello allWhat I mean is while the mouse is moving towards the edge of the window (x or y or both), I want the page to scroll, and when the mouse stops moving, I want the page to stop scrolling.There ...
0
votes
1answer
220 views
Capping Speed on 2D Spaceship
So like just about everyone else learning some programming language, I've given myself a spaceship game project. So far, I have parallax stars and all the nice things I expect from a spaceship game. ...
0
votes
1answer
202 views
html5 audio not triggered by acceleration on iPhone / pod
I want to trigger an audio file when I shake the iPhone. I can get audio to play with a button press. I can get audio to play on shake after I have first used the button press. But on first entry to ...
0
votes
1answer
341 views
How to detect mouse acceleration in javascript?
I'm logging the mouse movements in a web app.
I'd like to detect the mouse acceleration on a platform (e.g. Windows). Is it possible to do it from javascript, even just in an approximated way? I ...
0
votes
7answers
419 views
Javascript acceleration?
Is there any way to speed up JS scripts (i mean some complex DOM manipulations, like games or animations)?
0
votes
1answer
123 views
animation starts when tilting
i like to start this animation when tilting. it doesn't, so i suppose some essential code is missing. please help:
- (void)accelerometer:(UIAccelerometer *)accelerometer didAccelerate:(UIAcceleration ...
0
votes
3answers
531 views
Javafx 2d text rendering speed up
I am a little surprised that JavaFX do consume my CPU by showing simple floating text on a screen.
My question is there any option tweaks to turn on hardware acceleration for nodes like Text? To Use ...