Skip to content

gevorg-kopalyan/overlap2d

 
 

Repository files navigation

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.

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 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

Overlap2D is growing really fast, and any help from community, be that just a small tweet or a code contribution is a huge help. Pull requests to this repo are very welcome! And you are also welcome to explore javadocs

Project Set-Up to run from sources (we'll make it easier later)

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
  • Overlap2D requires for it to be in same folder in which o2d runtime and spine runtime are located so you need to clone them separately
  • Clone overlap2d-runtime from here (and switch it to dev branch)
  • Clone spine runtimes from here
  • Make sure that paths are correct by taking a look (not modifying) settigs.gradle of overlap2d project
  • Open your favorite IDE (Eclipse/IntelliJ) and import overlap2d as gradle project
  • Things should work fine now, create branch, make some commits, push it to your origin and make some pull requests - yay ^^

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 :)

About

Overlap2D Game development toolkit for UI and Level design

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%