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

Examples for using DrawContext #24

Open
alamminsalo opened this Issue Jun 11, 2018 · 5 comments

Comments

Projects
None yet
4 participants
@alamminsalo
Copy link

alamminsalo commented Jun 11, 2018

I can't seem to comprehend how I'm supposed to use the DrawContext (or where do I get uiDrawContext ptr for instancing new DrawContext). Quick example could help

@barzamin

This comment has been minimized.

Copy link
Member

barzamin commented Dec 9, 2018

@LeoTindall this is blocked on the area mod not being exported from controls::, even though the source file exists. is this because it's incomplete/doesn't compile or something along those lines?

@NoraCodes

This comment has been minimized.

Copy link
Collaborator

NoraCodes commented Dec 10, 2018

No, it's not exported because it's not sufficiently documented, mostly because there are no examples. It's a totally circular dependency relationship there.

@barzamin

This comment has been minimized.

Copy link
Member

barzamin commented Dec 18, 2018

@LeoTindall i was able to hack together the beginnings of an example, which i'll probably finish and PR soon :)

@Pomettini

This comment has been minimized.

Copy link

Pomettini commented Dec 25, 2018

Hi @barzamin would you mind to share what you discovered? I tried hard to make a simple example but had no luck. Thank you! :)

@barzamin

This comment has been minimized.

Copy link
Member

barzamin commented Dec 31, 2018

@Pomettini my code is super WIP and requires changes to iui internals to work, but i'll try to post it in the next few days

@barzamin barzamin referenced a pull request that will close this issue Jan 13, 2019

Open

Add a canvas example #58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment