Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar5526 authored Dec 4, 2023
1 parent 57090e2 commit a96a0e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ Python code for the sketch looks like:
def key_pressed(event):
background(204)
# p5 supports different backend to render sketches, viz "vispy" for both 2D and 3D sketches and "skia" for 2D sketches
# p5 supports different backends to render sketches,
# "vispy" for both 2D and 3D sketches & "skia" for 2D sketches
# use "skia" for better 2D experience
# Default renderer is set to "vispy"
run(renderer="vispy")
run(renderer="vispy") # "skia" is still in beta
Documentation
-------------
Expand Down

0 comments on commit a96a0e7

Please sign in to comment.