Flow Math

Immutable math library for Java with a focus on games and computer graphics.

Лицензия

Лицензия

Группа

Группа

com.flowpowered
Идентификатор

Идентификатор

flow-math
Последняя версия

Последняя версия

1.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Flow Math
Immutable math library for Java with a focus on games and computer graphics.
Организация-разработчик

Организация-разработчик

Flow Powered
Система контроля версий

Система контроля версий

https://github.com/flow/math

Скачать flow-math

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.flowpowered/flow-math/ -->
<dependency>
    <groupId>com.flowpowered</groupId>
    <artifactId>flow-math</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.flowpowered/flow-math/
implementation 'com.flowpowered:flow-math:1.0.3'
// https://jarcasting.com/artifacts/com.flowpowered/flow-math/
implementation ("com.flowpowered:flow-math:1.0.3")
'com.flowpowered:flow-math:jar:1.0.3'
<dependency org="com.flowpowered" name="flow-math" rev="1.0.3">
  <artifact name="flow-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.flowpowered', module='flow-math', version='1.0.3')
)
libraryDependencies += "com.flowpowered" % "flow-math" % "1.0.3"
[com.flowpowered/flow-math "1.0.3"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

math Build Status License Coverage Status

Immutable math library for Java that offers easy conversion between math types, fast trigonometric functions, vectors, matrices, complex numbers, quaternions, and operation chaining, with a focus on games and computer graphics.

Prerequisites

  • Java 8

Building

In order to build math you simply need to run the mvn clean package command. You can find the compiled JAR file in ./target labeled similarly to 'math-x.x.x-SNAPSHOT.jar'.

Contributing

Are you a talented programmer looking to contribute some code? We'd love the help!

  • Open a pull request with your changes, following our guidelines.

Usage

If you're using Gradle to manage project dependencies, simply include the following in your build.gradle file:

repositories {
  maven {
    url 'https://repo.spongepowered.org/maven/'
  }
}

dependencies {
  implementation 'org.spongepowered:math:1.0.4-SNAPSHOT'
}

If you're using Maven to manage project dependencies, simply include the following in your pom.xml file:

<dependency>
  <groupId>org.spongepowered</groupId>
  <artifactId>math</artifactId>
  <version>1.0.4-SNAPSHOT</version>
</dependency>

Credits

  • Spout and contributors - where we all began, and for much of the re-licensed code.
  • All the people behind Java, Maven, and Gradle.
com.flowpowered

Версии библиотеки

Версия
1.0.3
1.0.2
1.0.1
1.0.0