1
0
mirror of https://github.com/KrisKennaway/ii-vision.git synced 2025-01-08 12:30:11 +00:00
Streaming video and audio for Apple II
Go to file
kris cc6c92335d Implement a much more efficient mechanism for mapping an array between
(x, y) indexing and (page, offset) indexing.  This uses numpy to
construct a new array by indexing into the old one.

In benchmarking this is something like 100x faster.
2019-02-23 23:44:29 +00:00
ethernet/ethernet WIP: modified version of echo server that reads in page-sized chunks 2019-01-03 23:25:58 +00:00
frame_sequence.py Extract out input video decoding into separate module. 2019-02-23 23:32:07 +00:00
main.py Extract out input video decoding into separate module. 2019-02-23 23:32:07 +00:00
memory_map.py Implement a much more efficient mechanism for mapping an array between 2019-02-23 23:44:29 +00:00
opcodes_test.py Update cycle timing from working ethernet player. 2019-02-23 23:38:14 +00:00
opcodes.py Update cycle timing from working ethernet player. 2019-02-23 23:38:14 +00:00
scheduler.py Rename opcode 2019-01-05 23:51:21 +00:00
screen.py Fix deprecation warning on newer numpy 2019-02-23 23:33:18 +00:00
server.py Send contents of out.bin file 2019-02-23 23:28:33 +00:00
video.py Rename opcode 2019-01-05 23:51:21 +00:00