asdru
JCHJava Community | Help. Code. Learn.
•Created by asdru on 10/24/2024 in #java-help
Optimizing draw function for texured triangle
thanks for the advice!
20 replies
JCHJava Community | Help. Code. Learn.
•Created by asdru on 10/24/2024 in #java-help
Optimizing draw function for texured triangle
but i should test it further
20 replies
JCHJava Community | Help. Code. Learn.
•Created by asdru on 10/24/2024 in #java-help
Optimizing draw function for texured triangle
its not super slow so far i have 50 triangles on my screen and its still running at 60fps
20 replies
JCHJava Community | Help. Code. Learn.
•Created by asdru on 10/24/2024 in #java-help
Optimizing draw function for texured triangle
i tried lwjgl too but didn't like it since ur working with ints
20 replies
JCHJava Community | Help. Code. Learn.
•Created by asdru on 10/24/2024 in #java-help
Optimizing draw function for texured triangle
lets say its a personal challenge and im trying to learn 3d graphics
20 replies
JCHJava Community | Help. Code. Learn.
•Created by asdru on 10/24/2024 in #java-help
Optimizing draw function for texured triangle
do you know why this draws a cube but if i call the scene.draw method
it doesnt draw the cubes?
20 replies
JCHJava Community | Help. Code. Learn.
•Created by asdru on 10/24/2024 in #java-help
Optimizing draw function for texured triangle
20 replies
JCHJava Community | Help. Code. Learn.
•Created by asdru on 10/24/2024 in #java-help
Optimizing draw function for texured triangle
If there's a better solution that involves built in functions im all ears but i couldn't find anything
20 replies
JCHJava Community | Help. Code. Learn.
•Created by asdru on 9/19/2024 in #java-help
scanner blocking thread close
:shrugging:
24 replies
JCHJava Community | Help. Code. Learn.
•Created by asdru on 9/19/2024 in #java-help
scanner blocking thread close
I switched to using a buffered reader since its nextline function isnt blocking and that fixed it
24 replies
JCHJava Community | Help. Code. Learn.
•Created by asdru on 9/19/2024 in #java-help
scanner blocking thread close
I did try that and i still had the same issue
24 replies
JCHJava Community | Help. Code. Learn.
•Created by asdru on 9/19/2024 in #java-help
scanner blocking thread close
If i try closing the sender thread drom the reciever nothing happens because the interrupt function gets stuck wating for the sender's scanner to close/recieve input First
24 replies
JCHJava Community | Help. Code. Learn.
•Created by asdru on 9/19/2024 in #java-help
scanner blocking thread close
Anyone?
24 replies
JCHJava Community | Help. Code. Learn.
•Created by asdru on 8/7/2024 in #java-help
isometric tile setup
it helped but its still not perfect 😩
since its a 32x32 tile is it better to just write a function to round numbers up to the closest multiple of 32?
26 replies
JCHJava Community | Help. Code. Learn.
•Created by asdru on 8/7/2024 in #java-help
isometric tile setup
yeah i know its bad practise
26 replies
JCHJava Community | Help. Code. Learn.
•Created by asdru on 8/7/2024 in #java-help
isometric tile setup
thanks :)
26 replies
JCHJava Community | Help. Code. Learn.
•Created by asdru on 8/7/2024 in #java-help
isometric tile setup
this is the new function
but as u can see from the image the tiles arent perfectly aligned due to float multiplication. so instead of getting 48 i get 47 for example. is there a way to get the right value?
26 replies
JCHJava Community | Help. Code. Learn.
•Created by asdru on 8/7/2024 in #java-help
isometric tile setup
26 replies
JCHJava Community | Help. Code. Learn.
•Created by asdru on 8/7/2024 in #java-help
isometric tile setup
26 replies