#How to put single image on a program
17 messages · Page 1 of 1 (latest)
what tooling are you already using to even get the window there?
I dont know about images really, but I think thats necessary information
winit and image
if there is any other tool u prefer me to use please tell me cause i need to program this thing asap
hmm
Winit doesn’t directly provide any methods for drawing on a
Window
what are you trying to make specifically?
simply to put an image on the window
like a 1920x1080 on the 1920x1080 program window
for an example
https://stackoverflow.com/questions/70317456/how-to-display-an-image-in-real-time-using-rust the first link in the answer here might be useful, if you switch to eframe
wait
?crate show-image
Tysm, I’ll try this tommorow