Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
csmangum authored Aug 8, 2024
1 parent 0aad734 commit 6e541a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Fizicks
![Project Status](https://img.shields.io/badge/status-in%20development-orange)

A fools errand and an explorers dream.

## Overview

This library provides a set of classes and methods to simulate physical phenomena in three-dimensional space. It includes representations for vectors, forces, positions, velocities, and the application of Newton's laws of motion.
Expand Down Expand Up @@ -118,4 +120,4 @@ print(object.position)
print(object.velocity)
```

This example initializes a position, velocity, and force, applies the force to the object, and updates its motion according to the laws of motion defined in this library.
This example initializes a position, velocity, and force, applies the force to the object, and updates its motion according to the laws of motion defined in this library.

0 comments on commit 6e541a6

Please sign in to comment.