README.md

December 5, 2022 ยท View on GitHub

Collision detection for games written in machine code

Description

This is a DLL (full source included) written in pure assembly which will detect a collision between 2 sprites given their masks to the pixel. Because it is written in assembly, it is extremely fast. The fastest I got for 1 call on my 1.65 GHz was 2 milliseconds. The slowest being 11 milliseconds. You can use it outwith VB if you want (VB Calls to the DLL are slow). This is the second submission with some optmiization and also I fixed a bug whereby it raised an access violation when used with compiled exe's. If you like it, please vote and leave some feedback. ;)

More Info

Submitted On2002-11-01 14:00:06
ByIRBMe
LevelIntermediate
User Rating4.7 (66 globes from 14 users)
CompatibilityVB 5.0, VB 6.0
CategoryGames
WorldVisual Basic
Archive FileCollision_1490341112002.zip