https://github.com/monkstone/stackoverflowexperiments
https://github.com/monkstone/stackoverflowexperiments
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/monkstone/stackoverflowexperiments
- Owner: monkstone
- License: gpl-3.0
- Created: 2021-06-18T07:26:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-18T09:25:06.000Z (almost 5 years ago)
- Last Synced: 2024-12-29T17:46:03.895Z (over 1 year ago)
- Language: Ruby
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StackOverflowExperiments
Purpose to explore stackoverflow problem in ruby-processing.
Upto JRuby-9.2.19.0 PiCrate, JRubyArt and propane sketches were running fine, since recent JRuby-9.3-SNAPSHOT calling size in a sketch (in settings) is causing stackoverflow. However `full_screen` and `default` sized sketches seem to to work. Processing PApplet is a complete bag of tricks suffering from a bad case of code rot and many fixes just to get things working on MacOS and or Windoes. So initial investigations (for simplicities sake) will be with PiCrate (linux/RaspberryPI).
1. Demonstrate running sketches with `full_screen` or `default` size.
2. See if there is workaround for size (eg setting `width`, `height`, `render_mode` in ruby constructor.