Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jordaneremieff/starray
Implementing Pyray 3d rendering using ASGI
https://github.com/jordaneremieff/starray
3d asgi pyray python3 websockets
Last synced: 20 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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2020-06-13T05:21:24.000Z (over 4 years ago)
- Last Synced: 2024-11-14T16:06:52.236Z (about 2 months 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.
![example](https://media.giphy.com/media/1BhkOeZ245vq2N4UYD/giphy.gif)
## Installation
Install the requirements: ``` pip install -r requirements.txt```
Run the app with an ASGI server: ``` app:app```