mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-18 20:35:45 +01:00
Compare commits
2 Commits
0a894bf0e8
...
425b703b8d
| Author | SHA1 | Date | |
|---|---|---|---|
| 425b703b8d | |||
| ef1da72a3c |
@@ -6,9 +6,7 @@ A from-scratch rewrite of [mcaselector](https://github.com/Querz/mcaselector) in
|
|||||||
|
|
||||||
[](https://github.com/thepigeongenerator/mcaselector-lite/blob/main/LICENSE)
|
[](https://github.com/thepigeongenerator/mcaselector-lite/blob/main/LICENSE)
|
||||||
[](https://github.com/thepigeongenerator/mcaselector-lite/issues/)
|
[](https://github.com/thepigeongenerator/mcaselector-lite/issues/)
|
||||||
|
|
||||||
[](https://github.com/thepigeongenerator/mcaselector-lite/actions/workflows/ci.yaml)
|
[](https://github.com/thepigeongenerator/mcaselector-lite/actions/workflows/ci.yaml)
|
||||||
[](https://github.com/thepigeongenerator/mcaselector-lite/actions/workflows/release.yaml)
|
|
||||||
|
|
||||||
## what does it do
|
## what does it do
|
||||||
MCA selector lite is a tool used to edit [region files](https://minecraft.wiki/w/Region_file_format) of your [Minecraft java](https://minecraft.wiki/w/Java_Edition) worlds.
|
MCA selector lite is a tool used to edit [region files](https://minecraft.wiki/w/Region_file_format) of your [Minecraft java](https://minecraft.wiki/w/Java_Edition) worlds.
|
||||||
@@ -20,3 +18,7 @@ MCA selector is a tool written in Java. Where it depends upon JRE21 and JavaFX.
|
|||||||
The goal of this project is to create a version of the original MCA selector, but written in C, leveraging the improved performance due to native execution and more low-level control.
|
The goal of this project is to create a version of the original MCA selector, but written in C, leveraging the improved performance due to native execution and more low-level control.
|
||||||
I have picked C as the language for the core portions of the application, where I prefer fine-grained control with little abstractions.
|
I have picked C as the language for the core portions of the application, where I prefer fine-grained control with little abstractions.
|
||||||
This version is not intended to serve to entirely replace MCA selector, just to offer an alternative. Both tools will have their strengths and weaknesses.
|
This version is not intended to serve to entirely replace MCA selector, just to offer an alternative. Both tools will have their strengths and weaknesses.
|
||||||
|
|
||||||
|
# planned features
|
||||||
|
- [ ] CLI-only version
|
||||||
|
- [ ] filtering chunks based on time spent in them
|
||||||
|
|||||||
Reference in New Issue
Block a user