-
Reproducing code is https://github.com/CenTdemeern1/witness-rs/tree/main/frontend-3ds
Deadlock stack trace seems to be this:
```gdb
#0 svcArbitrateAddressNoTimeout () at /Users/davem/projects/…
-
Hi, a couple years ago I was tinkering with citro3d-rs and got to the point of being able to load a model from an .obj file (using obj-rs) and display it with stereoscopic 3d.
I think it'd be prett…
-
- [ ] Audio Streaming
- [ ] Restructure ``love.graphics`` to use Citro3D rather than sf2d
- [ ] Sprite Batches
-
Please be patient with me as I am extremely new to graphics libraries and the math involved in 3D rendering, and frankly have very little idea of what I'm talking about in general.
_**Background:**…
-
https://github.com/bubble2k16/snes9x_3ds/commit/e549dd1f1beff69a8cea819926ff112cbcb0b156
new src can't compile with
devkitARM r45
libctru v1.0.0
citro3d v1.0.0
any ideas ?
-
[The 3rd party alternative build from youtube "3ds borb"](https://www.youtube.com/watch?v=9kejpUuyFjM) is a worse build due to sound and performance issues, and it's using opengl instead of citro3d, b…
-
Yeah, I saw that a little while ago. Unfortunately, the main bit of rendering a model it _doesn't_ touch, textures, is the bit I'm having difficulty with. I've successfully _got_ a shape with a textur…
-
Given that [the latest Luma3DS release](https://github.com/LumaTeam/Luma3DS/releases/tag/v10.2) adds support for 800px-wide output resolutions, this might potentially provide the opportunity for signi…
-
[sf2dlib has been deprecated](https://github.com/xerpi/sf2dlib/blob/8da504f2f3bd024474e65d91d8173fe111d6ece3/README.md). What does that mean for this project? Will it be removed and replaced with just…
-
Using this library, I tried loading images that were 792 x 1152 pixels in dimension. However, when I compiled and ran my program on my 3DS, the images came out distorted. However, when I resized said…