Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
_pmf_
on Jan 19, 2020
|
parent
|
context
|
favorite
| on:
Standalone WebAssembly games using I/O devices
> What about OpenGL?
You cannot create a window or handle input with OpenGL.
pjmlp
on Jan 19, 2020
[–]
Sure you can, EGL is part of OpenGL set of standards.
Jasper_
on Jan 19, 2020
|
parent
[–]
EGL doesn't let you create a window, it only lets you bind an OpenGL context to an existing platform window. And input isn't covered by EGL in the slightest.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
You cannot create a window or handle input with OpenGL.