Biginner programmer to Dreamcast...

If you have any questions on programming, this is the place to ask them, whether you're a newbie or an experienced programmer. Discussion on programming in general is also welcome. We will help you with programming homework, but we will not do your work for you! Any porting requests must be made in Developmental Ideas.
Post Reply
Dandel1984
DCEmu Newbie
DCEmu Newbie
Posts: 2
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Fri Apr 02, 2004 8:52 pm
Has thanked: 0
Been thanked: 0

Biginner programmer to Dreamcast...

Post by Dandel1984 »

I am relatively new to programming the dreamcast, and i got all the tools relative for it, and i would like to ask if there are tutorials on programming the dreamcast and the vmu unit for the system....

the basic tools i have include the following...

Linux Pc
Current verson of GCC
KallistiOS 1.2.0

Dreamcast with modem adaptor

Documents form the following sites...
http://mc.pp.se/dc/
http://dev.dcemulation.org/
http://www.boob.co.uk/
http://www.atani-software.net/dcprog/
http://cadcdev.sourceforge.net/
q_006
Mental DCEmu
Mental DCEmu
Posts: 415
Joined: Thu Oct 10, 2002 7:18 pm
Has thanked: 0
Been thanked: 0
Contact:

Post by q_006 »

are you a beginner just to programming on the Dreamcast? or programming in general?

this is just so we can point you in the right direction.
OneThirty8
Damn Dirty Ape
Damn Dirty Ape
Posts: 5031
Joined: Thu Nov 07, 2002 11:11 pm
Location: Saugerties, NY
Has thanked: 0
Been thanked: 0

Post by OneThirty8 »

You can take a look at some tutorials by BlackAura, BlueCrab, and Ian Micheal: http://files.frashii.com/~sp00nz/Doom/f ... ura/tutes/

Also, SDL works ok on dreamcast. There are some issues with it, and you'll have to fix it if you want to use SDL_Joystick events instead of the KOS controller stuff, but you can do some fun stuff with it. I read some decent tuts on SDL at http://cone3d.gamedev.net when I was starting out. Some of them won't work on DC without changes, but the general stuff will. For example, the Space Shooter game in lesson 6 would need to be changed a bit and the background image would have to be removed or replaced with a much smaller one, but I used code from that tut to make a DC game.
Lucious
DCEmu Official Communist
DCEmu Official Communist
Posts: 121
Joined: Thu Jun 20, 2002 6:27 pm
Has thanked: 0
Been thanked: 0
Contact:

Post by Lucious »

1. Learn to spell Beginner properly.
2. Learn to code C.
3. Just look at the exampls that are included with KalistOS, if you have had C coding experience and are confident that you should be fine.
ragnarok2040
DC Developer
DC Developer
Posts: 462
Joined: Wed Oct 17, 2001 7:44 pm
Has thanked: 0
Been thanked: 0

Post by ragnarok2040 »

Lucious wrote:1. Learn to spell Beginner properly.
2. Learn to code C.
3. Just look at the exampls that are included with KalistOS, if you have had C coding experience and are confident that you should be fine.
examples
KallistiOS
that=then

:P
User avatar
Arqueiro
DCEmu Nutter
DCEmu Nutter
Posts: 785
Joined: Tue Jul 02, 2002 9:29 am
Has thanked: 0
Been thanked: 0
Contact:

Post by Arqueiro »

i can't say anything, my english is so poor... :roll:
3d graphics and visualization ?
http://www.arquiteturadigital.com
Storminator16
DCEmu Veteran
DCEmu Veteran
Posts: 850
Joined: Mon Sep 01, 2003 11:12 am
Location: NC/Iraq
Has thanked: 0
Been thanked: 0
Contact:

Post by Storminator16 »

Yeah, I find it pitiful you ranted on his spelling, Lucious. Show some class! If you have nothing else better to say, then don't say it.

Another tutorial to check out is 'Jump-N-Run Dev; tutorials:

http://jnrdev.weed-crew.net/
Post Reply