@Richard Feldman @Folkert de Vries those recent glue updates are looking exciting.
roc-graphics now compiles and runs for me on MacOS :tada:
Only two minor issues with the generated glue within impl core::hash::Hash for Event
and impl core::hash::Hash for Elem
which can be commented out as a workaround.
It would be awesome if the Model
could be provided by the App, as described in this issue #5666 as this is the last thing standing in the way of us having a usable graphics platform :smiley: :pray:
awesome! Is there a branch where I can see the Hash issue? Might be an easy fix
This is one of those, the other is later in that same file, only on that architecture too.
If you uncomment those rust will complain about hash not being implemented
@Luke Boswell https://github.com/roc-lang/roc/pull/5742 should fix it! I tried it out on your branch and it fixed that issue (and some others)
Last updated: Jul 06 2025 at 12:14 UTC