Skip to content

Commit

Permalink
Touch up Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
trishume committed Sep 18, 2017
1 parent e4aa72c commit b1fad19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
@@ -1,6 +1,6 @@
# Quickdown

Quickdown is a fast lightweight cross-platform markdown viewer, for now. It was my project for Hack the North 2017. It's written in Rust and uses Webrender for efficient GPU rendering of large text documents.
Quickdown is a fast lightweight cross-platform markdown viewer. It was written in 16 hours for Hack the North 2017. It's written in Rust and uses Webrender for efficient GPU rendering of large text documents. It's not polished for everyday use yet, it's mostly useful as a tech demo / example of how to use Webrender for UI-like things. But if someone really wants to use this I will review and accept your PRs to polish it.

It was originally intended to be something much more ambitious, but I had to scale down my ambitions due to time constraints. See the "Background" section.

Expand Down
2 changes: 1 addition & 1 deletion fasternet_client/src/main.rs
Expand Up @@ -66,7 +66,7 @@ pub fn main() {
let opts = webrender::RendererOptions {
debug: true,
precache_shaders: false,
enable_subpixel_aa: false, // TODO decide
enable_subpixel_aa: true, // TODO decide
enable_aa: true,
device_pixel_ratio: gl_window.hidpi_factor(),
.. webrender::RendererOptions::default()
Expand Down

0 comments on commit b1fad19

Please sign in to comment.