changelog shortlog graph tags branches files raw help

Mercurial > core / changeset: update skel/tools/viz description

changeset 385: 37949b3c203a
parent 384: 8fe057887c17
child 386: 337c50af92ad
author: Richard Westhaver <ellis@rwest.io>
date: Thu, 30 May 2024 21:17:20 +0000
files: lisp/lib/skel/tools/viz.lisp
description: update skel/tools/viz description
     1.1--- a/lisp/lib/skel/tools/viz.lisp	Wed May 29 23:29:40 2024 -0400
     1.2+++ b/lisp/lib/skel/tools/viz.lisp	Thu May 30 21:17:20 2024 +0000
     1.3@@ -13,7 +13,7 @@
     1.4 ;; - web :: interactive 3d/2d graph, probably based on d3.js, prefer wasm
     1.5 ;; - svg :: configurable vector graphic backend
     1.6 ;; - txt :: text-based, simplified output -- utf-8 or ascii
     1.7-;; - wl  :: wayland backend - look into widgets, mcclim, gtk4
     1.8+;; - native  :: native backend - look into widgets, mcclim, gtk4
     1.9 
    1.10 ;;; Code:
    1.11 (in-package :skel/tools/viz)