Skip to content

Commit

Permalink
Revised gdextension file
Browse files Browse the repository at this point in the history
  • Loading branch information
erayzesen committed Jan 8, 2025
1 parent 6a6c26f commit 208954b
Show file tree
Hide file tree
Showing 81 changed files with 53 additions and 5 deletions.
Binary file modified .sconsign.dblite
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
17 changes: 12 additions & 5 deletions project/addons/quarkphysics/bin/quarkphysics.gdextension
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,37 @@

entry_symbol = "quarkphysics_library_init"
compatibility_minimum = "4.1"
reloadable = true
reloadable = false

[libraries]

macos.debug = "res://addons/quarkphysics/bin/libquarkphysics.macos.template_debug.framework"
macos.release = "res://addons/quarkphysics/bin/libquarkphysics.macos.template_release.framework"
ios.debug = "res://addons/quarkphysics/bin/libquarkphysics.ios.template_debug.xcframework"
ios.release = "res://addons/quarkphysics/bin/libquarkphysics.ios.template_release.xcframework"

windows.debug.x86_32 = "res://addons/quarkphysics/bin/libquarkphysics.windows.template_debug.x86_32.dll"
windows.release.x86_32 = "res://addons/quarkphysics/bin/libquarkphysics.windows.template_release.x86_32.dll"
windows.debug.x86_64 = "res://addons/quarkphysics/bin/libquarkphysics.windows.template_debug.x86_64.dll"
windows.release.x86_64 = "res://addons/quarkphysics/bin/libquarkphysics.windows.template_release.x86_64.dll"

linux.debug.x86_64 = "res://addons/quarkphysics/bin/libquarkphysics.linux.template_debug.x86_64.so"
linux.release.x86_64 = "res://addons/quarkphysics/bin/libquarkphysics.linux.template_release.x86_64.so"
linux.debug.arm64 = "res://addons/quarkphysics/bin/libquarkphysics.linux.template_debug.arm64.so"
linux.release.arm64 = "res://addons/quarkphysics/bin/libquarkphysics.linux.template_release.arm64.so"
linux.debug.rv64 = "res://addons/quarkphysics/bin/libquarkphysics.linux.template_debug.rv64.so"
linux.release.rv64 = "res://addons/quarkphysics/bin/libquarkphysics.linux.template_release.rv64.so"

android.debug.x86_64 = "res://addons/quarkphysics/bin/libquarkphysics.android.template_debug.x86_64.so"
android.release.x86_64 = "res://addons/quarkphysics/bin/libquarkphysics.android.template_release.x86_64.so"
android.debug.arm64 = "res://addons/quarkphysics/bin/libquarkphysics.android.template_debug.arm64.so"
android.release.arm64 = "res://addons/quarkphysics/bin/libquarkphysics.android.template_release.arm64.so"
web.debug.wasm32 = "res://addons/quarkphysics/bin/libquarkphysics.web.template_debug.wasm32.wasm"
web.release.wasm32 = "res://addons/quarkphysics/bin/libquarkphysics.web.template_debug.wasm32.wasm"

ios.debug = "res://addons/quarkphysics/bin/libquarkphysics.ios.template_debug.xcframework"
ios.release = "res://addons/quarkphysics/bin/libquarkphysics.ios.template_release.xcframework"

web.debug.threads.wasm32 = "res://addons/quarkphysics/bin/libquarkphysics.web.template_debug.wasm32.wasm"
web.release.threads.wasm32 = "res://addons/quarkphysics/bin/libquarkphysics.web.template_release.wasm32.wasm"
web.debug.wasm32 = "res://addons/quarkphysics/bin/libquarkphysics.web.template_debug.wasm32.nothreads.wasm"
web.release.wasm32 = "res://addons/quarkphysics/bin/libquarkphysics.web.template_release.wasm32.nothreads.wasm"

[dependencies]
ios.debug = {
Expand Down
41 changes: 41 additions & 0 deletions project/export_presets.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
[preset.0]

name="Web"
platform="Web"
runnable=true
advanced_options=false
dedicated_server=false
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path=""
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
encrypt_directory=false
script_export_mode=2

[preset.0.options]

custom_template/debug=""
custom_template/release=""
variant/extensions_support=true
variant/thread_support=false
vram_texture_compression/for_desktop=true
vram_texture_compression/for_mobile=false
html/export_icon=true
html/custom_html_shell=""
html/head_include=""
html/canvas_resize_policy=2
html/focus_canvas_on_start=true
html/experimental_virtual_keyboard=false
progressive_web_app/enabled=false
progressive_web_app/ensure_cross_origin_isolation_headers=true
progressive_web_app/offline_page=""
progressive_web_app/display=1
progressive_web_app/orientation=0
progressive_web_app/icon_144x144=""
progressive_web_app/icon_180x180=""
progressive_web_app/icon_512x512=""
progressive_web_app/background_color=Color(0, 0, 0, 1)
Binary file added src/QuarkPhysics/extensions/qplatformerbody.o
Binary file not shown.
Binary file removed src/QuarkPhysics/extensions/qplatformerbody.os
Binary file not shown.
Binary file added src/QuarkPhysics/extensions/qspatialhashing.o
Binary file not shown.
Binary file removed src/QuarkPhysics/extensions/qspatialhashing.os
Binary file not shown.
Binary file added src/QuarkPhysics/json/json.o
Binary file not shown.
Binary file removed src/QuarkPhysics/json/json.os
Binary file not shown.
Binary file added src/QuarkPhysics/qaabb.o
Binary file not shown.
Binary file removed src/QuarkPhysics/qaabb.os
Binary file not shown.
Binary file added src/QuarkPhysics/qareabody.o
Binary file not shown.
Binary file removed src/QuarkPhysics/qareabody.os
Binary file not shown.
Binary file added src/QuarkPhysics/qbody.o
Binary file not shown.
Binary file removed src/QuarkPhysics/qbody.os
Binary file not shown.
Binary file added src/QuarkPhysics/qbroadphase.o
Binary file not shown.
Binary file removed src/QuarkPhysics/qbroadphase.os
Binary file not shown.
Binary file added src/QuarkPhysics/qcollision.o
Binary file not shown.
Binary file removed src/QuarkPhysics/qcollision.os
Binary file not shown.
Binary file added src/QuarkPhysics/qgizmos.o
Binary file not shown.
Binary file removed src/QuarkPhysics/qgizmos.os
Binary file not shown.
Binary file added src/QuarkPhysics/qjoint.o
Binary file not shown.
Binary file removed src/QuarkPhysics/qjoint.os
Binary file not shown.
Binary file added src/QuarkPhysics/qmanifold.o
Binary file not shown.
Binary file removed src/QuarkPhysics/qmanifold.os
Binary file not shown.
Binary file added src/QuarkPhysics/qmesh.o
Binary file not shown.
Binary file removed src/QuarkPhysics/qmesh.os
Binary file not shown.
Binary file added src/QuarkPhysics/qobjectpool.o
Binary file not shown.
Binary file removed src/QuarkPhysics/qobjectpool.os
Binary file not shown.
Binary file added src/QuarkPhysics/qparticle.o
Binary file not shown.
Binary file removed src/QuarkPhysics/qparticle.os
Binary file not shown.
Binary file added src/QuarkPhysics/qraycast.o
Binary file not shown.
Binary file removed src/QuarkPhysics/qraycast.os
Binary file not shown.
Binary file added src/QuarkPhysics/qrigidbody.o
Binary file not shown.
Binary file removed src/QuarkPhysics/qrigidbody.os
Binary file not shown.
Binary file added src/QuarkPhysics/qsoftbody.o
Binary file not shown.
Binary file removed src/QuarkPhysics/qsoftbody.os
Binary file not shown.
Binary file added src/QuarkPhysics/qspring.o
Binary file not shown.
Binary file removed src/QuarkPhysics/qspring.os
Binary file not shown.
Binary file added src/QuarkPhysics/quarkphysics.o
Binary file not shown.
Binary file removed src/QuarkPhysics/quarkphysics.os
Binary file not shown.
Binary file added src/QuarkPhysics/qvector.o
Binary file not shown.
Binary file removed src/QuarkPhysics/qvector.os
Binary file not shown.
Binary file added src/QuarkPhysics/qworld.o
Binary file not shown.
Binary file removed src/QuarkPhysics/qworld.os
Binary file not shown.
Binary file added src/qareabody_node.o
Binary file not shown.
Binary file removed src/qareabody_node.os
Binary file not shown.
Binary file added src/qbody_node.o
Binary file not shown.
Binary file removed src/qbody_node.os
Binary file not shown.
Binary file added src/qjoint_object.o
Binary file not shown.
Binary file removed src/qjoint_object.os
Binary file not shown.
Binary file added src/qmesh_advanced_node.o
Binary file not shown.
Binary file removed src/qmesh_advanced_node.os
Binary file not shown.
Binary file added src/qmesh_circle_node.o
Binary file not shown.
Binary file removed src/qmesh_circle_node.os
Binary file not shown.
Binary file added src/qmesh_node.o
Binary file not shown.
Binary file removed src/qmesh_node.os
Binary file not shown.
Binary file added src/qmesh_polygon_node.o
Binary file not shown.
Binary file removed src/qmesh_polygon_node.os
Binary file not shown.
Binary file added src/qmesh_rect_node.o
Binary file not shown.
Binary file removed src/qmesh_rect_node.os
Binary file not shown.
Binary file added src/qparticle_object.o
Binary file not shown.
Binary file removed src/qparticle_object.os
Binary file not shown.
Binary file added src/qplatformerbody_node.o
Binary file not shown.
Binary file removed src/qplatformerbody_node.os
Binary file not shown.
Binary file added src/qraycast_object.o
Binary file not shown.
Binary file removed src/qraycast_object.os
Binary file not shown.
Binary file added src/qrigidbody_node.o
Binary file not shown.
Binary file removed src/qrigidbody_node.os
Binary file not shown.
Binary file added src/qsoftbody_node.o
Binary file not shown.
Binary file removed src/qsoftbody_node.os
Binary file not shown.
Binary file added src/qspring_object.o
Binary file not shown.
Binary file removed src/qspring_object.os
Binary file not shown.
Binary file added src/qworld_node.o
Binary file not shown.
Binary file removed src/qworld_node.os
Binary file not shown.
Binary file added src/register_types.o
Binary file not shown.
Binary file removed src/register_types.os
Binary file not shown.

0 comments on commit 208954b

Please sign in to comment.