-
Notifications
You must be signed in to change notification settings - Fork 122
Description
当启用 curses 特性编译时,编译器指出存在问题:455 行有一个字段名不对,不过手动改正玩就能正常使用了。
希望作者能增加对 Raspberry Pi 上 OpenGL ES 的支持(不然就像我现在这样只能以 curses 模式运行),谢谢。
Request for OpenGL ES Support on Raspberry Pi and Minor Bug Report in Curses Feature
When compiling with the curses feature enabled, I encountered a small issue where the compiler flagged an incorrect field name around line 455. After manually correcting this field name, the curses functionality worked perfectly as expected.
Additionally, I'd like to kindly request support for OpenGL ES on Raspberry Pi hardware. Currently, without native OpenGL ES compatibility, I'm limited to running the application in curses mode on my Raspberry Pi. Native OpenGL ES support would greatly enhance the experience for Raspberry Pi users.
Thank you for your excellent work on this library! I truly appreciate your time and consideration of this request.