bayaraa / d2gl

Diablo 2 LoD Glide/DDraw to OpenGL Wrapper
GNU General Public License v3.0
176 stars 30 forks source link

Use d2fps for frame rate and motion smoothing #130

Open Jarcho opened 8 months ago

Jarcho commented 8 months ago

I've now finished pulling out all the motion smoothing code from D2DX into a separate module, making it independent of the renderer. Can be loaded by calling the init function exported as _Init@0.

Short list of improvements:

bayaraa commented 8 months ago

👍 Nice! Was waiting for its release :) I will add function call for d2gl dll loader.