PistonDevelopers / piston

A modular game engine written in Rust

Home Page:https://www.piston.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add event loop for web

bvssvni opened this issue · comments

See #1131 (comment)

Currently, the event loop in Piston is designed for native applications that handle their own event loop. While it is possible to work around this, it might be nicer to bridge the gap so users don't have to write a lot of code.

I think this would be best handled in a separate crate for web development.