Skip to content

Commit

Permalink
update README (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sid-Bhatia-0 authored Jun 23, 2021
1 parent e54662a commit 1dc9516
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# RayCaster

This package provides a fast implementation of the core component of ray casting.

### Useful references

1. https://lodev.org/cgtutor/raycasting.html
1. https://www.youtube.com/watch?v=NbSee-XM7WA
1. https://www.youtube.com/watch?v=gYRrGTC7GtA

2 comments on commit 1dc9516

@Sid-Bhatia-0
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/39512

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 1dc951617c7c9fec95ca7e4cfee7994b5ca65955
git push origin v0.1.0

Please sign in to comment.