Skip to content

Commit

Permalink
Update README for 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dicksonlaw583 committed Aug 17, 2024
1 parent 5bf0db6 commit 4b8012a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# GMLinear v2.3.0
# GMLinear 2

Matrix and vector library for GameMaker Studio 2.3.3+
Matrix and vector library for GameMaker 2

## Introduction

GMLinear is an implementation of matrix and vector operations in pure GML. You can use it to simplify many common calculations in 2D and 3D geometry and implement algorithms/formulas involving linear algebra. Hard-coded optimized functions are available for 2D, 3D and 4D vectors and 2x2, 3x3 and 4x4 matrices.

## Requirements

- GameMaker Studio 2.3.3 or above
- GameMaker 2022 LTS or above

If you use GameMaker Studio 2.3.0 to 2.3.7, please use v2.3.0.

If you use GameMaker Studio 2.2 or below, please use v2.0.0.

Expand Down

0 comments on commit 4b8012a

Please sign in to comment.