1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# Project Tick
[](https://github.com/Project-Tick/Project-Tick/actions)
[](LICENSES/)
Welcome to Project Tick.
This repository contains the source tree for Project Tick, a modular
ecosystem for building, packaging, and running software across multiple
platforms.
The project is organized as a unified monorepo with clearly separated
components. Each directory represents an independent module, library,
tool, or application that can be built and used standalone or as part
of the larger system.
Core areas include:
- System tools and utilities (`corebinutils`, `mnv`)
- Libraries (`neozip`, `json4cpp`, `tomlplusplus`, `libnbtplusplus`)
- Applications (`meshmc`, modpacks, tools)
- Infrastructure and integration (`meta`, `ci`, `dockerimages`)
Project Tick focuses on reproducible builds, minimal dependencies,
and full control over the software stack.
## Getting Started
Each component is self-contained. Refer to the individual directories
for build and usage instructions.
## Contributing
Contributions are welcome. Please follow project conventions and
component-level documentation when submitting changes.
## License
See the `LICENSES/` directory for detailed licensing information.
|