https://github.com/grahammitchell/java-visualizations
Little demos to help my students visualize / learn various Java concepts.
https://github.com/grahammitchell/java-visualizations
Last synced: 4 months ago
JSON representation
Little demos to help my students visualize / learn various Java concepts.
- Host: GitHub
- URL: https://github.com/grahammitchell/java-visualizations
- Owner: grahammitchell
- License: apache-2.0
- Created: 2017-06-26T04:59:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T05:11:09.000Z (almost 9 years ago)
- Last Synced: 2025-04-09T14:08:52.895Z (about 1 year ago)
- Language: HTML
- Size: 658 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# Java Visualizers
Little thingies to help my students visualize / learn various Java concepts.
- [Math.random() Range Visualizer](https://grahammitchell.com/jsdemos/RandomNumberViz.html)
- [compareTo() Visualizer](https://grahammitchell.com/jsdemos/CompareToViz.html)
- [Class Maker](https://grahammitchell.com/jsdemos/ClassMaker.html)
- [Custom Color Picker](https://grahammitchell.com/jsdemos/CustomColors.html)
- [Mr. Mitchell's Handy-Dandy fillArc() Visualizer](https://grahammitchell.com/jsdemos/FillArc.html)
I also have some very old Java "graphics" assignments using AWT and Swing. These
demo how their final output should look.
- [SmilingFaceDemo.html](https://grahammitchell.com/jsdemos/SmilingFaceDemo.html)
- [ClockFaceDemo.html](https://grahammitchell.com/jsdemos/ClockFaceDemo.html)
- [BoringTriangleDemo.html](https://grahammitchell.com/jsdemos/BoringTriangleDemo.html)
- [RandomTrianglesDemo.html](https://grahammitchell.com/jsdemos/RandomTrianglesDemo.html)
- [RandomRightTrianglesDemo.html](https://grahammitchell.com/jsdemos/RandomRightTrianglesDemo.html)
- [SierpinskiDemo.html](https://grahammitchell.com/jsdemos/SierpinskiDemo.html) - a fun one
- [ForestAndTreesDemo.html](https://grahammitchell.com/jsdemos/ForestAndTreesDemo.html)
- [MotivationalPosterDemo.html](https://grahammitchell.com/jsdemos/MotivationalPosterDemo.html)
- [MotivationalPosterBonusDemo.html](https://grahammitchell.com/jsdemos/MotivationalPosterBonusDemo.html)