Literent banner

Literent

4 devlogs
7h 9m 1s

A lite c++ bittorrent client for older hardware, utilising the libtorrent-rasterbar library and Dear ImGUI as a GUI framework.

This project uses AI

Some AI was used in this project, mainly for creating the skeleton for the GUI framework which has now been mostly overwritten or refactored and helping with obscure libtorrent functions.

Demo Repository

Loading README...

brny

Shipped this project!

Hours: 7.15
Cookies: 🍪 97
Multiplier: 13.5 cookies/hr

I built a linux bittorrent client! Everything is written in C++. I used the libtorrent rasterbar library as the engine and dear imgui as the gui framework. This was one of the biggest projects that i had done for flavortown.

brny

Final devlog!

After a few weeks in development, literent has reached 1.0!
You can downlaod the binary from github, or compile it from source.
Literent is only for linux systems and there are no plans to port it to windows.
New features:

  • an actually readable readme
  • cpack support

git changelog

Attachment
0
brny

so what is happened?

  • mainly bug fixing
  • release v.0.1.0 go check it out on github
  • in depth statistics for the torrent file
  • moved the add torrent buttons to a new menu for a cleaner look

to be implemented

  • privacy mode

Git Changelog

Attachment
0
brny

whats new?

  • configuration that is saved to a toml
  • settings gui

Changelog

functionality that has been implemented

  • dht (on/off switch)
  • lsd (on/off switch)
  • upnp (on/off switch)
  • nat-pmp/pcp (on/off switch)

functionality that will be implemented

  • privacy mode
  • statistics
  • better gui layout
Attachment
0
brny

first devlog of this project! yay!

what is literent?
literent is a lite bittorrent client using the libtorrent-rasterbar library and Dear ImGui as its GUI library

what it can do so far

  • download a file using a magnet link
  • download a file using a torrent file

planned functionality

  • DHT
  • peer exchange
  • privacy mode
  • statistics
  • config file
    and a lot more

Changelog

Attachment
0