MCPcopy Index your code
hub / github.com/UnderwaterApps/overlap2d

github.com/UnderwaterApps/overlap2d @0.1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.1.0 ↗ · + Follow
2,228 symbols 6,589 edges 260 files 412 documented · 18%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

logo

Overlap2D is a 2D level and UI editor with an engine agnostic philosophy for game development. Made to separate coding from content, it enables developer to create rich content using images, animations, particle effects, light system, physics and complex grouped items.

Note

This is a RC candidate that does not yet output a data file that is readable by latest official runtime. We will push next runtime very soon.

Getting Started

Runtime

Overlap2D currently supports libGDX based runtime which will easily render your content on Android, iOS and desktop, while letting you code on Java. It is of course open source: overlap2d-libgdx-runtime

Runtime is also in maven central, current version being: com.underwaterapps.overlap2druntime:overlap2d-runtime-libgdx:0.1.1-SNAPSHOT

Runtimes for other platforms are coming soon and everyone is welcome to contribute!

News & Community

We have an official blog as well as @Overlap2D twitter so you can always be up to date with latest news!

There is also forum for all discussions.

Contributing

Check this for more info.

Project Set-Up to run from sources.

Here are the steps you need to do in order to run this project from sources

  • Fork this repo
  • Clone your fork to your local
  • Import as gradle project, and refresh your gradle config.
  • Make sure you have JDK 8

Reporting Issues

Because the editor is now open source, you can use the issue tracker here on GitHub to report issues.

License

Overlap2D is licensed under the Apache 2 License, meaning you can use it free of charge, without strings attached in commercial and non-commercial projects. If you make something successful with Overlap2D we will be happy if you remember us, and tell others about it :)

Extension points exported contracts — how you extend this code

IVersionMigrator (Interface)
Created by azakhary on 9/28/2014. [6 implementers]
src/com/uwsoft/editor/data/migrations/IVersionMigrator.java
FollowerTransformationListener (Interface)
Created by azakhary on 5/22/2015. [6 implementers]
src/com/uwsoft/editor/view/ui/followers/FollowerTransformationListener.java
DraggableResourceView (Interface)
Created by sargis on 5/7/15. [8 implementers]
src/com/uwsoft/editor/view/ui/box/resourcespanel/draggable/DraggableResourceView.java
Command (Interface)
The interface definition for a PureMVC Command. @see com.puremvc.patterns.observer Notification [10 implementers]
src/com/puremvc/patterns/command/Command.java
Notifier (Interface)
The interface definition for a PureMVC Notifier. MacroCommand, Command, Mediator and Proxy</c [5 implementers]
src/com/puremvc/patterns/observer/Notifier.java

Core symbols most depended-on inside this repo

add
called by 505
src/com/uwsoft/editor/utils/poly/earclipping/ewjordan/Polygon.java
get
called by 200
src/com/uwsoft/editor/view/stage/ItemSelector.java
getInstance
called by 172
src/com/uwsoft/editor/Overlap2DFacade.java
sendNotification
called by 159
src/com/puremvc/patterns/observer/Notifier.java
getInstance
called by 151
src/com/uwsoft/editor/view/stage/Sandbox.java
get
called by 118
src/com/uwsoft/editor/utils/runtime/ComponentCloner.java
put
called by 111
src/com/uwsoft/editor/data/manager/PreferencesManager.java
addListener
called by 108
src/com/uwsoft/editor/view/ui/widget/EditableSelectBox.java

Shape

Method 1,922
Class 280
Interface 22
Enum 4

Languages

Java100%

Modules by API surface

src/com/uwsoft/editor/proxy/ProjectManager.java52 symbols
src/com/uwsoft/editor/view/stage/Sandbox.java49 symbols
src/com/uwsoft/editor/utils/poly/tracer/TextureConverter.java49 symbols
src/com/uwsoft/editor/view/ui/dialog/PhysicsEditorDialog.java47 symbols
src/com/uwsoft/editor/view/ui/box/UILayerBox.java41 symbols
src/com/uwsoft/editor/view/ui/properties/panels/UIBasicItemProperties.java35 symbols
src/com/uwsoft/editor/proxy/ResourceManager.java34 symbols
src/com/uwsoft/editor/view/stage/SandboxMediator.java31 symbols
src/com/uwsoft/editor/utils/poly/earclipping/bayazit/BayazitDecomposer.java31 symbols
src/com/uwsoft/editor/view/stage/input/EntityClickListener.java29 symbols
src/com/uwsoft/editor/view/stage/ItemSelector.java29 symbols
src/com/uwsoft/editor/view/ui/followers/PolygonFollower.java26 symbols

For agents

$ claude mcp add overlap2d \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact