BenjaminBenetti / csc461_project

csc461 Screen sharing
0 stars 1 forks source link

Wednesday's work N stuff #2

Closed BenjaminBenetti closed 6 years ago

BenjaminBenetti commented 6 years ago

Took what you did ( @LithiumToast ) on Wednesday and changed it up a bit, (as we talked about). In short the screen now is recorded in real time. However, it is a bit slow. So lets call this version v0.1 . Major performance increases result from throwing away my fancy abstraction, so that will probably come next.... in version v0.2 :shipit:

BenjaminBenetti commented 6 years ago

FPS++

Update, fps is now dramatically increased. All cpu copies are removed and system resource deletion is delayed until the Image object is deleted. !!