Skip to content

rijfas/joy-codeground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joy CodeGround

A simple wrapper for joy library to render joy sketches in browser using vs code, (or in other words, for those who are allergic to Jupyter Notebook:sunglasses:)


How to use

  1. Write your code in main.py
  2. use render() instead of show()
  3. open index.html to view the svg, use Live Server VS-code extension for realtime reload.

Example

from helpers import render
from joy import *

c = circle()
render(c)

Usage

usage

About

A simple wrapper for joy library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published