@dononeton: you asked about the PPU and Physix, well all you have to do is change one value in
phy start.
`software mode
phy start 0,0,0
`hardware mode
phy start 1,0,0
You could do something like this to detect if the PPU is present and if it is, use it:
remstart
`If physx()=0 then the PPU is not present and the program will run in software.
If it is 1, it will run in hardware mode (i.e. use the PPU).
remend
ppu = physx()
phy start ppu,0,0
Working on several projects:
- World - A free level editor for DarkBASIC Professional
- Galactic Conquest - a sci-fi RTS game