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

Immediate mode rendering? #106

Open
jackwlee01 opened this issue Dec 23, 2022 · 1 comment
Open

Immediate mode rendering? #106

jackwlee01 opened this issue Dec 23, 2022 · 1 comment

Comments

@jackwlee01
Copy link

Does Ceramic support any form of immediate mode rendering? I have built some Kha libraries that would be much easier to port to Ceramic if I could easily access low level rendering functionality.

@jeremyfa
Copy link
Member

jeremyfa commented Jan 4, 2023

Hi!

No, Ceramic does not really support immediate mode rendering.

There are long term plans in adding a Graphics class that would allow to emulate immediate API though. I say "emulate", because it would still work with creating and reusing quad or mesh objects internally to go through the Ceramic renderer, but that would still be very helpful if you need such API to port some library made for Kha initially.

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