Jump to content
  • entries
    940
  • comments
    5,894
  • views
    863,998

Left 2 Do


Josh

3,541 views

 Share

Here's my list, as it stands today:

  • Lua Interpreter project for iOS and Android (iOS is done, Aria is working on Android)
  • Improve flowgraph visual style (will finish today, probably)
  • Documentation (Chris is filling out the syntax, then I will go in and write descriptions)
  • Brush rendering batches (to make editor rendering faster)
  • Brush collapse on load (in engine only)
  • Undo system

  • Upvote 9
 Share

12 Comments


Recommended Comments

If you have brush rendering batches in Editor, does it mean the engine does not have them, i.e. does the engine not have dynamic brush commands, like LE 1.0 did? It had commands like SliceBrush(brush,plane,newbrush1,newbrush2).

Link to comment

I was hoping it could help with destructible physics objects, but maybe it can be done manually also, like Paul did with his wood logs.

Link to comment

Josh mentioned wanting to use states. However, I can see how that can grow to a high RAM usage fast. I use something similar to the command pattern too usually.

Link to comment

I was hoping it could help with destructible physics objects, but maybe it can be done manually also, like Paul did with his wood logs.

 

Can you post or msg me this example pelase?

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...