RadTextures
Various texturing functions, useful for working with WebGL, etc.
Add this to your package's pubspec.yaml file:
dependencies:
rad_textures: "^1.0.21"
You can install packages from the command line:
with pub:
$ pub get
with Flutter:
$ flutter packages get
Alternatively, your editor might support pub get
or packages get
.
Check the docs for your editor to learn more.
Now in your Dart code, you can use:
import 'package:rad_textures/rad_textures.dart';
Version | Uploaded | Documentation | Archive |
---|---|---|---|
1.0.21 | Oct 5, 2017 |
|
|
1.0.20 | Jan 10, 2017 |
|
|
1.0.17 | Aug 15, 2016 |
|
|
1.0.16 | Apr 16, 2016 |
|
|
1.0.15 | Aug 17, 2014 |
|
|
1.0.14 | Jun 16, 2014 |
|
|
1.0.13 | Jun 15, 2014 |
|
|
1.0.12 | Jun 7, 2014 |
|
|
1.0.11 | May 17, 2014 |
|
|
1.0.10 | Mar 23, 2014 |
|
|
We analyzed this package on Apr 23, 2018, and provided a score, details, and suggestions below. Analysis was completed with status completed using:
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
0 | / 100 |
Health:
Code health derived from static analysis.
[more]
|
99 | / 100 |
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
79 | / 100 |
Overall score:
Weighted score of the above.
[more]
|
46 |
Detected platforms: Flutter, web, other
No platform restriction found in primary library
package:rad_textures/rad_textures.dart
.
Maintain CHANGELOG.md
.
Changelog entries help clients to follow the progress in your code.
Fix analysis and formatting issues.
Analysis or formatting checks reported 26 hints.
Run
dartfmt
to formatlib/src/noise/bumps.dart
.Strong-mode analysis of
lib/src/noise/improved_perlin_noise.dart
gave the following hint:line: 3 col: 7
Name types using UpperCamelCase.Similar analysis of the following files failed:
lib/src/noise/util.dart
(hint)lib/src/noise/worley_noises.dart
(hint)lib/src/voxel/cube_march_quad.dart
(hint)lib/src/voxel/mesh_texture.dart
(hint)lib/src/voxel/mesh_texture_buckets.dart
(hint)lib/src/voxel/voxel_array.dart
(hint)lib/src/voxel/voxel_db.dart
(hint)lib/src/voxel/voxel_quad.dart
(hint)lib/src/voxel/voxel_quad_extractor.dart
(hint)lib/src/voxel/voxel_walker.dart
(hint)lib/src/worlds/hills.dart
(hint)lib/src/worlds/towers.dart
(hint)
The description is too short.
Add more detail about the package, what it does and what is its target use case. Try to write at least 60 characters.
Maintain an example.
Create a short demo in the
example/
directory to show how to use this package. Common file name patterns include:main.dart
,example.dart
or you could also userad_textures.dart
.
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
browser | >=0.10.0+2 <0.11.0 | 0.10.0+3 | |
image | 1.1.29 | 1.1.29 | 1.1.31 |
vector_math | 2.0.5 | 2.0.5 | 2.0.6 |
Transitive dependencies | |||
archive | 1.0.33 | ||
args | 1.4.2 | ||
charcode | 1.1.1 | ||
collection | 1.14.9 | ||
convert | 2.0.1 | ||
crypto | 2.0.2+1 | ||
matcher | 0.12.2 | ||
path | 1.5.1 | ||
petitparser | 1.7.6 | ||
stack_trace | 1.9.2 | ||
typed_data | 1.1.5 | ||
xml | 2.6.0 | 3.0.0 |