{"id":15632381,"url":"https://github.com/fenollp/remarkable-tools","last_synced_at":"2025-10-24T22:40:16.034Z","repository":{"id":42077461,"uuid":"256574460","full_name":"fenollp/reMarkable-tools","owner":"fenollp","description":"Tools for the reMarkable paper tablet","archived":false,"fork":false,"pushed_at":"2025-08-18T16:17:28.000Z","size":3263,"stargazers_count":213,"open_issues_count":21,"forks_count":6,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-08-18T17:31:59.560Z","etag":null,"topics":["hacktoberfest","remarkable-tablet"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fenollp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["fenollp"],"custom":["https://paypal.me/pierrefenoll1"]}},"created_at":"2020-04-17T17:59:58.000Z","updated_at":"2025-08-18T16:17:31.000Z","dependencies_parsed_at":"2023-02-18T13:00:51.806Z","dependency_job_id":"53dac47c-ceca-4290-ab41-39e72180145f","html_url":"https://github.com/fenollp/reMarkable-tools","commit_stats":{"total_commits":189,"total_committers":4,"mean_commits":47.25,"dds":"0.40740740740740744","last_synced_commit":"9267059389370e6819d5dc91c591df8fc7831a25"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/fenollp/reMarkable-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fenollp%2FreMarkable-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fenollp%2FreMarkable-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fenollp%2FreMarkable-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fenollp%2FreMarkable-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fenollp","download_url":"https://codeload.github.com/fenollp/reMarkable-tools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fenollp%2FreMarkable-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280878345,"owners_count":26406641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-24T02:00:06.418Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","remarkable-tablet"],"created_at":"2024-10-03T10:43:51.916Z","updated_at":"2025-10-24T22:40:16.001Z","avatar_url":"https://github.com/fenollp.png","language":"Rust","funding_links":["https://github.com/sponsors/fenollp","https://paypal.me/pierrefenoll1","https://www.paypal.com/paypalme/pierrefenoll1"],"categories":[],"sub_categories":[],"readme":"# reMarkable-tools\nTools for the [reMarkable paper tablet](https://remarkable.com/) that I or others develop.\n\n## Donate\n\nFeel free to donate to me through [paypal.me/pierrefenoll1](https://www.paypal.com/paypalme/pierrefenoll1)  \nMake sure to describe what I should be working on :)\n\n## Whiteboard HyperCard ~ live collaboration/drawing/chat/whiteboarding\n\nEasiest installation through [toltec's `opkg`](https://github.com/toltec-dev/toltec)\n```\nopkg update \u0026\u0026 opkg install whiteboard-hypercard\n```\n\n### Self-hosting whiteboard-server / hosting private rooms\n\nOn a machine with IP `1.2.3.4` reachable over the Internet, run:\n```\ngit clone https://github.com/fenollp/reMarkable-tools.git \u0026\u0026 cd reMarkable-tools \u0026\u0026 make debug\n```\nNow on your tablet, run the `whiteboard` Rust application with `--host`, as in:\n```\nexport WHITEBOARD_WEBHOST=http://1.2.3.4:10001/screenshare\n.../whiteboard --host=http://1.2.3.4:10000\n```\nFinally, `docker compose` should show you something akin to:\n```\nnats_1        | [1] 2020/11/03 14:26:24.435123 [DBG] 172.20.0.3:60308 - cid:1 - Client Ping Timer\nnats_1        | [1] 2020/11/03 14:26:24.435145 [DBG] 172.20.0.3:60308 - cid:1 - Delaying PING due to remote ping 2s ago\nnats_1        | [1] 2020/11/03 14:28:22.270230 [TRC] 172.20.0.3:60308 - cid:1 - \u003c\u003c- [PING]\nnats_1        | [1] 2020/11/03 14:28:22.270306 [TRC] 172.20.0.3:60308 - cid:1 - -\u003e\u003e [PONG]\nnats_1        | [1] 2020/11/03 14:28:24.435532 [DBG] 172.20.0.3:60308 - cid:1 - Client Ping Timer\nnats_1        | [1] 2020/11/03 14:28:24.435701 [DBG] 172.20.0.3:60308 - cid:1 - Delaying PING due to remote ping 2s ago\nwb            | 2020-11-03T14:28:41.402Z\tINFO\thypercard_whiteboard/rpc_recv_events.go:32\thandling RecvEvent\t{\"\": \"c91dd90e-77b8-477c-94f7-a25ff0e5b584\"}\nwb            | 2020-11-03T14:28:41.402Z\tDEBUG\thypercard_whiteboard/rpc_recv_events.go:46\tlistening for events\t{\"\": \"c91dd90e-77b8-477c-94f7-a25ff0e5b584\", \"bk\": \"hc.wb.1.evt.living-room.*.*\"}\nwb            | 2020-11-03T14:28:41.402Z\tDEBUG\thypercard_whiteboard/nats.go:44\tencoding\t{\"\": \"c91dd90e-77b8-477c-94f7-a25ff0e5b584\", \"event\": {\"created_at\":1604413721402953665,\"by_user_id\":\"c91dd90e-77b8-477c-94f7-a25ff0e5b584\",\"in_room_id\":\"living-room\",\"Event\":{\"UserJoinedTheRoom\":true}}}\nwb            | 2020-11-03T14:28:41.403Z\tDEBUG\thypercard_whiteboard/nats.go:50\tencoded\t{\"\": \"c91dd90e-77b8-477c-94f7-a25ff0e5b584\", \"bytes\": 63, \"in\": \"160.551µs\"}\nwb            | 2020-11-03T14:28:41.403Z\tDEBUG\thypercard_whiteboard/nats.go:56\tpublishing\t{\"\": \"c91dd90e-77b8-477c-94f7-a25ff0e5b584\", \"rk\": \"hc.wb.1.evt.living-room.c91dd90e-77b8-477c-94f7-a25ff0e5b584.userjoinedroom\"}\nwb            | 2020-11-03T14:28:41.403Z\tDEBUG\thypercard_whiteboard/nats.go:62\tpublished\t{\"\": \"c91dd90e-77b8-477c-94f7-a25ff0e5b584\", \"rk\": \"hc.wb.1.evt.living-room.c91dd90e-77b8-477c-94f7-a25ff0e5b584.userjoinedroom\", \"in\": \"6.926µs\"}\nnats_1        | [1] 2020/11/03 14:28:41.403146 [TRC] 172.20.0.3:60308 - cid:1 - \u003c\u003c- [SUB hc.wb.1.evt.living-room.*.*  1]\nnats_1        | [1] 2020/11/03 14:28:41.403446 [TRC] 172.20.0.3:60308 - cid:1 - \u003c\u003c- [PUB hc.wb.1.evt.living-room.c91dd90e-77b8-477c-94f7-a25ff0e5b584.userjoinedroom 63]\nnats_1        | [1] 2020/11/03 14:28:41.403472 [TRC] 172.20.0.3:60308 - cid:1 - \u003c\u003c- MSG_PAYLOAD: [\"\\b\\xc1\\x9f\\xf1\\x87\\xf7\\xb8\\x81\\xa2\\x16\\x12$c91dd90e-77b8-477c-94f7-a25ff0e5b584\\x1a\\vliving-room0\\x01\"]\nnats_1        | [1] 2020/11/03 14:28:41.403491 [TRC] 172.20.0.3:60308 - cid:1 - -\u003e\u003e [MSG hc.wb.1.evt.living-room.c91dd90e-77b8-477c-94f7-a25ff0e5b584.userjoinedroom 1 63]\nwb            | 2020-11-03T14:28:41.404Z\tDEBUG\thypercard_whiteboard/rpc_recv_events.go:100\tsent count event\t{\"\": \"c91dd90e-77b8-477c-94f7-a25ff0e5b584\", \"in\": \"73.035µs\"}\n```\n\n## koreader\n* https://github.com/koreader/koreader/releases/latest\n* instructions: https://github.com/koreader/koreader/wiki/Installation-on-Remarkable\n* creates metadata files:\n```\nfind ~ -name '*.sdr'\n```\n\n## Tools\n* [`cbr2cbz.sh *.cbr`](./cbr2cbz.sh) unrars then zips CBRs into CBZs so `koreader` can open them.\n* `rsync` on the tablet:\n    1. wget https://raw.githubusercontent.com/Evidlo/remarkable_entware/master/entware_install.sh \u0026\u0026 chmod +x entware_install.sh\n    1. opkg install rsync\n    1. And because `ssh remarkable 'echo $PATH' #=\u003e /usr/bin:/bin`\n    1. ln -s `which rsync` /usr/bin/\n\n## Attention\n\n### Updates wipe `~`\n\n### root partition is small\n```\nremarkable: ~/ df -h\nFilesystem                Size      Used Available Use% Mounted on\n/dev/root               223.0M    175.0M     32.3M  84% /\n```\nso routinely run\n```\njournalctl --vacuum-size=2M\n```\n\n## HyperCards\n\nVisible rectangular elements that can be drawn on/dragged/zoomed/rotated/connected/duplicated.\n* tools / modifiers are square cards snapping to the edges of the screen\n\t* *henceforth mentioned as `[ToolX]` for tool X*\n\t* using them / modifying them by a press held while using the pencil\n            * similar to Minecraft's mix \u0026 match: action through combination\n\t* a `[?]` tool always hangs in a corner, pressing = shows description text (like crosswords)\n\t* modification (reorganization / addition / removal) through drawing and pressing\n\t* tools icons can be drawn too / loaded from a font / loaded from a builtin set of images\n\t* pen \u0026 fingers are different devices for different purposes\n\t    * =\u003e drag/move and pinch/zoom (think Apple trackpad gestures) not a pen thing\n* whiteboard card\n\t* rectangle that can be moved by dragging on the edges\n\t* zoom/rotation by dragging in the area (not the edges)\n\t\t* MIGHT: zooming hard moves to another user's view? --\u003e canvas is a window/camera view that can move in 2+1D\n\t* some bi-directional communication with a networked service\n\t\t* user joins a room and shares their live drawings\n\t\t* It is possible to combine a [Selection]-ed group of strokes and [Digitize] to ask service for translation\n* `[Digitize]`\n\t* connects to a distant machine or achieves its AI inference on-tablet\n\t* takes a few strokes in and outputs text+area / shape+area\n* `[Selection]`\n\t* draw approximately on one or more strokes\n\t* creates a group that can be used with other modifiers\n\t* press another tool before unpressing this one to pass the group to the other tool\n* `[Image]`\n\t* add an image to a layer\n        * should be able to dim that layer\n\t* select the tool's image with `[Setter] \u003e [Image]` --\u003e opens image picker\n\t* image should be draggable + zoomable (= two-finger gesture on iOS Reddit app's image viewer)\n        * should be able to draw on top of said image\n\n## marauder\n\n* [![Marauder's map](https://thumbs.gfycat.com/AcrobaticLastingBeardedcollie-size_restricted.gif)](https://zippy.gfycat.com/AcrobaticLastingBeardedcollie.webm)\n* https://github.com/ax3l/lines-are-rusty\n\t* https://github.com/reHackable/maxio/blob/master/tools/rM2svg\n* datasets \u0026 models for online writting \u0026 drawings\n\t* task: HTR = Handwriting Text Recognition\n\t* https://quickdraw.withgoogle.com\n\t* https://archive.ics.uci.edu/ml/datasets/UJI+Pen+Characters\n\t\t* https://archive.ics.uci.edu/ml/datasets/Pen-Based+Recognition+of+Handwritten+Digits\n\t* [19, TextCaps : Handwritten Character Recognition with Very Small Datasets](https://arxiv.org/abs/1904.08095)\n\t* [19, RNN-based Online Handwritten Character Recognition Using Accelerometer and Gyroscope Data](https://arxiv.org/abs/1907.12935)\n\t* https://www.gavo.t.u-tokyo.ac.jp/~qiao/database.html\n\t* [ICFHR: International Conference on Frontiers in Handwriting Recognition](http://www.wikicfp.com/cfp/program?id=1366\u0026f=International%20Conference%20on%20Frontiers%20in%20Handwriting%20Recognition)\n\t* https://en.wikipedia.org/wiki/List_of_datasets_for_machine-learning_research#Handwriting_and_character_recognition\n\t* https://mathpix.com/\n* https://github.com/dickrnn/dickrnn.github.io\n* https://github.com/tonybeltramelli/pix2code\n* https://crates.io/crates/eliza\n* https://parl.ai/projects/recipes\n* https://billwadge.wordpress.com/2020/04/20/the-intensional-spreadsheet\n* https://github.com/lisbravo/MNIST-drawing-test\n* https://www.myscript.com/\n\t* https://github.com/MyScript/interactive-ink-examples-ios\n\t* https://github.com/CocoaPods/Specs/blob/master/Specs/f/c/3/MyScriptInteractiveInk-Runtime\n* [untools: Tools for better thinking](https://untools.co/)\n* [TRIZ: theory of inventive problem solving](https://en.wikipedia.org/wiki/TRIZ)\n* [Stop Taking Regular Notes; Use a Zettelkasten Instead](https://eugeneyan.com/2020/04/05/note-taking-zettelkasten/)\n* [DeepSVG: A Hierarchical Generative Network for Vector Graphics Animation](https://github.com/alexandre01/deepsvg)\n* [Using GANs to Create Fantastical Creatures](https://ai.googleblog.com/2020/11/using-gans-to-create-fantastical.html)\n* https://github.com/MarkMoHR/Awesome-Sketch-Based-Applications\n* https://github.com/topics/drawing\n* [Sketch-Based-Deep-Learning](https://github.com/qyzdao/Sketch-Based-Deep-Learning)\n    * [![A-Benchmark-for-Rough-Sketch-Cleanup](https://pbs.twimg.com/media/EjvgmDyWAAE05JD?format=jpg\u0026name=orig)](https://github.com/Nauhcnay/A-Benchmark-for-Rough-Sketch-Cleanup)\n    * [BézierSketch: A generative model for scalable vector sketches](https://arxiv.org/abs/2007.02190)\n    * [Sketch-R2CNN: An Attentive Network for Vector Sketch Recognition](https://arxiv.org/abs/1811.08170)\n* [Detecting hand drawn flowcharts](https://github.com/Ruturaj123/Flowchart-Detection)\n* [Deep Sketch-guided Cartoon Video Synthesis](https://arxiv.org/abs/2008.04149)\n* [CoSE: While previous approaches rely on sequence-based models for drawings of basic objects or handwritten text, we propose a model that treats drawings as a collection of strokes](https://eth-ait.github.io/cose/)\n* https://github.com/MarkMoHR/Awesome-Sketch-Synthesis\n* https://github.com/topics/vector-sketch\n    * [Animated Construction of Line Drawings](http://sweb.cityu.edu.hk/hongbofu/projects/animatedConstructionOfLineDrawings_SiggA11/)\n        * [Contour Drawing Dataset / Photo-Sketching: Inferring Contour Drawings from Images](https://www.cs.cmu.edu/~mengtial/proj/sketch/)\n    * [Scones: Towards Conversational Authoring of Sketches](http://people.eecs.berkeley.edu/~eschoop/docs/scones.pdf)\n    * [Free-hand sketch synthesis with deformable stroke models](https://panly099.github.io/skSyn.html)\n    * [Convert images to vectorized line drawings for plotters.](https://github.com/LingDong-/linedraw)\n* [Draw.io and Terraform = Brainboard, Graphical Way to Do Terraform](https://news.ycombinator.com/item?id=25536133)\n\n* [Handwrite generates a custom font based on your handwriting sample](https://github.com/cod-ed/handwrite)\n* [Potrace: Transforming bitmaps into vector graphics](http://potrace.sourceforge.net/)\n* [21, Im2Vec: Synthesizing Vector Graphics without Vector Supervision](https://arxiv.org/abs/2102.02798v1)\n\n* ![Tally marks (from around the world) as battery bar](https://i.redd.it/qgr5kte3gak51.jpg)\n\n* [Create single line SVG illustrations from your pictures](https://github.com/javierbyte/pintr)\n* [Show HN: Tool that turns your images into plotter-like line drawings](https://news.ycombinator.com/item?id=27224094)\n* [Pipes and Paper: Ancient Abstractions (or: hacking my ReMarkable tablet into a live presentation tool)](https://blog.afandian.com/2020/10/pipes-and-paper-remarkable/)\n* [EasyOCR is a python module for extracting text from image](https://www.jaided.ai/easyocr/)\n* [Plan2Scene: Converting Floorplans to 3D Scenes](https://3dlg-hcvc.github.io/plan2scene/)\n\n\n* [![Elementary Cellular Automata](https://cdn.shopify.com/s/files/1/0300/8102/4131/products/42-30-40891_2048x.png?v=1577735531)](https://store.michaelfogleman.com/products/elementary-cellular-automata)\n* [Protein Ribbon Diagrams](https://github.com/fogleman/ribbon)\n* [code for generating topographic contour maps](https://github.com/fogleman/terrarium)\n* [construct tilings of regular polygons and their dual](https://github.com/fogleman/Tiling)\n\t* https://en.wikipedia.org/wiki/List_of_Euclidean_uniform_tilings\n* [![3D line art engine](https://camo.githubusercontent.com/9cf56a33772e582e53db12702a5809ac912382babc4bba25d494500ec53bad10/687474703a2f2f692e696d6775722e636f6d2f485932466732742e706e67)](https://github.com/fogleman/ln)\n* [Turtle graphics is a key feature of the Logo programming language](https://en.wikipedia.org/wiki/Turtle_graphics)\n* ![bla](https://pbs.twimg.com/media/ErkHD2xXcAUPMtq?format=png\u0026name=orig)\n* [A088218: Total number of leaves in all rooted ordered trees with n edges](https://oeis.org/A088218)\n\n* https://mlajtos.mu/posts/new-kind-of-paper\n\n* [n8n: node based Workflow Automation Tool](https://github.com/n8n-io/n8n)\n\n* [CHAIKIN’S ALGORITHM – DRAWING CURVES](https://www.bit-101.com/blog/2021/08/chaikins-algorithm-drawing-curves/)\n\n* [armrest: handwriting recognition + Elm-inspired UI library](https://github.com/bkirwi/armrest)\n\n* https://www.reddit.com/r/Handwriting_Analysis/\n\n* [demo: offline OCR with Tesseract](https://old.reddit.com/r/RemarkableTablet/comments/jj5yt2/offline_ocr_on_device_no_cloud_no_ssh_on_rm2/)\n\n* [Chalktalk is a digital presentation and communication language in development at New York University's Future Reality Lab](https://github.com/kenperlin/chalktalk)\n\n* [resvg 0.7 - an SVG rendering library](https://www.reddit.com/r/rust/comments/c2m8t7/resvg_07_an_svg_rendering_library/)\n\t* https://github.com/RazrFalcon/svgtypes/tree/master/fuzz\n\t* https://github.com/RazrFalcon/resvg\n\n* [librecalibrate button example](https://pastebin.com/KqswUMZF)\n\n* [Pyflow: visual and modular block programming](https://github.com/Bycelium/PyFlow)\n* https://store.steampowered.com/app/619150/while_True_learn/\n* [rete: visual programming and creating node editor](https://github.com/retejs/rete)\n* https://blockprotocol.org/hub\n\n* [A procedural, node-based modelling tool, made in rust](https://github.com/setzer22/blackjack)\n\t* https://github.com/setzer22/egui_node_graph\n\n* remarkable chemist app: draw molecules on a hex grid so it renders 3d views\n\n* [favorite browser-based creative arts tools/playthings that use AI or Machine Learning](https://twitter.com/golan/status/1496311115571212294)\n\n* **devices**\n\t* [Ratta Supernote](https://supernote.com/#/product?type=SN-A5)\n\t* [HUAWEI MatePad Paper](https://consumer.huawei.com/en/tablets/matepad-paper/)\n\t* [PineNote](https://www.pine64.org/pinenote/)\n\t* [Reinkstone R1](https://reinkstone.com/collections/reinkstone-r1)\n\n* [forget-me-node: draw lines, get flowers](https://www.reddit.com/r/blender/comments/t5qpas/forgetmenode/)\n\n* [savage: A primitive computer algebra system](https://github.com/p-e-w/savage)\n\n* [FEA in order to simulate physical phenomena in the VIRTUAL world](https://www.reddit.com/r/The3DPrintingBootcamp/comments/tfa6t7/finite_element_analysis_fea_in_3d_printing_more/)\n\n* [19, Shrubbery-shell inspired 3D model stylization](https://www.sciencedirect.com/science/article/abs/pii/S0097849319300561)\n\n* [StyleNeRF: A Style-based 3D-Aware Generator for High-resolution Image Synthesis](https://www.reddit.com/r/learnmachinelearning/comments/ti81x8/stylenerf_a_stylebased_3daware_generator_for/)\n\n* [λ-2D: An Exploration of Drawing as Programming Language, Featuring Ideas from Lambda Calculus](https://www.media.mit.edu/projects/2d-an-exploration-of-drawing-as-programming-language-featuring-ideas-from-lambda-calculus/overview/)\n\n* [skastic: Visual programming language: SKetches of Abstract Syntax Trees. I. C.](https://github.com/mypalmike/skastic)\n\n* [Mental Canvas: demo](https://www.reddit.com/r/nextfuckinglevel/comments/u2odk5/imagination_pushes_the_boundaries_of_space_and/)\n\t* https://www.mentalcanvas.com/\n\n* [![](https://i.redd.it/p6r54w91ifw81.gif)](https://turtletoy.net/turtle/e1f58b05d7)\n\n* https://www.louisbouchard.ai/editgan/\n\n* [https://mrdoob.com/projects/harmony/](https://github.com/mrdoob/harmony)\n\n* [Appearance-preserving manipulation of hand-drawn graphs](https://dl.acm.org/doi/10.1145/1101389.1101400)\n    * [2015, Hand-Drawn Graph Problems in Online Education](https://dspace.mit.edu/bitstream/handle/1721.1/100303/930711715-MIT.pdf)\n\n* https://github.com/MarkMoHR/Awesome-Sketch-Based-Applications\n\n* [GitHub: Creating Mermaid diagrams](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams#creating-mermaid-diagrams)\n\n* [Simulate dynamic systems expressed in block diagram form using Python](https://github.com/petercorke/bdsim)\n\n* [convert hand-drawn circuit to computer schematic](https://github.com/mahmut-aksakalli/circuit_recognizer)\n\n* [hand-drawn schematic sketch recognizer and converter](https://github.com/aaanthonyyy/CircuitNet)\n\n* https://github.com/MarkMoHR/Awesome-Sketch-Synthesis\n\n* [General Virtual Sketching Framework for Vector Line Art (SIGGRAPH 2021)](https://markmohr.github.io/virtual_sketching/)\n\n* [Recognition of handwritten flowcharts using CNNs to generate C](https://github.com/dbetm/handwritten-flowchart-with-cnn)\n\n* rLCD devices\n\t* [HannsNote2 10\"](https://www.hannspree.com/hannsnote2)\n\t* [Sun Vision Display 32”](https://www.sunvisiondisplay.com/store/)\n\n* color Kobo https://fr.kobobooks.com/products/kobo-libra-colour\n\n* [**tsyncs**: task synchronization simulator](https://github.com/CrazyCraftix/tsyncs)\n\t* [Web demo](https://tsyncs.de/) (also, native)\n\n* *Hellish workflows*\n\t* [5b0872a5666fec9b7bb6fd623c431de03263372d.jpeg](https://community.carbide3d.com/uploads/default/original/3X/5/b/5b0872a5666fec9b7bb6fd623c431de03263372d.jpeg)\n\t* [blueprintsfromhell](https://blueprintsfromhell.tumblr.com/)\n\t* [scriptsofanotherdimension](https://scriptsofanotherdimension.tumblr.com/)\n\n* *Handwritten Sequence Trajectories*\n\t* [2018, Handwriting Trajectory Recovery using End-to-End Deep Encoder-Decoder Network](https://arxiv.org/abs/1801.07211)\n\t* Extending the Handwritten Character Omniglot Challenge https://github.com/CognitiveModeling/DigiLeTs?tab=readme-ov-file#missing-pressure-values-extrapolation-and-sampling\n\t* [dataset results for Handwriting Recognition AND Time series](https://paperswithcode.com/datasets?task=handwriting-recognition\u0026mod=time-series)\n\t* [2023, Strokes Trajectory Recovery for Unconstrained Handwritten Documents with Automatic Evaluation](https://www.scitepress.org/Papers/2023/117001/117001.pdf)\n\t* [2022, Benchmarking Online Sequence-to-Sequence and Character-based Handwriting Recognition from IMU-Enhanced Pens](https://arxiv.org/abs/2202.07036)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffenollp%2Fremarkable-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffenollp%2Fremarkable-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffenollp%2Fremarkable-tools/lists"}