All Questions
Tagged with parallax-scrolling java
3 questions
1
vote
0
answers
399
views
2D Parallax Scrolling
I'm trying to implement parallax scrolling and have a partially working equation (from a book I've read) but it doesn't fully align to the screen. I also want to stick purely to integer maths. I've ...
0
votes
1
answer
589
views
Trouble with a modified parallax scrolling concept
I have a set of layers (each of them being a list of items) moving with different speeds as I mentioned here: https://stackoverflow.com/a/18962019/270197. Layers back in the scene move with slower ...
1
vote
1
answer
726
views
Approaches to 2D Parallax
In a 2D scrolling platformer, what is the most efficient way or knowing which things with parallax depth should be drawn?
The approach below describes trying to know which things are nearby so they ...