Jump to content
  • entries
    941
  • comments
    5,894
  • views
    867,658

Leadwerks MaxGUI Driver


Josh

2,690 views

 Share

MaxGUI is an abstracted GUI system for the BlitzMax programming language. This allows Windows, Mac, and Linux native UIs to be created using the same code. The LeadwerksMaxGUIDriver module integrates Leadwerks GUI so that existing programs can be recompiled using our new UI system. Here's the first shot of it working in an actual existing program:

 

blogentry-1-0-13167100-1470494928_thumb.jpg

  • Upvote 5
 Share

6 Comments


Recommended Comments

BMX can call C++ code. This is how the editor works.

 

So the editor code (BMX) is calling an abstraction layer (BMX) and one implementation of that abstracted class is calling C++ code. Which is then using Lua to handle widget drawing and behavior. dry.png

Link to comment

So are the os events the thing that keeps you tied to bmax still or you just done want to change that part?

Link to comment

So are the os events the thing that keeps you tied to bmax still or you just done want to change that part?

I don't want to change that since it would take about a year and not really add anything to it. There's also a BMX to C++ translator being worked on right now that might work with the editor code.

Link to comment
Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...