https://github.com/jordaneremieff/starray
Implementing Pyray 3d rendering using ASGI
https://github.com/jordaneremieff/starray
3d asgi pyray python3 websockets
Last synced: 19 days ago
JSON representation
Implementing Pyray 3d rendering using ASGI
- Host: GitHub
- URL: https://github.com/jordaneremieff/starray
- Owner: jordaneremieff
- Created: 2018-07-01T14:23:21.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2020-06-13T05:21:24.000Z (about 6 years ago)
- Last Synced: 2025-03-11T06:54:36.606Z (over 1 year ago)
- Topics: 3d, asgi, pyray, python3, websockets
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# starray
Experimenting with [pyray](https://github.com/ryu577/pyray) in the browser using websockets and ASGI.

## Installation
Install the requirements: ``` pip install -r requirements.txt```
Run the app with an ASGI server: ``` app:app```