java-ascii-render
ASCII renderer in pure java with no external dependencies
File Explorer
Download Latest Version (.zip)- deploy.yaml
- maven.yml
- AxisType.java
- IPlotPoint.java
- IPlotPoints.java
- AxisLabel.java
- PlotPoint.java
- PlotPoints.java
- AbstractPlotObject.java
- Axis.java
- AxisLabels.java
- Plot.java
- CellPosition.java
- Circle.java
- Dot.java
- Ellipse.java
- Label.java
- Line.java
- Overlay.java
- PseudoText.java
- Rectangle.java
- Table.java
- Text.java
- Canvas.java
- Context.java
- ContextBuilder.java
- Layer.java
- Point.java
- PseudoCanvas.java
- Region.java
- Render.java
- DejaVuSansMono-LICENSE.txt
- DejaVuSansMono.ttf
- AxisConvertedTestLabels.java
- AxisTestLabels.java
- TestAxis.java
- TestFullPlott.java
- TestLabels.java
- TestPlot.java
- TestCanvas.java
- TestCircle.java
- TestContext.java
- TestDot.java
- TestEllipse.java
- TestLabel.java
- TestLine.java
- TestOverlay.java
- TestPseudoCanvas.java
- TestPseudoText.java
- TestReadme.java
- TestRectangle.java
- TestRender.java
- TestTable.java
- TestText.java
- pom.xml
- ICanvas.java
- IContext.java
- IContextBuilder.java
- IElement.java
- ILayer.java
- IPoint.java
- IRegion.java
- IRender.java
- ITypedIdentified.java
- pom.xml
- .gitignore
- LICENSE
- pom.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/indvd00m/java-ascii-render
Downloads the entire project code from GitHub to your computer.
cd java-ascii-render
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
