blob: 785215e6acd16a4fe2e024b1b86bfefd3139da77 (
plain)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
# Handbook
Documentation for Project Tick contributors and players.
Latest Version: 0.0.5-1
## For Players
- [help-pages/index.md](./help-pages/index.md) - Launcher help (settings, instances, mod platforms)
- [wiki/overview/index.md](./wiki/overview/index.md) - Full ProjT Launcher wiki (mirrored)
## For Contributors
### Core Components
- [program_info.md](./program_info.md) - Application branding and configuration
- [launcherjava.md](./launcherjava.md) - Java launcher component
- [javacheck.md](./javacheck.md) - Java runtime detection
### Detached Fork Libraries
Libraries independently maintained by Project Tick.
#### Compression
- [zlib.md](./zlib.md) - DEFLATE compression
- [bzip2.md](./bzip2.md) - Block-sorting compression
- [quazip.md](./quazip.md) - Qt ZIP wrapper
#### Data Formats
- [tomlplusplus.md](./tomlplusplus.md) - TOML parser
- [libnbtplusplus.md](./libnbtplusplus.md) - NBT format
- [cmark.md](./cmark.md) - Markdown parser
- [libqrencode.md](./libqrencode.md) - QR code generation
### Build System
- [extra-cmake-modules.md](./extra-cmake-modules.md) - KDE CMake modules
- [bzip2-compiling.md](./bzip2-compiling.md) - bzip2 build instructions
- [bzip2-tests.md](./bzip2-tests.md) - bzip2 test suite
- [bzip2-testfiles.md](./bzip2-testfiles.md) - Test file collection
### CI/CD & Automation
- [workflows.md](./workflows.md) - GitHub Actions architecture
- [ci_support.md](./ci_support.md) - CI configuration files
- [bot.md](./bot.md) - PR automation bot
- [ptcigh.md](./ptcigh.md) - GitHub script helpers
- [ptcieval.md](./ptcieval.md) - Nix-based validation
### Platform Support
- [nix.md](./nix.md) - Nix/NixOS packaging
- [linux-packaging.md](./linux-packaging.md) - Linux distribution packaging
- [images.md](./images.md) - CI Docker images
### Reference
- [third-party.md](./third-party.md) - All Libraries
- [website-tomlplusplus.md](./website-tomlplusplus.md) - toml++ docs build
- [help-pages.md](./help-pages.md) - Help pages overview and locations
---
See also: [Contributing Guide](../../CONTRIBUTING.md)
|