leap-fish / clay

1 stars 1 forks source link

Help Scene Manager #1

Open claudioluciano opened 2 weeks ago

claudioluciano commented 2 weeks ago

Hey there, awesome library! I’m using it on a small project, but I’m having a bit of trouble implementing a scene manager.

By the way, on my version, I’ve changed the logger from logrus to https://github.com/rs/zerolog. I can create a pull request with the change if you’re interested.

imthatgin commented 1 week ago

Hey! I haven’t really needed a scene manager yet, but maybe we can add a mechanism for it?

Regarding logrus, I’d prefer if we made the library logging agnostic, so the user could configure the desired logging library themselves!

Let me know how I can help you :)

claudioluciano commented 1 week ago

Hi there! I’ve made a PR #2 for the logger issue.

By the way, what do you think about the scene manager? I was thinking of having a world per scene, but I’m not sure if that’s the best idea.

imthatgin commented 1 week ago

If the user is able to specify the world they wish the scene to use when configuring it, that could work well, I think.