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

Port 3ds examples from devkitPro/3ds-examples #18

Open
AzureMarker opened this issue Jan 11, 2022 · 5 comments
Open

Port 3ds examples from devkitPro/3ds-examples #18

AzureMarker opened this issue Jan 11, 2022 · 5 comments

Comments

@AzureMarker
Copy link
Member

There's a bunch of stuff here that could be ported to test the crate:
https://github.com/devkitPro/3ds-examples

@ian-h-chamberlain
Copy link
Member

I've started on a rough port of the time/rtc example there and should have a PR before long. Figured I would post here to avoid any duplication of work.

It might be useful to use this as a tracking issue for the examples with a task list in the body of the issue, but would require creating a new issue for each example, so perhaps that's overkill.

@AzureMarker
Copy link
Member Author

Thanks for the heads up @ian-h-chamberlain! Let us know if you have any issues getting your environment set up.

@Techie-Pi
Copy link
Member

Techie-Pi commented Jul 6, 2022

It might be useful to use this as a tracking issue for the examples with a task list in the body of the issue, but would require creating a new issue for each example, so perhaps that's overkill.

From my experience, it isn't needed to create an issue for each example, you can just create a normal list and it will be shown as a task list. So it would be great to use that to track progress

@hYdos
Copy link

hYdos commented Nov 17, 2022

might be a good idea to add a 3d rendering example as it seems it may need to differ a bit from C

@Meziu
Copy link
Member

Meziu commented Nov 17, 2022

might be a good idea to add a 3d rendering example as it seems it may need to differ a bit from C

If your intention is to have graphics rendering, I suggest sticking to the raw citro3d-sys bindings, basically exactly as it would work in C.

Once citro3d-rs is finalised, we will make examples for rendering there.

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

5 participants