https://github.com/claudemuller/raycast-simulation.ts
A Raycasting simulation written in TypeScript with p5.js
https://github.com/claudemuller/raycast-simulation.ts
p5js raycasting simulation typescript
Last synced: 10 months ago
JSON representation
A Raycasting simulation written in TypeScript with p5.js
- Host: GitHub
- URL: https://github.com/claudemuller/raycast-simulation.ts
- Owner: claudemuller
- Created: 2023-10-21T02:00:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-22T03:30:48.000Z (over 2 years ago)
- Last Synced: 2025-02-14T18:33:43.614Z (over 1 year ago)
- Topics: p5js, raycasting, simulation, typescript
- Language: TypeScript
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raycast Simualtion
A [Ray casting](https://en.wikipedia.org/wiki/Ray_casting) simulation written in TypeScript with [p5.js](https://p5js.org/).

## Requirements
- [node](https://nodejs.org/en)
- [yarn](https://yarnpkg.com/)
- or [npm](https://www.npmjs.com/)
## Installing Dependencies
```bash
yarn
// Or..
npm install
```
## Building
```bash
yarn start
// Or..
npm run start
```
## Run Tests
```bash
yarn test
// Or..
npm test
```