Found this site , can any make sense explain what this could mean?
http://gamedev.allusion.net/softprj/kos/index.php
PC TO DC Ports
- Jenkins
- Outtrigger
- Posts: 450
- Dreamcast Games you play Online: most of them
- Location: Germany
- Contact:
Re: PC TO DC Ports
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.
- BlueCrab
- Developer
- Posts: 845
Re: PC TO DC Ports
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.
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.
- Jenkins
- Outtrigger
- Posts: 450
- Dreamcast Games you play Online: most of them
- Location: Germany
- Contact:
- Ian Micheal
- Developer
- Posts: 6277
- Location: USA
- Contact:
Re: PC TO DC Ports
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
I use my own file loading i built in to the old kos1.19 i hope it maybe more complete now
-
- Similar Topics
- Replies
- Views
- Last post
-
- 2 Replies
- 2060 Views
-
Last post by Creator
-
- 2 Replies
- 7778 Views
-
Last post by retro
-
- 11 Replies
- 5051 Views
-
Last post by chôkai
-
- 9 Replies
- 9951 Views
-
Last post by fafadou
-
- 3 Replies
- 5614 Views
-
Last post by Ro Magnus Larsson