Replies: 1 comment 4 replies
-
It looks like you've forgotten to add a camera :) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm fairly new to Rust in general and very new to the Bevy engine so forgive me if i'm missing something very obvious. Essentially I'm trying to learn Rust and Bevy together and was attempting to make my own version of pong, mostly by taking stuff from the 2D shapes example and Breakout examples on the Bevy engine website. I've come to the point where i'm adding in walls so the ball doesn't just fly off into the ether, but I can't seem to get the walls to render.
So I have a file "wall.rs" with the wall location/wall bundle stuff;
And then in "main.rs" I have the bevy setup stuff;
I'm not really understanding what is it that i'm missing and would greatly appreciate some help. Thanks in advance.
Also, please excuse the extra bits, I'm building this out from the same repo I was using when I went through the bevy book.
Edit:
So i've done some more mucking about with this and something i've done has started spitting out an error in the console every frame or so, perhaps this would be helpful;
Also, i've smashed my repo onto github, might be helpful to see the whole repo rather than just small code snippets; https://github.com/L-Boylan/learning_bevy_pong
Beta Was this translation helpful? Give feedback.
All reactions