-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
65baad5
commit fd43e01
Showing
1 changed file
with
2 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,4 @@ | ||
# pikselsel | ||
A [pixelflut](https://github.com/defnull/pixelflut) client written in Rust. It currently supports drawing images, gifs (kinda), rendering text, wiping the canvas, and tiling in both directions. | ||
A [pixelflut](https://github.com/defnull/pixelflut) client written in Rust. It currently supports drawing images, gifs (kinda), ~~rendering text~~, wiping the canvas, and tiling in both directions. | ||
|
||
The name comes from the turkish words for "pixel" and "flood", which are "piksel" and "sel" respectively. This is basically a rust version of my other client, pyxelflut (written in python), and I aim to fully add the feature set of that client into this one. | ||
|
||
TODO (sorted in order of priority): | ||
- fix that text bug | ||
- add threading | ||
- add delta optimization for gifs (done, buggy on the first frame | ||
- add command line arguments (pretty much done, just need to iron out the wrinkles | ||
- make command generation faster | ||
- add the ability to switch between all of the features (tiling, random placement etc) | ||
The name comes from the turkish words for "pixel" and "flood", which are "piksel" and "sel" respectively. |