https://github.com/rjkroege/devdraw
Devdraw tools in go
https://github.com/rjkroege/devdraw
Last synced: 7 months ago
JSON representation
Devdraw tools in go
- Host: GitHub
- URL: https://github.com/rjkroege/devdraw
- Owner: rjkroege
- Created: 2013-07-20T21:41:43.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T15:58:36.000Z (about 2 years ago)
- Last Synced: 2025-04-04T10:48:16.324Z (7 months ago)
- Language: Go
- Size: 14.6 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TL;DR
A wip `devdraw` protocol interposer for debugging
# Rationale
At some point during the course of developing [rjkroege/edwood: Go version of Plan9 Acme Editor](https://github.com/rjkroege/edwood), I thought that it would be nice to have a new implementation of `devdraw`. This seemed
like a large enough project that I wanted to have some incremental milestones. The first such
milestone was an *interposer* `devdraw` that recorded the `devdraw` protocol to a file while delegating the implementation to the original `devdraw`.
# Status
Sort of works as an interposer. Project is currently on hold.