Jump to content

[Release] M.M DXlib


Master_MTA

Recommended Posts

  On 26/09/2018 at 13:32, Simplex said:

You have got lots of bugs to fix (

Expand  

:D

cool tell me about it xd 

am really interested to fix it 

any thing else the size of children elements this bug i can fix it with the new version but tell me about other bugs 

there is a bug that am trying to fix it write it :D

this one is when you restart the resource that used exports function with my dxlib i need to destroy elements that resource contain it do u have any idea?

Link to comment

Nice one dude, this can go really far if you keep developing on it. The Interface is obviously basic at the moment which is quite nice to see, would be nice if you can support images in the future or rounded borders for buttons and windows as an option. Also throw in a few stock fonts I guess, rather than relying on the default one's, would also be nice. Maybe add in a resizing feature if possible. Overall great work, hope to see this being worked on more, gl.

Link to comment
  On 29/09/2018 at 22:01, ℓιgнт said:

more

Expand  

thx dude for ur replay 

1-images  (i don't know what do u mean with that if u mean dxCreateImage then it's already supported if i misunderstand what u mean pls enplane it to me )

2- rounded borders (am gonna try to do that but the rounded borders will drop the fps because it's need a lot of drawing function any way am gonna try it as option)

3-fonts ( am already start work on it and am far 1 step to release it you can create ur own font with dxCreateFont and apply it in any element using dxSetFont(not release yet) )

i like ur suggestion pls if there any other suggestion i will do my best to apply it in my m.m lib 

 

Link to comment
  On 29/09/2018 at 22:13, Master_MTA said:

thx dude for ur replay 

1-images  (i don't know what do u mean with that if u mean dxCreateImage then it's already supported if i misunderstand what u mean pls enplane it to me )

2- rounded borders (am gonna try to do that but the rounded borders will drop the fps because it's need a lot of drawing function any way am gonna try it as option)

3-fonts ( am already start work on it and am far 1 step to release it you can create ur own font with dxCreateFont and apply it in any element using dxSetFont(not release yet) )

i like ur suggestion pls if there any other suggestion i will do my best to apply it in my m.m lib 

 

Expand  

Sure dude, hit me up on Discord I've had a lot of ideas for a DxLibrary before I can throw some great ideas your way. Adventure#6633

Link to comment

-----------------

add tabpanel

add tabs

add functions

add 1 event

& more

------------------------

use command (updateM.M)

to update it to latest version

 

I.M.P Note:

when u call dxlib resource using export or call functions

u should but the variable inside this event

"onClientDxLibResourceStart"

Example:

addEventHandler('onClientDxLibResourceStart',root,function()
    
    ex=exports['M.M-master']
    
    window=ex:dxCreateWindow(...etc)
    
    end)

bindKey('f2','down',function()
    	
    ex:dxSetVisible(window,not ex:dxGetVisible(window))
    showCurSor(ex:dxGetVisible(window))
    end)

 

Link to comment
  • 2 weeks later...
  On 26/09/2018 at 07:16, Master_MTA said:

hello their watch video

and here is it

download link :https://github.com/Master-MTA/M.M
if u like it : https://paypal.me/MasterMTA

if there is any bugs tell me pls

special thx for 

@thisdp

in this lib i used his update system enjoy

:D

 

Expand  

It's Just Perfect

I Hope you Added Different Shapes or Didn't You?

Anyway Excellent Work :D

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...