01-18-2017, 12:26 AM
(01-17-2017, 07:35 PM)LogicParrot Wrote: The name "libcuberite" is misleading. lib implies a dynamically loadable library, while this proposal is only about decoupling the logic from the user interface and having multiple user interfaces.
Hm, I’m kind confused here. I thought the main objective was to break cuberite in 3 pieces: a library, a daemon and an interface (cli, qt etc):
(01-03-2017, 11:25 PM)sphinxc0re Wrote: ...
...
- libcuberite -> the core library with all the backend functionality
- cuberite-cli -> the command line interface
- cuberited -> the cuberite deamon