From b158b4d49a7f8c8cb842c16bde5dd85bd1a559ae Mon Sep 17 00:00:00 2001 From: LawnMeower Date: Sun, 9 Jun 2024 19:25:12 +0200 Subject: [PATCH] updated readme --- MungPlex/CMakeLists.txt | 1 - README.md | 11 ++++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/MungPlex/CMakeLists.txt b/MungPlex/CMakeLists.txt index 275f447..07268a4 100644 --- a/MungPlex/CMakeLists.txt +++ b/MungPlex/CMakeLists.txt @@ -3,7 +3,6 @@ cmake_minimum_required (VERSION 3.16) project(MungPlex VERSION 2.4.0) -# Find lua find_package(Lua REQUIRED) find_package(sol2 CONFIG REQUIRED) find_package(glfw3 CONFIG REQUIRED) diff --git a/README.md b/README.md index 3a8349b..8a1102e 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ Currently supported encodings: - `UTF-32 LE` - `UTF-32 BE` - `Shift-Jis CP932` - - `Shift-Jis` + - `KS X 1001` - `Jis X 0201 Full Width` - `Jis X 0201 Half Width` - `ISO-8859-1` - `ISO-8859-16` @@ -457,7 +457,7 @@ A small conversion utility - Convert RGB(A) to RGB(A)F, RGB565, RGB5A3 and vice versa ### Text Conversion -- Convert UTF-8 Text to UTF-16 Little Endian, UTF-16 Big Endian, UTF-32 Little Endian, UTF-32 Big Endian, Shift-Jis, Jis x 0201 Full Width, Jis X 0201 Half Width, ASCII, ISO-8859-1 - 16 and vice versa +- Convert UTF-8 Text to UTF-16 Little Endian, UTF-16 Big Endian, UTF-32 Little Endian, UTF-32 Big Endian, Shift-Jis CP932, KS X 1001 (EUC-KR), Jis x 0201 Full Width, Jis X 0201 Half Width, ASCII, ISO-8859-1 - 16 and vice versa ## Compiling @@ -465,18 +465,14 @@ A small conversion utility Open the project in Visual Studio as "Open as local folder". Using `vcpkg`, make sure to install the following libraries (`vcpkg install xxx:x64-windows`): -* `sol2` ([example project](https://github.com/BullyWiiPlaza/Sol2WithCMake)) * `glfw3` -* `nlohmann-json` -* `discord-game-sdk` -* `boost` To finally compile and launch `MungPlex`, select `MungPlex.exe` as startup item and build/debug as usual in Visual Studio. ## TODO - General - - Migrate `imgui` to using `vcpkg` (e.g. install `imgui[glfw-binding]`) + - Migrate `imgui` to using `vcpkg` (e.g. install `imgui[glfw-binding]` and [docking-experimental]) - Texture Streaming - Corruptor - Search @@ -491,6 +487,7 @@ To finally compile and launch `MungPlex`, select `MungPlex.exe` as startup item - Cheats - Syntax Highlighting, more OS functionalities +You can find up-to-date ToDos and an idea list on the affiliated Discord Server (see above) ## Special Thanks