Metal support beta0 released

oh sorry I don’t know how i missed that :sweat_smile::sweat_smile::sweat_smile:

Please dont Remove the JSB please keep it for v4 also .

1 Like

sorry , but is there any reasons for removing JSB, It gives developers more option and freedom to customize their game, so please rethink this, it will be a life saver for many devs like us .

1 Like

@ashishfeels it is because of resource limitation. We don’t have enough resource to maintain it. Adding JSB support means should keep all supported platforms + JSB works, and should keep the effect of JSB and html have the same effect. It is very hard.

me and my community and also lot more like uses jsb a lot for integrating many 3rd party libraries/plugin this would certainly be a set back for us. I really hope for any slight bit of chance to keep it this makes cocos a really awesome platform for devs from different languages. we are really so thankful to you guys working behind the scene. Love from india btw.

do all changes in v4.0 beta0 available in cocos2d-x git branch “metal-support”?

Yep, it is. And will rename to v4 soon.

2 Likes

My Congratulations! It was really your good idea to separate low level backend from basic engine.
One notice about removing JSB. Creator became more significant in result of this deсision!
But one thing. How about issues between V3 and V4? As I can understand issues for V3, in many cases, should be fixed for V4 also? For example #19923 can be fixed for V4.

Yep, we will synchronize the modification to v4.

1 Like

Except from metal, what other changes does v4 contain vs latest 3.17?

No more features added, but make the codes more clean, such as:

  • remove deprecated codes
  • remove JSB/h5
  • use cmake for all platforms

@zhangxm Can you support normal xcode project as well? cocoapod is not working with cmake template.

@kiranb47 did you mean provide xcode projects as v3? If so, then i think we will not provide it as make a lot effect to use cmake for all platforms to easily maintain multiple platforms.

What’s the error of it? I think we can just fix the issue.

@zhangxm Ok. Yes i meant like v3 format. Issue is not linked with any cocos code. but any way not successfully building.

How to test it? I am not familiar with cocospod.

Install Cocoapod
Put this following Podfile into ios-build directory
Set correct “target” name inside Podfile
cd ios-build
pod install
You may see 3 warnings: to include ‘$inherited’ flag in 3 build settings.
Add those flags
Run pod install again.Podfile.zip (791 Bytes)
proj.xcworkspace will now be created
Open that file and try build it.

@kiranb47 how ios-build be created? Could you please write in more detail? And could you please create a new topic for it? Thanks.

@zhangxm Great work, I want to know what will be the engine’s focus after changes? Will it aim for development using C++ and Lua only?

@mrosalesdiaz we will continue to polish v4. Yep, we will only focus on C++ and Lua as JS is removed.

1 Like

Devastated to hear cocos will be dropping jsb in v4