metallicafan212 / M212-Editor-Issue-Tracker

Public issue/feature tracker for my editor
6 stars 0 forks source link

[IMPROVEMENT] Rewrite line drawing in DX9 to improve speed #200

Closed metallicafan212 closed 9 months ago

metallicafan212 commented 2 years ago

Current line drawing code is way too slow, and causes massive lag on bigger levels. This is one of the only reasons software is still in the editor, as software draws lines very quickly.

https://docs.microsoft.com/en-us/windows/win32/direct3d9/id3dxline

metallicafan212 commented 2 years ago

Pushed back, as just implementing that isn't going to fix the issue, it needs a complete rewrite to fix the issues.

AdamJD01 commented 9 months ago

Closing because DX11 is faster