Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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```