Jason Axelson
Jason Axelson
Okay, I'll try and build it in a 32-bit VM
Hmm, actually wouldn't I need to setup some type of cross-compile to get the bakeware executable to support ARM? Or does bakeware already do this?
@RodrigoLeiteF I'm on Arch Linux so I installed the gcc-9 package: https://www.archlinux.org/packages/community/x86_64/gcc9/ Then I ran `env CXX=gcc-9 asdf install erlang 21.3.8.17` Edit: actually it was `env CC=gcc-9 asdf install erlang...
Yeah, those are definitely fair points. Do you have any pointers on getting the transformed coordinates for scene components out of a graph? Or do I need to eschew all...
Yeah, a remote view sounds like an interesting approach, although I do wonder if there's some overhead that could be avoided. I'll have to think about it some more and...
@boydm This might be another good issue to revisit. Here's an example scene that reproduces the text wrapping (which doesn't match the size of the view port): ```elixir defmodule Dash.Scene.Home...
I've removed the `name` from the newly created view port in 8c4997aef8f95d9cf92f917428bad665dd175dec Although it still depends on finding the original view port via `Scenic.ViewPort.info` and passing in the view port...
@ray-sh Can you recheck with scenic_driver_glfw 0.10.1 and scenci_new 0.10.3? I'd expect it to work with those versions.
I obviously can't speak for everyone, but from my point of view I think this is a good time to fix alignment issues like that. As far as I'm aware...
@dorian-marchal Good point! Updated :+1: