jar

com.github.eoinf.jiggen : core

Maven & Gradle

Feb 18, 2019
1 usages
1 stars

Jiggen · Core code for jiggen

Table Of Contents

Latest Version

Download com.github.eoinf.jiggen : core JAR file - Latest Versions:

All Versions

Download com.github.eoinf.jiggen : core JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window core-1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.eoinf.jiggen.webapp.screens

├─ com.github.eoinf.jiggen.webapp.screens.PuzzleSolverScreen.class - [JAR]

com.github.eoinf.jiggen.webapp.graphics

├─ com.github.eoinf.jiggen.webapp.graphics.PuzzleOverlayBatch.class - [JAR]

├─ com.github.eoinf.jiggen.webapp.graphics.TextureOverlayImage.class - [JAR]

├─ com.github.eoinf.jiggen.webapp.graphics.WorldBoundedCamera.class - [JAR]

com.github.eoinf.jiggen.PuzzleExtractor.Puzzle

├─ com.github.eoinf.jiggen.PuzzleExtractor.Puzzle.PuzzleFactory.class - [JAR]

com.github.eoinf.jiggen.utils

├─ com.github.eoinf.jiggen.utils.PixmapUtils.class - [JAR]

com.github.eoinf.jiggen.webapp.screens.views

├─ com.github.eoinf.jiggen.webapp.screens.views.PuzzleToolbar.class - [JAR]

├─ com.github.eoinf.jiggen.webapp.screens.views.PuzzleView.class - [JAR]

├─ com.github.eoinf.jiggen.webapp.screens.views.ScreenView.class - [JAR]

com.github.eoinf.jiggen.webapp.utils

├─ com.github.eoinf.jiggen.webapp.utils.PixmapUtils.class - [JAR]

├─ com.github.eoinf.jiggen.webapp.utils.ReplaySubject.class - [JAR]

├─ com.github.eoinf.jiggen.webapp.utils.SimpleObservable.class - [JAR]

├─ com.github.eoinf.jiggen.webapp.utils.SimpleSubject.class - [JAR]

com.github.eoinf.jiggen.TemplateCreator.lines

├─ com.github.eoinf.jiggen.TemplateCreator.lines.Line.class - [JAR]

├─ com.github.eoinf.jiggen.TemplateCreator.lines.SinWave.class - [JAR]

├─ com.github.eoinf.jiggen.TemplateCreator.lines.StraightLine.class - [JAR]

com.github.eoinf.jiggen.webapp.screens.controllers

├─ com.github.eoinf.jiggen.webapp.screens.controllers.HeldPieceController.class - [JAR]

├─ com.github.eoinf.jiggen.webapp.screens.controllers.PuzzleViewController.class - [JAR]

├─ com.github.eoinf.jiggen.webapp.screens.controllers.PuzzleViewModel.class - [JAR]

com.github.eoinf.jiggen.webapp.screens.models

├─ com.github.eoinf.jiggen.webapp.screens.models.ConnectedPuzzlePieces.class - [JAR]

├─ com.github.eoinf.jiggen.webapp.screens.models.GraphEdge.class - [JAR]

├─ com.github.eoinf.jiggen.webapp.screens.models.IntRectangle.class - [JAR]

├─ com.github.eoinf.jiggen.webapp.screens.models.PuzzleGraphTemplate.class - [JAR]

├─ com.github.eoinf.jiggen.webapp.screens.models.PuzzlePiece.class - [JAR]

├─ com.github.eoinf.jiggen.webapp.screens.models.PuzzlePieceTemplate.class - [JAR]

com.github.eoinf.jiggen.webapp

├─ com.github.eoinf.jiggen.webapp.Jiggen.class - [JAR]

com.github.eoinf.jiggen.PuzzleExtractor.Decoder

├─ com.github.eoinf.jiggen.PuzzleExtractor.Decoder.BooleanGrid.class - [JAR]

├─ com.github.eoinf.jiggen.PuzzleExtractor.Decoder.DecodedPiece.class - [JAR]

├─ com.github.eoinf.jiggen.PuzzleExtractor.Decoder.DecodedTemplate.class - [JAR]

├─ com.github.eoinf.jiggen.PuzzleExtractor.Decoder.PixelSearcher.class - [JAR]

com.github.eoinf.jiggen.screens.views

├─ com.github.eoinf.jiggen.screens.views.ScreenView.class - [JAR]

├─ com.github.eoinf.jiggen.screens.views.TemplateCreatorToolbar.class - [JAR]

├─ com.github.eoinf.jiggen.screens.views.TemplateCreatorView.class - [JAR]

com.github.eoinf.jiggen.TemplateCreator

├─ com.github.eoinf.jiggen.TemplateCreator.TemplateCreator.class - [JAR]

├─ com.github.eoinf.jiggen.TemplateCreator.TemplateCreatorFileSaver.class - [JAR]

├─ com.github.eoinf.jiggen.TemplateCreator.TemplateLine.class - [JAR]

├─ com.github.eoinf.jiggen.TemplateCreator.TemplateLineWithDistortion.class - [JAR]

├─ com.github.eoinf.jiggen.TemplateCreator.WaveDistortionData.class - [JAR]

com.github.eoinf.tools

├─ com.github.eoinf.tools.GenerateAssets.class - [JAR]

com.github.eoinf.jiggen.webapp.input

├─ com.github.eoinf.jiggen.webapp.input.EnhancedGestureDetector.class - [JAR]

├─ com.github.eoinf.jiggen.webapp.input.EnhancedGestureListener.class - [JAR]

├─ com.github.eoinf.jiggen.webapp.input.PuzzleGestureListener.class - [JAR]

com.github.eoinf.jiggen.screens.controllers

├─ com.github.eoinf.jiggen.screens.controllers.TemplateCreatorViewController.class - [JAR]

├─ com.github.eoinf.jiggen.screens.controllers.TemplateCreatorViewModel.class - [JAR]

com.github.eoinf.jiggen.TemplateCreator.components

├─ com.github.eoinf.jiggen.TemplateCreator.components.BaseLinesGenerator.class - [JAR]

├─ com.github.eoinf.jiggen.TemplateCreator.components.BaseTemplateGenerator.class - [JAR]

├─ com.github.eoinf.jiggen.TemplateCreator.components.BaseTemplateRenderer.class - [JAR]

├─ com.github.eoinf.jiggen.TemplateCreator.components.DistortedLinesGenerator.class - [JAR]

├─ com.github.eoinf.jiggen.TemplateCreator.components.DistortedLinesRenderer.class - [JAR]

├─ com.github.eoinf.jiggen.TemplateCreator.components.PieceConnectorRenderer.class - [JAR]

├─ com.github.eoinf.jiggen.TemplateCreator.components.TemplateCreatorComponent.class - [JAR]

├─ com.github.eoinf.jiggen.TemplateCreator.components.TemplateCreatorData.class - [JAR]

com.github.eoinf.jiggen.TemplateCreator.connectors

├─ com.github.eoinf.jiggen.TemplateCreator.connectors.ConnectorDirection.class - [JAR]

├─ com.github.eoinf.jiggen.TemplateCreator.connectors.PieceConnector.class - [JAR]

├─ com.github.eoinf.jiggen.TemplateCreator.connectors.SinWaveConnector.class - [JAR]

com.github.eoinf.jiggen.screens

├─ com.github.eoinf.jiggen.screens.TemplateCreatorScreen.class - [JAR]

com.github.eoinf.jiggen.webapp.screens.widgets

├─ com.github.eoinf.jiggen.webapp.screens.widgets.ConnectedPiecesGroup.class - [JAR]

├─ com.github.eoinf.jiggen.webapp.screens.widgets.HeldPuzzlePiece.class - [JAR]

├─ com.github.eoinf.jiggen.webapp.screens.widgets.PuzzlePieceActor.class - [JAR]

Advertisement

Dependencies from Group

Feb 18, 2019
1 usages
1 stars
Feb 06, 2019
1 stars

Discover Dependencies

Dec 17, 2021
1 usages
0 stars
Dec 06, 2018
3 usages
Mar 09, 2021
1 usages
7.9k stars
Dec 15, 2018
3 usages
489 stars
Jun 29, 2020
3 usages
1 stars
Dec 20, 2018
2 usages
Apr 20, 2023
1 usages
94 stars
Jan 04, 2019
1 usages