Skip to content

Commit 0011ee6

Browse files
committed
expand hidpi
1 parent a43113d commit 0011ee6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

_projects/jruby_art.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ What you can/should write (like a vanilla processing sketch) avoids much boilerp
2323
def settings
2424
size 200, 200 # size 'mode' or fullscreen 'mode' goes here
2525
# pixel_density(2) # only for HiDpi screens
26+
# see https://processing.org/reference/pixelDensity_.html
2627
# smooth # useless unless you enter a figure 2, 3, 4 or 8
2728
# for default renderer default is 3 for P2D and P3D it is 2
2829
# see https://processing.org/reference/smooth_.html

_projects/propane.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class MyApp < App::Propane
2121
def settings
2222
size 200, 200 # size 'mode' or fullscreen 'mode' goes here
2323
# pixel_density(2) # only for HiDpi screens
24+
# see https://processing.org/reference/pixelDensity_.html
2425
# smooth # useless unless you enter a figure 2, 3, 4 or 8
2526
# for default renderer default is 3 for P2D and P3D it is 2
2627
# see https://processing.org/reference/smooth_.html

0 commit comments

Comments
 (0)