Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Update doc to reflect 0.6.1 changes #1

@Gipson62

Description

@Gipson62

The current documentation is outdated and still references the use of tuples like (f32, f32, f32) and (f32, f32) for 3D and 2D vector operations, respectively.

As of version 0.6.1, the engine now uses the new Vector3 and Vector2 types for improved type safety and consistency. All relevant examples, guides, and API references in the documentation should be updated to reflect this change. Specifically:

  • Replace (f32, f32, f32) with Vector3 where applicable.
  • Replace (f32, f32) with Vector2 where applicable.
  • Add explanations and examples for the new Vector3 and Vector2 types, including their constructors, methods, and benefits compared to the previous tuple-based approach.

(I used GPT-4 for this 🤖)

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationgood first issueGood for newcomers

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions