-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1d0d406
commit 75a6f87
Showing
1 changed file
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# SeaDev Launcher | ||
An open-source custom noob wpf or uwp(still in dev) Minecraft Launcher for Windows 11,10 written with C#! | ||
|
||
<br> | ||
The idea of the creation by https://github.com/TurtlzYT | ||
<br> | ||
Based on CmlLib (https://github.com/CmlLib/CmlLib.Core) | ||
<br> | ||
<br> | ||
<img src="https://user-images.githubusercontent.com/82730163/170818956-8c32d257-dbec-42d6-bf5d-f34103eeb006.png" /> | ||
|
||
The image is from version 0.3.6-uwp | ||
|
||
# Announcements & Our History 📢 | ||
<h3>2022</h3> | ||
<li>(February) We changed our luancher name to SDLauncher from Emerald Launcher but in some versions name may be still the same.</li> | ||
<li>(April) We sarted moving to uwp with a new look an new features</li> | ||
<li>(May 24) We released UWP version that is ready to use (0.3.1) with some bugs. </li> | ||
|
||
|
||
# Features | ||
<h3> UWP version</h3> | ||
|
||
- [x] Microsoft Login | ||
- [ ] Mojang Login (Expired) | ||
- [x] Offline Login | ||
- [x] Save Accounts | ||
- [x] View skins | ||
- [x] View/edit settings as a xml | ||
- [ ] Discord RPC (To do) | ||
- [x] Download/Install Minecraft any versions including snapshots | ||
- [x] Launch Minecraft | ||
- [ ] Forge (trying to make) | ||
- [ ] Fabric (developing) | ||
- [x] Optifine | ||
|
||
<h3> WPF version</h3> | ||
|
||
- [x] Microsoft Login | ||
- [ ] Mojang Login (Expired) | ||
- [x] Offline Login | ||
- [x] Discord RPC | ||
- [x] Download/Install Minecraft any versions including snapshots | ||
- [x] Launch Minecraft | ||
- [ ] Forge (trying to make) | ||
- [x] Fabric | ||
- [x] Optifine | ||
# System Requirements | ||
<li>Windows 11 or Windows 10 version 1809+.</li> | ||
<li>.net core desktop runtime 3.1.</li> | ||
<li>At least 4GB of RAM.</li> | ||
<li>Microsoft Edge Webview 2 runtime (For Microsoft login). You may have this on windows 11 and newer 10</li> | ||
<h1>Installation </h1> | ||
Goto https://github.com/Chaniru22/SDLauncher/releases/ and download and run the setup that matches for your PC🖥 (x86,x64) | ||
<br> | ||
<b>Note: This is in development!</b> | ||
|
||
<h2>Source Codes</h2> | ||
|
||
<h3>UWP version</h3> | ||
https://github.com/Chaniru22/SDLauncher-UWP | ||
|
||
<h3>WPF version</h3> | ||
https://github.com/Chaniru22/SDLauncher-Code |