PSX Physics
-
- Interested PSXDEV User
- Posts: 9
- Joined: Jan 23, 2017
PSX Physics
Hi, I always wondered if the PSX/PS1 supported physics. Sorry if this has been asked before.
-
Administrator Verified
- Admin / PSXDEV
- Posts: 2691
- Joined: Dec 31, 2012
- I am a: Shadow
- PlayStation Model: H2000/5502
It can of course if coded correctly, but it would be slow. Also, there is no FPU so everything would be fixed point integer math. You can emulate the FPU in software, but again, it's slow so it wouldn't be a good idea.
Development Console: SCPH-5502 with 8MB RAM, MM3 Modchip, PAL 60 Colour Modification (for NTSC), PSIO Switch Board, DB-9 breakout headers for both RGB and Serial output and an Xplorer with CAETLA 0.34.
PlayStation Development PC: Windows 98 SE, Pentium 3 at 400MHz, 128MB SDRAM, DTL-H2000, DTL-H2010, DTL-H201A, DTL-S2020 (with 4GB SCSI-2 HDD), 21" Sony G420, CD-R burner, 3.25" and 5.25" Floppy Diskette Drives, ZIP 100 Diskette Drive and an IBM Model M keyboard.
PlayStation Development PC: Windows 98 SE, Pentium 3 at 400MHz, 128MB SDRAM, DTL-H2000, DTL-H2010, DTL-H201A, DTL-S2020 (with 4GB SCSI-2 HDD), 21" Sony G420, CD-R burner, 3.25" and 5.25" Floppy Diskette Drives, ZIP 100 Diskette Drive and an IBM Model M keyboard.
-
- Interested PSXDEV User
- Posts: 9
- Joined: Jan 23, 2017
-
Verified
- C Programming Expert
- Posts: 161
- Joined: Oct 06, 2012
- PlayStation Model: SCPH-5502
- Contact:
IMHO it depends entirely on how complex the physics are and a lot of other factors e.g.: game logic, code optimization, GPU performance, etc. When we wrote Deathball, we implemented circle-to-circle collision, circle-to-polygon collision, gravity and bouncing using fixed-point arithmetic and the game neatly ran at 50 FPS in its PAL version.
Who is online
Users browsing this forum: No registered users and 8 guests