Difference between revisions of "Classic Library List"

From wiki.vg
Jump to navigation Jump to search
(Added MineLib.Network, looks like modern list now)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{navboxclassic}}
+
{{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
 
 
|-
 
|-
 +
! [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