Open claudioluciano opened 2 weeks 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 :)
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.
If the user is able to specify the world they wish the scene to use when configuring it, that could work well, I think.
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.