An open API service indexing awesome lists of open source software.

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.

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)