cobblestone 0.3.4 copy "cobblestone: ^0.3.4" to clipboard
cobblestone: ^0.3.4 copied to clipboard

A mid-level 2D game framework, providing WebGL rendering, audio playing, tilemaps, particle effects, tweens, and more.

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.

8
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A mid-level 2D game framework, providing WebGL rendering, audio playing, tilemaps, particle effects, tweens, and more.

Repository (GitLab)
View/report issues
Contributing

License

MIT (LICENSE)

Dependencies

path, petitparser, vector_math, xml

More

Packages that depend on cobblestone