-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Rendering to a framebuffer instead of OpenGL #917
Comments
Sure, that's one of the main goals of Nuklear - to have extremely easily pluggable backends. Just look at the |
Ok, it looks pretty straight forward. I'll leave the issue open if I need help. |
Got this error creating just doing this:
|
I took the rawfb header from the X11 RawFB example and integrated it, I only see a white box. |
This is weird. Please post the full source code somewhere (pastebin, your github repo, ...) so that we can take a look.
Same as above - post the full source and I'll try to find some time to dig through it during the next two or three weeks. |
https://github.com/ronixos/opticsgs is the repository I'm doing this all in, |
https://github.com/ronixos/opticsgs error 404?? |
I stopped developing that since it wouldnt work |
oka, nad closes this thread if it is no longer necessary. |
I was looking through the code because I'm wanting to use Nuklear but I don't want to use OpenGL, this is for a graphics system I'm developing. So I just need to be able to render to a framebuffer and it seems possible to render without OpenGL. Can I please get some help with rendering to a framebuffer if it's possible.
The text was updated successfully, but these errors were encountered: