-
-
Notifications
You must be signed in to change notification settings - Fork 228
3.x draft (for ci check only) #2204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b28015d
to
d514187
Compare
9a31e45
to
95147ee
Compare
From outside it would be easier to track changes being made to |
currently, 3.x is a draft branch or you can consider it is a temp branch, I don't like make PR one by one to waste much time. I create this PR is only for non-win32 platform ci-check, because I'm compile and test on my windows computer. |
630f361
to
4176cc4
Compare
Physics should be an own test project like fairgui. |
I think physics test in cpp-tests is ok |
df9a625
to
eae98df
Compare
87f50d3
to
894840a
Compare
@halx99
Assertion failed! I getting this also on other tests when I switched drawOrder: to 'true' |
Tested, works well, and no assertion |
On my machine, release build, both 2.2 & 3.0 is 60fps |
Your machine is faster. You cant see this behavior. You have switch the drawOrder =>true (on the both release biulds)? |
I also saw the crazy drawing |
You have switch the drawOrder =>true (on the both release biulds)? |
Android: Android 5.1(API 21)+ iOS: 13+
Min SDK set to 21 Tests updated to support AppCompatActivity MultiDexEnabled for cpp-tests
- Use c++20 reature ranges - Use c++20 0-GC split to instead std::getline
- Resolve clang libc++ not support std::from_chars for floating points
- Use simdjson to load c3t - Use yasio::ibstream to c3b
Describe your changes
cpp-tests
works on box2d v3cpp-tests
works on box2d v3core/physics
based on chipmunkcpp-tests
cpp-tests
Change underlaying color type to Color4F akaax::Color
std::views::split
can be use to improve performancestd::filesystem
chrome://flags/#enable-webassembly-memory64
simdjson for parse only and simdjson build in-progress: https://github.com/simdjson/experimental_json_builder
finally solution:
yyjson
+simdjson
Color4B
==>Color32
Color3B
Issue ticket number and link
Checklist before requesting a review
For each PR
Add Copyright if it missed:
-
"Copyright (c) 2019-present Axmol Engine contributors (see AUTHORS.md)."
I have performed a self-review of my code.
Optional:
For core/new feature PR
Note
Currently, the branch
3.x
is in draft mode, that means it's not stable and will force-push frequently