You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* metal-ray-tracer - Writing ray-tracer using Metal Performance Shaders https://github.com/sergeyreznik/metal-ray-tracerhttps://sergeyreznik.github.io/metal-ray-tracer/index.html
75
+
* Supernova Engine - 2D and 3D projects with Lua or C++ in data oriented design: https://github.com/supernovaengine/supernova
76
+
* AGE (Arc Game Engine) - An open-source engine for building 2D & 3D real-time rendering and interactive contents: https://github.com/MohitSethi99/ArcGameEngine
75
77
* Your project here! (Letting us know via github issue is welcome!)
76
78
77
79
### Old version(v0.9.x)
@@ -421,7 +423,7 @@ cibuildwheels + twine upload for each git tagging event is handled in Azure Pipe
421
423
#### How to bump version(For developer)
422
424
423
425
* Bump version in CMakeLists.txt
424
-
* Update version in `python/setup.py`
426
+
* Update version in `setup.py`
425
427
* Commit and push `master`. Confirm C.I. build is OK.
# disable aarch64 build for a while since it(pulling docker aarch64 image) exceeds Azure's 60 min limit
8
+
# NOTE: aarch64 linux support in Azure pipeline is not yet officially supported(as of 2022 Oct) https://github.com/microsoft/azure-pipelines-agent/issues/3935
0 commit comments