Posts: 9
Threads: 3
Joined: Feb 2015
Thanks: 0
Given 0 thank(s) in 0 post(s)
Hi !
Question - is there any other open source code client available for testing mcserver - or is it only minecraft?
Posts: 9
Threads: 3
Joined: Feb 2015
Thanks: 0
Given 0 thank(s) in 0 post(s)
What if I would start to sketch some 3d engine, can I get some cooperation with mc server source code ?
I think parts of server can be reused in client - like world generation, and stuff ?
But 3d rendering engine is kinda heavy stuff, don't expect it to mature really quickly.
Posts: 783
Threads: 12
Joined: Jan 2014
Thanks: 2
Given 73 thank(s) in 61 post(s)
Sort of. Whilst we'd be willing to work with you and our license would allow you to do that technically splitting out parts of our code would be tricky, due to its tight coupling. In particular you would need to completely rewrite the clienthandle and protocol systems, plus significant modifications to the world and server subsytems. You would probably want to replace the webadmin as well. It is a lot of work to just try and split a substem off. I tried a while ago with both simulators and generator code to make them independent. Neither of the projects succeded due to the high nuber of dependencies on other classes.
Posts: 1,162
Threads: 68
Joined: Mar 2013
Thanks: 245
Given 125 thank(s) in 100 post(s)
Minetest is a whole other game. I guess it would be very difficult if not impossible.
Posts: 721
Threads: 77
Joined: Apr 2014
Thanks: 113
Given 130 thank(s) in 91 post(s)
Possibly true.
In theory, one could at least scrape the rendering engine.