mirror of
https://github.com/NohamR/Reclass.git
synced 2026-05-10 19:59:21 +00:00
17 lines
263 B
Markdown
17 lines
263 B
Markdown
# ReclassX
|
|
|
|
An improvement over other reclass like editors.
|
|
|
|
https://github.com/IChooseYou/ReclassX/raw/main/video.mp4
|
|
|
|

|
|
|
|
## Build
|
|
|
|
Requires Qt 6, QScintilla, and MinGW on Windows.
|
|
|
|
```
|
|
cmake -B build -G Ninja
|
|
cmake --build build
|
|
```
|