Jump to content

Leadwerks Oasis


toxic72
 Share

Recommended Posts

Yeah, I would prefer that the default LE Lua editor have code completion but if we aren't going to get that and these guys want to go off and make their own editor with code completion, then it would be nice if LE allowed them to hook into the debugger so we can step through code inside their editor AND be able to configure what editor to open when the "open script button" is pressed from LE so we could choose their editor instead of the default LE one.

Link to comment
Share on other sites

Yep for non C++ people, two ways :

- Some C# support (seems nothing new in that side, it was some topic, but no more news , so we can forget it), i htink this would had please lot of people to have that interface.

- Lua better editor

 

But for Lua what is very missing :

- auto completition :

very needed, so much time loosed writting code instead of having auto complete

- errors catching :

I don't know if it is possible ?

But lot of time you launch the game and crashes it, because of simple errors, for example incompatible types assignation or others simple ones. It is not possible to detect them before lauching the game ?

Stop toying and make games

Link to comment
Share on other sites

- C# (.NET/mono) is coming unofficially but it will come

 

-auto completion: What would be needed is real intellisense, plain autocompletion will result in longer coding times

-intellisense = doable with some affort

-error catching

not possible in the way you want it. Lua is intepreted at runtime, so lua doesn't know what might happen with some variable later

in the program

Hint: Learn Test-driven development will save lots of debugging sessions once you're into it.

  • Intel® Core™ i7-8550U @ 1.80 Ghz 
  • 16GB RAM 
  • INTEL UHD Graphics 620
  • Windows 10 Pro 64-Bit-Version
Link to comment
Share on other sites

  • 2 weeks later...

It is enought people asking C# in LE3 ? Or it is for your own project/use ?

(Personnaly i will steer in Lua for now)

 

well I don't know for my self.

OFC it would be easyer for me if I'd have C# as I'm programming with C# in unity 3D BUT

 

I think I'll get used to C++

 

Also I think it won't be that hard deal to do it, ...

 

what I mostly care about right now is getting Game Engine to Linux.

AND dump windows for gooooooood.

 

Oh yes I'm a windows hater for a reason.

Learn to obey

before you command

 

when you see very good tactic

sit back and think again.

 

Basics prince Zuko.

Basics are your greatest strength.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

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

 Share

×
×
  • Create New...