Search found 88 matches

by bbmario
Mon Jul 11, 2022 4:35 pm
Forum: Programming Discussion
Topic: Bump Mapping sample
Replies: 13
Views: 2779

Re: Bump Mapping sample

Holy crap that is kind of awesome. I wonder why no games used it.
by bbmario
Fri Jun 10, 2022 3:23 pm
Forum: Programming Discussion
Topic: Introducing mkdcdisc - an easy way to make .cdi images
Replies: 6
Views: 873

Re: Introducing mkdcdisc - an easy way to make .cdi images

Oh, this is nice. Juggling multiple tools is always a pain.
by bbmario
Mon Sep 13, 2021 1:32 pm
Forum: Hardware Modification and Repair
Topic: Current best option for debugging on actual hardware?
Replies: 4
Views: 1754

Re: Current best option for debugging on actual hardware?

Thank you for the detailed answer, BlueCrab. I really appreciate it. I have started hunting for a Lan Adapter. Being able to printf() everywhere is very important. :D
by bbmario
Thu Aug 26, 2021 4:56 pm
Forum: Hardware Modification and Repair
Topic: Current best option for debugging on actual hardware?
Replies: 4
Views: 1754

Current best option for debugging on actual hardware?

I've been using emulators to run/debug my code, but I feel that I'm ready to start debugging on actual hardware. What are the best current solutions for that right now?
by bbmario
Fri Jul 30, 2021 3:09 pm
Forum: Programming Discussion
Topic: How to do fog?
Replies: 2
Views: 857

Re: How to do fog?

I did not see that. Thank you for the link!

Future reference:
https://sourceforge.net/p/cadcdev/kalli ... 6/nehe16.c
by bbmario
Tue Jul 20, 2021 10:58 am
Forum: Programming Discussion
Topic: How to do fog?
Replies: 2
Views: 857

How to do fog?

I'm trying to increase the FPS in my current project and I'm curious about one thing: fog. Is that a built-in PowerVR feature, or is it implemented in software? How can it be done?
by bbmario
Tue Jul 20, 2021 10:51 am
Forum: Programming Discussion
Topic: Cheap object collision
Replies: 2
Views: 864

Cheap object collision

I've been trying to get a basic physics engine to work on DC, but without luck since most of them are C++. Does anyone know a simple C physics library, or some way to do fast object collision?
by bbmario
Sun Jul 11, 2021 10:01 am
Forum: Programming Discussion
Topic: KOS, Visual Studio Code & gdb
Replies: 20
Views: 7275

Re: KOS, Visual Studio Code & gdb

Doing the gods work here, my dude. Thank you! PLEASE SETUP A DONATION PAGE!
by bbmario
Mon Dec 28, 2020 1:15 pm
Forum: Programming Discussion
Topic: KOS, Visual Studio Code & gdb
Replies: 20
Views: 7275

Re: KOS, Visual Studio Code & gdb

What a fantastic tutorial. This is amazing.
by bbmario
Mon Dec 28, 2020 12:29 pm
Forum: Front Page News and Forum Guidelines
Topic: In The Line Of Fire Source Code Release
Replies: 8
Views: 11626

Re: In The Line Of Fire Source Code Release

I'm learning so much from this. Thank you PH3NOM for sharing this with us and helping keep the DC homebrew spirit alive.
by bbmario
Fri Apr 24, 2020 10:44 am
Forum: Gaming Forum
Topic: Best multiplayer games for DC?
Replies: 2
Views: 1516

Best multiplayer games for DC?

I've been playing MP games a lot lately and just went through the entire GC library. The DC is next! What would you guys recommend other than Power Stone?
by bbmario
Wed Mar 25, 2020 7:50 am
Forum: Programming Discussion
Topic: Docker image with KallistiOS
Replies: 3
Views: 695

Re: Docker image with KallistiOS

This is awesome! Thank you.
by bbmario
Mon Mar 23, 2020 3:31 pm
Forum: Programming Discussion
Topic: Project ideas?
Replies: 1
Views: 493

Project ideas?

I'm stuck home with my DC. Anyone recommends any good project ideas to kill time?
by bbmario
Mon Mar 23, 2020 3:28 pm
Forum: Programming Discussion
Topic: Docker image with KallistiOS
Replies: 3
Views: 695

Docker image with KallistiOS

Not sure if this has been asked before, but does anyone know if there's a Docker image with KallistiOS setup? That would make setting up the toolchain much more easily.
by bbmario
Wed Nov 06, 2019 11:06 am
Forum: Programming Discussion
Topic: What is the SH intrinisc library?
Replies: 3
Views: 738

Re: What is the SH intrinisc library?

Thank you for the info!