Search found 2 matches

by Nick777
Fri Feb 22, 2019 3:29 am
Forum: 3DS Development
Topic: Best way to draw a line Citro2d
Replies: 5
Views: 8531

Re: Best way to draw a line Citro2d

Like I said on GitHub, lines cannot be drawn efficiently on the PICA200. You'd have to either draw degenerate triangles (I'm not sure if those work at all), or draw rotated rectangles. That is the reason why there is no DrawLine command. The main motivation for citro2d was creating a helper library...
by Nick777
Sun Feb 17, 2019 7:54 pm
Forum: 3DS Development
Topic: Citro2d/3d Documentation
Replies: 1
Views: 6827

Citro2d/3d Documentation

I'm trying to learn to use the citro2d and citro3d libraries. I have been looking around for a while now but I can not find documentation of these libraries anywhere, just examples. Can anyone tell me where I should look to learn?