Posted February 3, 20178 yr 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
February 3, 20178 yr 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
February 3, 20178 yr Author Ok do you have any advice for collaborative coding efforts how to code together with multiple people in real time. Thanks, -- NN
February 3, 20178 yr 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
February 3, 20178 yr 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.