Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simplyceo/legac-launcher

A Minecraft launcher made with GTK and Curl in pure C.
https://github.com/simplyceo/legac-launcher

c curl gtk3 minecraft-launcher pure-c

Last synced: about 1 month ago
JSON representation

A Minecraft launcher made with GTK and Curl in pure C.

Awesome Lists containing this project

README

        

LegaC Launcher
===============

A Minecraft launcher made with GTK and Curl in pure C.

The main goal is to provide the old looking style of the Minecraft launcher,
while mainting new features that modern launchers have.

Usage
-----

To install it is really simple. Clone, enter, make, run, rage.
```shell
git clone https://gitlab.com/SimplyCEO/LegaC-Launcher.git
cd LegaC-Launcher
make BUILD_TYPE=Release
bin/legac_launcher
```
Or just open `legac_launcher` located inside `bin` folder.

TODO
----

There are nothing much dynamic at this point, since the launcher was tested
for a specific version.

Why? Because it took me almost an entire week to understand how all of this works.

The initial code given here works as intended, but not how it should be... there
WILL be more work to do.

Until then, this might be the first open source Minecraft launcher available in C.