dutils 0.1.3

A collection of modules in the D Programming Language that people may find useful.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:


This package provides sub packages which can be used individually:

dutils:sprite - .spr file format for images because I'm to lazy to use a preexisting one for sprites.

dutils:binom - Module for doing some bionomial work in the D Programming Language(why did I make this).

dutils:skeleton - Module for implementing skeletons, e.g. a cube with criss-crossing beams to better detect collision.

dutils:physics - A very simple and basic physics library.

dutils:transform - A library with transformation functions.

dutils

A collection of(hopefully)useful modules in the D2 Programming Language.

Changelog for dutils v0.1.3

transform.d

A library that contains all basic transofrmation functions(move, scale, and rotate), including a scale function that you can specify the axis to scale on.

physics.d

Added a frame-specified rotation function and the Plane enumeration.

skeleton.d

Minor improvements to both Skeleton and Point structs.

Skeleton struct

Made Skeleton.center the geometric center of the skeleton.

Point struct

Added many operations, including opBinary, and allowed for these operators to be used with numerical types, not just other Point structs.

Authors:
  • Ruby The Roobster
Sub packages:
dutils:sprite, dutils:binom, dutils:skeleton, dutils:physics, dutils:transform
Dependencies:
none
Versions:
0.2.0 2023-Mar-05
0.2.0-beta.2 2022-Aug-18
0.2.0-beta.1 2022-Aug-11
0.1.4-alpha 2022-May-06
0.1.3 2021-Dec-25
Show all 15 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 75 downloads total

Score:
0.0
Short URL:
dutils.dub.pm