-
Notifications
You must be signed in to change notification settings - Fork 21
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
Adding a loader. #42
Comments
Hey there! Nice to hear from you :-) @vampcat might be a good person to catch up with sometime. Do you use IRC or Discord by chance? We haven't quite finished refactoring the project so fuller IDE support is still on the list, and poor Netbeans usually draws the short straw for attention last. You can start by just making a PR from a throwaway branch with any work you'd like reviewed/added anywhere, then when we see it we can advise more clearly where to put it :-) Or if it is tiny enough throw it into a Gist or even inline it. |
Oh, hey! I had no idea about Gists (naturally ^^). PERFECT solution :D Nooo, sadly only Facebook and Skype. NOTE:
If Netbeans come into support, I 'd like to do some coding :) |
Thanks for the Gist :-) Poking somebody for review IRC doesn't even need an account, so that's easy. You can just open http://forum.terasology.org/chat/ in a browser and hop on. Timing can be tricky though especially with time zones and all that. Throwaway branch would be in your fork - that is, you'd fork this repo then make a branch named something sensible, like Code of any quality is a fine starting point. The pull request review process is all about feedback and improvement :-) |
Hello!
I made a custom loader for JBox2D and I would like to upload it here...
Sadly I have NO idea how gradle works -I am happy I managed to make gradle run the editor,
by mere luck :D- so I don't know where I should put the loader file in the project in order for it to be in the right place and shoot a pull request afterwards.
I'm not even talking about building it afterwards xD
You'll have to put it in the right foler/package :)
Info about me:
-I'm using netbeans, and Netbeans doesn't find any project in the box2d-editor folder (nor in editor folder)
-I hve no idea about gradle, but I found out bitsa about how to use it in cmd :D
-I'm willing to learn if you have useful (and short) links for:
->Gradle
->How to build the project / How to open it in Netbeans
The text was updated successfully, but these errors were encountered: