Replies: 6 comments
-
Ah, didn't realize that the I'll see if I can get the windowing parts updated to avoid build problems, hopefully I can get it fixed tomorrow. |
Beta Was this translation helpful? Give feedback.
-
That would be amazing; thanks!
I’m on the Mac Apple Silicon hardware platform if that’s of any use.
.
…On Dec 4, 2023 at 3:48 PM -0800, Lokathor ***@***.***>, wrote:
Ah, didn't realize that the beryllium dependency (and the fermium dependency that it brings in) is so old! It's been a while indeed.
I'll see if I can get the windowing parts updated to avoid build problems, hopefully I can get it fixed tomorrow.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I've updated the code to use the latest version of beryllium This isn't a sure-thing because honestly I've never experimented with an Apple M1 before, but it's more likely to work now. |
Beta Was this translation helpful? Give feedback.
-
Also let's make this an issue: #16 |
Beta Was this translation helpful? Give feedback.
-
Thanks! But little change. Updated and it automatically tried to compile again with the same error plus the updated version number: Just to be sure I did something my colleagues & I do in InteliJ: cleared all caches & restarted--same auto-compile & same error. It's a MacBook Pro with M2, not M1, but I think that's just more cores & the same AArch64 architecture... Anyone out there able to try on any Apple Silicon? |
Beta Was this translation helpful? Give feedback.
-
Still greatly appreciate the quick response! But don't spend more time on this issue on my account. I needed to switch to WebGPU at some point anyway, and was able to get this running in RustRover, so I can take it from there. GitHub project I used is this if anyone needs the same: |
Beta Was this translation helpful? Give feedback.
-
Excited to get started--thanks for making these tutorials!
Rust newbie here, though I've been coding computer graphics since '76, C++ since it first came out, used the original GL on serial number 000049 SGI Iris, & Java mostly since then (so you can talk to me like a third-grader instead of a kindergartener... ; )
Created the project in RustRover using their create from VCS process & the GitHub link. It all gets downloaded & managed in a project but automatically tries to compile and I see:
error: failed to run custom build command for
fermium v0.1.4
Has anyone brought this into RustRover & solved this startup/config (I'm guessing) issue?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions