PC TO DC Ports

Place for discussing homebrew games, development, new releases and emulation.

Moderators: pcwzrd13, deluxux, VasiliyRS

Post Reply
AgentMomo
Prince of Persia
Posts: 346
Joined: Wed Jan 03, 2018 6:50 pm

PC TO DC Ports

Post by AgentMomo »

Found this site , can any make sense explain what this could mean?

http://gamedev.allusion.net/softprj/kos/index.php
User avatar
Jenkins
MicroMidget
Posts: 435
Joined: Wed Dec 08, 2010 5:14 pm
Dreamcast Games you play Online: every still remaining
Location: Germany
Contact:

Re: PC TO DC Ports

Post by Jenkins »

KallistiOS is a free and open source development system for Dreamcast. If you want to write your own games from scratch this would be the best way to start. Examples, drivers, some libs etc. are included. You could even sell them commercially as long as you don't use (non-free) properties from others.
User avatar
BlueCrab
Developer
Posts: 843
Joined: Wed Jun 23, 2010 3:44 pm

Re: PC TO DC Ports

Post by BlueCrab »

To give a slightly more in-depth reply...

KallistiOS is the most widely-used homebrew development library/SDK for the Dreamcast. Basically, it is a collection of code that helps you interface with the hardware of the system in a fairly coherent manner. It also provides several nice abstractions to make development easier and more PC-like (such as hooks for many standard C library functions, a TCP/UDP IPv4 and IPv6 stack with BSD-compatible (ish) sockets, and several add-on libraries that have been ported to it). Basically, it's something that programmers can use to make games/applications/etc for the Dreamcast. Yes, it's possible to use it to help in porting stuff from a PC, but it doesn't do that for you -- there's still an awful lot of work in most cases to make something work with KallistiOS that wasn't necessarily designed for it.

I'm the current maintainer of KallistiOS, although I'm not the original author.
User avatar
Jenkins
MicroMidget
Posts: 435
Joined: Wed Dec 08, 2010 5:14 pm
Dreamcast Games you play Online: every still remaining
Location: Germany
Contact:

Re: PC TO DC Ports

Post by Jenkins »

Thanks bluecrab, who can give a better anwser to this topic than you :lol:
User avatar
Ian Micheal
Developer
Posts: 6007
Joined: Wed Dec 19, 2018 5:23 am
Location: USA
Contact:

Re: PC TO DC Ports

Post by Ian Micheal »

So what can kos now do better then .. The version i use and know kos.1.19 can you tell me.. FIle loading CPP, openGL ,

I use my own file loading i built in to the old kos1.19 i hope it maybe more complete now
Post Reply