Sample Code - CmlLib/CmlLib.Core GitHub Wiki
Sample Launcher Project
There are two sample launchers using CmlLib.Core in this repository.
You can download these launchers at this release, or clone this repository and build them yourself.
CmlLibCoreSample
./CmlLibCoreSample/Program.cs
.NET Core console launcher. It contains only the essential code needed to launch Minecraft.
CmlLibWinFormSample
./CmlLibWinFormSample
.NET Framework winforms launcher. This launcher has every feature included in CmlLib.Core.
You don't have to fill out all of the textboxes. Just log in, select a version, and click the Launch button.
More details about options