Jump to content


Photo
- - - - -

Question about the client engine


This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1 haz

haz

    Newbie

  • New Member
  • Pip
  • 1 posts

Posted 09 March 2017 - 05:24 PM

I read somewhere the new engine uses lwjgl and libgdx. but he also mentions that he was thinking of dropping java. If he had what would he have used?



#2 RobbyZ

RobbyZ

    Administrator

  • Developer
  • 1331 posts

Posted 10 March 2017 - 05:56 PM

Unity would be ideal, but it's not performant enough for that much streaming geometry.  Probably something based on SDL2.  EXE and Emscripten build targets for that is really neat.



#3 AlexINF

AlexINF

    All the good things have an end.

  • Members
  • PipPipPip
  • 913 posts

Posted 10 March 2017 - 07:04 PM

Unity would be ideal, but it's not performant enough for that much streaming geometry.

Actually, Unity can handle it pretty well. And if you still are worried of it, you can deactivate tiles that are not in the view of the player.