Teaser Fridays and Roadmap talks

13 posts were split to a new topic: Defold message passing discussion

Hello,

This Friday we would like to put the spotlight on all work being made behind the scenes in order to let you focus on building great games! We are for example designing a brand new Git repository system to host your code. One of the big things that this new system addresses is network latency due to geographical distance. Our user base is spread all around our beautiful planet and we need to distribute the Git repositories close to the developer no matter where that might be. Local is key when it comes to reducing network latency.

So, keep creating great games and we take care of the rest!

/ Team Defold

11 Likes

Hi!

Lately, we have worked on adding a new game object component, the “Label” component.
In true teaser spirit, I won’t say more at this time, but instead present a sneak peek :smiley:

18 Likes

Hello everyone! It’s a rainy Friday in Stockholm and it’s time for another teaser from the engine team. This time we have two very different features to show you, spine cursor animation and multiple gamepads!

@Johan_Beck-Noren has been working on the (spine) cursor support which will allow for some new very cool features within a game and also reduce the complexity for existing implementations. As you can see in the gif below it’s possible to change the speed of an animation, set an explicit cursor position where the animation should start, animate the cursor to move between two animations and start multiple animations at different cursor positions.

@sven added support for multiple gamepads on desktop platforms, and built a game to show off the functionality. So far I’m the undisputed champion with a record of 268 kills to Svens 100-something kills. The gamepads on the left that shows the input from different players might be uploaded as an example later on.

Have a great weekend,
The Defold team through Jakob

10 Likes

Great! As an animator I especially like the cursor ones :slight_smile:

1 Like

Really cool, I look forward!!!

1 Like

Super!

2 features I have been pushing for for a long time. Couch multiplayer for the win!!

4 Likes

Awesome! Waiting for multiply gamepads support for a long time
What about gamepad support in HTML5, @jakob.pogulis?

3 Likes

One thing that I think would greatly help messaging is a readonly property on the object information window that shows the URL you need to use to message that object. This is something I struggled with at first and still sometimes have to try three or four urls to get the right one. I think the messaging is a great feature.

3 Likes

This is something that has been added to the new editor. Defold Editor 2.0

3 Likes

4 posts were split to a new topic: Live Updates

10 posts were split to a new topic: Native Extensions

Since most things we’ve been working on are now announced, we had a special existential meeting today about what do we post about in our roadmap rumours thread. Kinds of… :sunglasses:

Indeed, what are the new features you’d be excited about in Defold? Or shall we just fix more bugs, improve features we have already?

6 Likes

I am waiting for :

  • native extensions android/html5;
  • particles in GUI;
  • possibility to change resolution of game (using code from an app on win).

Nice to have:

Bugs:

9 Likes

My list:

  • handling of hi-dpi/retina (@2x) assets
  • use the particle graph editor to generate curves to be played via code
  • complete the integration of box2d
  • complete the extension system
  • preset to quickly test different resolutions with the game running
  • better mobile html5 (?)
  • KEEP ROCKING!
8 Likes

Generally I feel Defold has already a lot to offer and would benefit from a bugfix/polish pass:

  • There are few serious, long standing bugs (e.g. DEF-1636) that I believe should be fixed before developing the engine further.
  • The engine should be capable of handling multi-resolution assets natively.
  • That may not be such an issue for people that can afford to develop directly on the target device but having resolutions presets/scale factors and few controls (rotate, shake etc…) in the desktop dev engine would be a game-changer. Being limited by the actual resolution of your laptop/desktop monitor is really annoying when you’re developing an app for a retina device that you may not have readily available (i.e Ipad pro, Surface book etc…)

I also really like native extensions and would love to see it done for all platforms.
It may even help with opening a bit more the build process as at the moment it’s very difficult to tweak the final bundle.For instance, creating android app with a proper splashscreen (using a fake startup activity) or removing parts that are not used.

6 Likes

I forgot about it! Of course

Fully agree with @Nicolas_Darques and @gianmichele !

5 Likes

Native extensions are pretty awesome, I’m looking forward to having them for the other PC platforms, and to see Editor 2 catch up with Editor 1 some day (wouldn’t mind hearing more progress reports/“editor 2 release notes”).

  • Dynamic pitch changing of sounds would be awesome. AFAIK there’s no way to do that right now, so that’s my main feature wish.
  • Changing input bindings at runtime. (kind of a must for PC games, would be much nicer to have it built-in than have to do crazy workarounds.)

+1 also for . . .

I just started using the curve editor recently. It’s pretty sweet and I don’t know why it’s not usable for anything other than particles!

Box2D was one of the reasons I decided to try Defold, so I was a bit disappointed to see how little of it is exposed. What about CCD, bodies with multiple fixtures, and joints, not to mention editor support for polygon collision shapes? I know not a lot of people want to use that stuff, but it’s already there, right?

3 Likes

Oh, and polygon sprites is a good feature, those can be a huge optimization.

Darn, too many features to want! Of course, focusing on bugs instead of feature creep is never a bad idea . . .

1 Like

Click watch on the Defold Editor 2 Issues git to get e-mail updates https://github.com/defold/editor2-issues

Make sure you have e-mails enabled for watching too https://github.com/settings/notifications

1 Like