Skip to content

ectucker1/cobblestone

Repository files navigation

cobblestone

A Dart game framework inspired by LibGDX.

Cobblestone provides the basic features of game rendering, audio playing, and asset management, allowing the user to build any sort of gameplay without worrying about these lower level features.

More advanced features of the engine include:

  • Texture Atlas support, as created by the LibGDX TexturePacker
  • Tween animations
  • Bitmap Font Rendering
  • Tiled .tmx map loading and rendering
  • Particle systems, as exported by the PixiJS Particle Editor
  • Custom rendering, including framebuffers, glsl shaders, or a fully custom pipeline

License

Cobblestone is licensed under the MIT License.

Issues and Contributing

Feel free to report any bugs, or make suggestions for improvements on the Issue Tracker.

Also take a look at the Contribution Guide.

Demos

Engine demos can be found here or by cloning the repo and running pub serve example.

Other examples can be seen in these Ludum Dare entries. Be warned, most of those use older engine versions and will not compile with the latest updates.

Tutorials and Getting Started

The Wiki on GitLab hosts tutorials and guides for using the framework.

The Basic Game Tutorial goes over the full process of setting up a project and creating a game.

Full code documentation will be available online once the package is published to pub. In the meantime, documentation can be viewed by cloning the repository and running dartdoc.

About

A Dart game library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published