- Notifications
You must be signed in to change notification settings - Fork 0
[RFC] Run Chipmunkphp on multiple platforms #4
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Right now the Linux
.solibrary is hardcoded in theEnvironmentclass.Would be nice to test the wrapper on different platforms and architectures. Right now I'm working on Ubuntu 20.04 x86_64.
We should ellaborate a list of wanted platforms to run Chipmunkphp. Also I would be very open to a different strategy to the Environment singleton (🤮) that wouldn't imply to inject the environment to each and every wrapper class.