this post was submitted on 16 May 2025
8 points (100.0% liked)

Java

1667 readers
7 users here now

For discussing Java, the JVM, languages that run on the JVM, and other related technologies.

founded 2 years ago
MODERATORS
 

Hello folks,

I made a very basic game named 2dBallAnimation, it's using basic vector math in order to make the Animation happen.

there is only 3 classes in the entire app:

  • MainActivity.java : it gets executed when the app start
  • DefaultScreenView.java : it's responsible to make the animation work by doing vector math
  • V2.java : contains the x,y values of a vector and methods for vector addition, subtraction, multiplication, normalization etc..

are you Android dev or Java dev? share your thoughts about the app? feel free to give me some suggestion too.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 5 days ago

Well you're not going to have much feedback as the links may not be working.