DXLib is an addon library for dx9ware that adds useful features that dx9 by itself lacks. DXLib works by either hooking old dx9 functions and improving them, or by simply making new functions which have the dxl. suffix.
- A better console which logs dx9, dxl, and vanilla lua errors.
- A replaced
dx9.Getandloadstringfunction for better optimization and way less lag. - Makes a lot of old dx9 functions overall better, as well as adds error logging with
dxl.ShowConsole()
Paste this at the top of your code to start using the functions listed below!
loadstring(dx9.Get("https://raw.githubusercontent.com/soupg/DXLib/main/main.lua"))()