Franz Dietrich

Results 23 comments of Franz Dietrich

I can confirm that your code as well as the official examples I tried from the repos don't run on Fedora

A solution is to change the `glutin` version in the `Cargo.toml` of `turtle.rs` to `0.28.0`. Using an even newer version of glutin requires some more work...

Ups I also had to comment the following lines out: https://github.com/sunjay/turtle/blob/0a30fd36c7f345d973c39ad9eca3614f543c8dbb/src/renderer_server/main.rs#L117-L118

In two days? not bad - I actually started to rewrite (or rather reinterpret) turtle in bevy - I did not deem it "ready" yet… If I interpret your repositories...

I just made the repos readable for the public If you would like to join I'd move it to github for better visibility: https://git.teilgedanken.de/Rust/turtlers/

The version of bevy matches the commit time - it was recent back then... I didn't have time to continue for a year.

Yes that was one of the things that need more thought. I thought maybe the init stuff can be put into a macro creating all the extra things that beginners...

With V0.6 you cannot use unix sockets... I think V0.7 has still no support for unix sockets.

I think by then it may be worth considering, but until then there is no point in doing anything as better options are available already.

because there are so many things to do that have an immediate effect before doing things that might have a benefit in the future.