-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
proposal to make standalone library and add multi-instance capability #12
Comments
yes, please into .lib, .a, .dll, .so. |
Started doing a similar thing in #18 |
I don't think this is fit to be a standalone library because of the non-commercial clause in the license it uses, effectively making it completely useless for GPL-licensed projects. |
That is totally understandable. |
But hey, could still be library shaped code AND be usable only noncommercially as per licence. |
Agreed, that would make it easier to integrate into personal and or noncommercial projects. |
It would be desirable to have a standalone version of the emulator that doesn't rely on the SDL library, which would make it easier to integrate into many projects. The emulator should also allow multiple instances to run in a single process.
For example, the prototype for MCU_Init would be changed from "void MCU_Init(void)" to "void MCU_Init(mcu_t *mcu)". I would do a pull request myself, however I hesitate as this project is in an early stage of development.
The text was updated successfully, but these errors were encountered: