flame_spatial_grid 0.9.2 copy "flame_spatial_grid: ^0.9.2" to clipboard
flame_spatial_grid: ^0.9.2 copied to clipboard

Spatial partitioning of game field to improve performance of collision detection and rendering

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flame_spatial_grid

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flame_spatial_grid: ^0.9.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flame_spatial_grid/flame_spatial_grid.dart';
3
likes
100
points
56
downloads

Publisher

verified publisherasgalex.pro

Weekly Downloads

Spatial partitioning of game field to improve performance of collision detection and rendering

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

collection, dart_bloom_filter, flame, flame_tiled, flat_buffers, flutter, isolate_manager, js, meta, tiled, vector_math, xml

More

Packages that depend on flame_spatial_grid