JNNGL / Dripleaf

(Unfinished) Minecraft 1.19.x client written in C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dripleaf

Building

  1. Requirements:

    • CMake (>= 3.20)
    • C compiler
    • C++17 compatible compiler
    • Python 3
  2. Compiling:

    $ git clone --recurse-submodules https://github.com/JNNGL/Dripleaf
    $ cd Dripleaf
    $ mkdir build && cd build
    $ cmake ..
    $ cmake --build .
    

About

(Unfinished) Minecraft 1.19.x client written in C++.

License:GNU General Public License v3.0


Languages

Language:C++ 73.7%Language:CMake 11.8%Language:Python 8.3%Language:C 6.2%