dsoys

Version, currently main branch1 version
  • main branchlatestFeb 22, 2025

github.com/phenax/draw-stuff-on-your-screen

draw-stuff-on-your-screen

2 stars
0 dependents
License: GPL-3.0

Installation

# Add this to your shard.yml
dependencies:
  dsoys:
    github: phenax/draw-stuff-on-your-screen
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 1.14.1
License
GPL-3.0
Author
Akshay Nair
Target
  • dsoys from src/main.cr

Dependencies

Runtime Dependencies

  • sdl*github: ysbaddaden/sdl.cr

README

dsoys

Draw stuff on your screen

Installation

  • Clone the repo
  • Build with crystal or nix
crystal build src/main.cr
# OR
nix build

Or run it directly with nix

nix run github:phenax/chelleport#chelleport

Usage

Run dsoys and draw stuff

Keybindings

  • q: Quit
  • r: Rectangle tool
  • p: Pencil tool
  • c: Circle tool
  • d: Delete object tool
  • 1-6: Select the colors
  • Delete: Clear screen
  • Tab: Toggle ui elements