Skip to content

Conversation

@catilac
Copy link
Contributor

@catilac catilac commented Dec 22, 2025

The background_image stuff works. And we are able to set a more appropriate asset path than the location of python
Created a new Config type based on a HashMap. It should do for now, but maybe there is a better solution.

TODO:

  • Set asset path based on where the sketch location is

@catilac catilac changed the title WIP background_image example in python background_image example in python Dec 24, 2025
@catilac catilac marked this pull request as ready for review December 24, 2025 05:45
pub extern "C" fn processing_init() {
error::clear_error();
error::check(init);
error::check(|| init(None));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll eventually need to accept configuration over FFI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants