-
Notifications
You must be signed in to change notification settings - Fork 701
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
added nim-ovr #173
added nim-ovr #173
Conversation
Have you seen this? https://github.com/nimious/io-oculus By the way, any chance I could ask you to rename your package(s) to not contain dashes? That is something that Nimble may have to enforce sooner rather than later. By convention, the name of your package's module should be the same as the name of the package. |
Oh nice, last time I searched for bindings I couldn't find anything (maybe because I did not yet fully understand nimble). Well, was a good exercise anyway. Sure, I'll rename the packages. My worry was simply that a too short name may lead to conflicts like in case of |
You don't need to namespace them. |
The import for io-oculus is |
The |
That is true. Unfortunately I think that might require an addition to Nim to disambiguate these cases. |
What if you would just require that there are no sources in the top-level directory? This would require to put the source in a subdirectory corresponding to e.g. the orginazation name and all imports would read ... but maybe this is not the place for this discussion. For the time being I'll just try to come up with some awkward names to avoid conflicts. |
I have fixed the names, but I think I'll just open a new PR... |
No description provided.