https://github.com/ponup/php-raytracer
Raytracer written in PHP+GD
https://github.com/ponup/php-raytracer
cgi php raytracer
Last synced: about 1 month ago
JSON representation
Raytracer written in PHP+GD
- Host: GitHub
- URL: https://github.com/ponup/php-raytracer
- Owner: Ponup
- Created: 2018-01-18T20:28:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T11:32:20.000Z (over 3 years ago)
- Last Synced: 2025-05-06T18:58:15.318Z (11 months ago)
- Topics: cgi, php, raytracer
- Language: PHP
- Size: 71.3 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PHP-Raytracer
=============
Ray tracer written in PHP using the GD library. This was inspired by an [article](https://bheisler.github.io/post/writing-raytracer-in-rust-part-1/) I read about writing a Ray tracer in Rust.
## Example image

## Requirements
* PHP 8.1
* GD extension
* Composer
## Usage
```shell
composer install
php main.php
```