Making 3d games
Arron Dick (9400) 11 posts |
Hello all! I’m thinking of trying my hand at 3d games in C, possibly doing a software rasterizer as there isn’t access to the hardware yet(AFAIK) Am I best to learn SDL or is there a better route to take? I understand we have SDL 1.2 available via !PackMan but this may be incomplete |
Arron Dick (9400) 11 posts |
Ah, I found this post: https://www.riscosopen.org/forum/forums/11/topics/17302 I’ve managed to get the sample up and running, using the following Obey MakeFile: WimpSlot -min 16384k -max 16384k I’m off to find some SDL 1.2 tutorials, wish me luck! |
Paul Sprangers (346) 524 posts |
Good luck! |
David Pitt (3386) 1248 posts |
Lazy Foo’ Productions Lesson 1 builds. |
Arron Dick (9400) 11 posts |
Surprising enough, the first one I found! But thank you very much anyway |