NoiseByNorthwest / term-asteroids

An Asteroids-like game, running in a terminal, written in PHP
MIT License
37 stars 2 forks source link

Cache bitmap FFI CData to improve performance #5

Closed therealgaxbo closed 1 year ago

therealgaxbo commented 1 year ago

As requested.

Avoids translating large PHP arrays to C arrays each frame for performance.

NoiseByNorthwest commented 1 year ago

Thanks !