mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-18 22:05:44 +01:00
Compare commits
5 Commits
f1ea7dcef8
...
8452f7d21e
| Author | SHA1 | Date | |
|---|---|---|---|
| 8452f7d21e | |||
| 6c0a1de365 | |||
| d9ee6c9155 | |||
| 5ba44689ff | |||
| fb21e7e782 |
@@ -20,5 +20,7 @@ I have picked C as the language for the core portions of the application, where
|
||||
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
|
||||
- [ ] (very basic) world map viewing
|
||||
- [ ] filtering chunks based on time spent in them
|
||||
- [ ] chunk-level removal of data.
|
||||
- [ ] CLI-only version
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# mcaselector-lite style reference
|
||||
## contents
|
||||
- [recommended tool chains](#recommended-tool-chains)
|
||||
- [recommended tools](#recommended-tools)
|
||||
- [code information](#code-information)
|
||||
- [style guide](#style-guide)
|
||||
|
||||
### recommended tools
|
||||
@@ -19,7 +20,7 @@ Where we have dependencies on:
|
||||
| [glfw](https://www.glfw.org/) | window creation / input handling. |
|
||||
| [openGL](https://www.opengl.org/) | hardware accelleration, for handling graphics. |
|
||||
|
||||
It is intended to be platform-agnostic, within reason. But the main focus is for [UNIX](https://unix.org/)-based systems with [x86_64](https://en.wikipedia.org/wiki/X86-64) architecture.
|
||||
It is intended to be platform-agnostic, within reason. But the main focus is for [Linux](https://wikipedia.org/wiki/Linux) systems with [x86_64](https://wikipedia.org/wiki/X86-64) architecture.
|
||||
Within [intdef.h](/src/util/intdef.h) there live definitions for fixed-width integer types.
|
||||
|
||||
### style guide
|
||||
|
||||
Reference in New Issue
Block a user