Classic Library List: Difference between revisions
Jump to navigation
Jump to search
imported>STR Warrior No edit summary |
imported>Aragas Added MineLib.Network, looks like modern list now |
||
Line 2: | Line 2: | ||
This is a rather incomplete list of Minecraft Classic related libraries currently in development. | This is a rather incomplete list of Minecraft Classic related libraries currently in development. | ||
{| class="wikitable" style="width: auto; text-align: center;" | {| class="wikitable sortable" style="width: auto; text-align: center;" | ||
|-style="background:#eee" | |-style="background:#eee" | ||
! | !Name | ||
!class="unsortable"|Description | |||
!Author(s) | !Author(s) | ||
! | !Language | ||
! | !License | ||
|- | |- | ||
! [http://sourceforge.net/projects/libminecraft/ LibMinecraft] | ! [http://sourceforge.net/projects/libminecraft/ LibMinecraft] | ||
| Classic Client API, Remote Connections, Map/Player/Entity Tracking, Session Abstraction | |||
| Yuri Sevatz | | Yuri Sevatz | ||
| | | {{C++}} | ||
| GPLv3 | | {{GPLv3}} | ||
|- | |- | ||
! [https://github.com/Aragas/MineLib.Network MineLib.Network] | |||
| .NET Minecraft network client interaction library. (Online mode and chunks WIP) | |||
| [https://github.com/Aragas Aragas (Aragasas)] | |||
| {{C sharp}} | |||
| {{MIT}} | |||
|} | |} | ||
[[Category:Minecraft Classic]] | [[Category:Minecraft Classic]] |
Latest revision as of 09:08, 12 October 2014
Minecraft Classic Tools and Mods | |
---|---|
Clients | Servers | Libraries | Utilities | Wrappers |
This is a rather incomplete list of Minecraft Classic related libraries currently in development.
Name | Description | Author(s) | Language | License |
---|---|---|---|---|
LibMinecraft | Classic Client API, Remote Connections, Map/Player/Entity Tracking, Session Abstraction | Yuri Sevatz | C++ | GPLv3 |
MineLib.Network | .NET Minecraft network client interaction library. (Online mode and chunks WIP) | Aragas (Aragasas) | C# | MIT |