Classic Library List: Difference between revisions

From wiki.vg
Jump to navigation Jump to search
imported>SirCmpwn
No edit summary
 
imported>Aragas
Added MineLib.Network, looks like modern list now
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{navboxclassic}}<br />
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"
!style="width: 72px" | Name
!Name
!class="unsortable"|Description
!Author(s)
!Author(s)
!style="width: 128px" | Language
!Language
!style="width: 128px" | License
!License
| Features
|-
|-
! [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
| [http://en.wikipedia.org/wiki/C%2B%2B C++]
| {{C++}}
| GPLv3
| {{GPLv3}}
| Classic Client API, Remote Connections, Map/Player/Entity Tracking, Session Abstraction
|-
! [http://libminecraft.codeplex.com LibMinecraft]
| Drew DeVault
| [http://en.wikipedia.org/wiki/C_Sharp_%28programming_language%29 C#]
| MIT
| (Unrelated to Yuri's LibMinecraft) Originally with only the Modern protocol, LibMinecraft was extended to include Classic.
|-
|-
! [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