https://github.com/green-sky/tomato
tomato, a plant from the solanaceae family - tox built-in
https://github.com/green-sky/tomato
im instant-messaging p2p-chat plugins solanaceae tox
Last synced: about 2 months ago
JSON representation
tomato, a plant from the solanaceae family - tox built-in
- Host: GitHub
- URL: https://github.com/green-sky/tomato
- Owner: Green-Sky
- Created: 2023-07-24T23:12:05.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-08-17T14:01:31.000Z (2 months ago)
- Last Synced: 2025-08-17T15:26:08.676Z (2 months ago)
- Topics: im, instant-messaging, p2p-chat, plugins, solanaceae, tox
- Language: C++
- Homepage:
- Size: 51.9 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Tomato

## Highly experimental solanaceae client with Tox built-in

## Dependencies
### Required system packages:
- libsodium
- freetype (optional)
- if `TOMATO_TOX_AV=ON`
- libopus
- libvpx### Optional system packages (fetched otherwise):
- zstd
- with `TOMATO_DEP_XXX_USE_SYSTEM=ON`
- sdl3
- sdl3_image
- libwebp
- plutosvg### submodule/subtree/fetched:
- toxcore
- solanaceae_*
- qoi
- entt
- nlohmann json
- imgui
- implot
- stb (for image, will be removed) (might keep for image resize)
- breakpad (if enabled)### Components required during build on the host system:
- c/c++ compiler
- cmake
- make/ninja
- pkg-config (pkgconf on windows)