Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kda direct buffer support #48

Open
TheMaverickProgrammer opened this issue Sep 20, 2020 · 4 comments
Open

kda direct buffer support #48

TheMaverickProgrammer opened this issue Sep 20, 2020 · 4 comments

Comments

@TheMaverickProgrammer
Copy link

Does this engine have or plan to have KDA Direct buffer support like SDL2 has? KDA support would allow our games to be ported to embedded systems that lack window system support (like X window system support in ubuntu)

@elnormous
Copy link
Owner

Can you please provide more information? Maybe the source code of the SDL implementation? It shouldn't be a problem to implement a different target for OpenGL ES.

@TheMaverickProgrammer
Copy link
Author

It may be KMS instead of KDA, but the idea is that there is a direct buffer instead of a window context created by the OS window system. Here's an example done with SFML:

https://github.com/mickelson/sfml-pi

The readme details some of the setups steps required. If there's direct buffer support, it could be ported to pi and other embedded hardware like the jz4770 (rg350 handheld) and more

@elnormous
Copy link
Owner

elnormous commented Sep 22, 2020

Ouzel engine already supports Raspberry Pi. It is even mentioned in the Readme.

@TheMaverickProgrammer
Copy link
Author

TheMaverickProgrammer commented Sep 22, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants