Jump to content

Recommended Posts

Posted

Hey,

 

I am wondering if anyone knows how to setup codenvy for mod development. If not does anyone know a cloud ide that works and how you would set it up.

 

thanks

 

 

--

NN

Posted

I doubt that it's possible to use any cloud IDE for Forge mod development because of the way that they work. You might be able to setup a workspace in  it, but you wouldn't be able to test anything. Che and other cloud IDEs likely run the programs in headless mode (i.e., with no video output) so LWJGL won't be able to work and Minecraft won't render anything.

Don't make mods if you don't know Java.

Check out my website: http://shadowfacts.net

Developer of many mods

Posted

Ok do you have any advice for collaborative coding efforts

how to code together with multiple people in real time.

 

Thanks,

 

--

 

NN

Posted

Git/GitHub will work for collaboration, but not in real time. I doubt you'll be able to find anything that works for Forge mods and works in real-time across the internet, as those needs are quite specialized and there's probably no solution that supports both.

Don't make mods if you don't know Java.

Check out my website: http://shadowfacts.net

Developer of many mods

Posted

Right, I guess you do have to commit every time you edit something. Probably the closest you could get to collaboration in real time.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.