defold-native-extension
There are 22 repositories under defold-native-extension topic.
indiesoftby/defold-yagames
YaGames is the Yandex.Games SDK implementation for the Defold game engine.
indiesoftby/defold-liveupdate-reszip
The complete solution to use Live Update to improve the load speed of your HTML5 game.
thejustinwalsh/defold-xmath
Defold Math eXtension Library that avoids allocations
indiesoftby/defold-splitmix64
SplitMix64 PRNG for Defold: get the same random numbers from the same seeds on all platforms supported by Defold.
indiesoftby/defold-pointer-lock
Pointer lock and mouselook for first-person 3D games made with Defold.
indiesoftby/defold-webgl-memory
A quick and easy way to find out the GPU and CPU memory usage of your Defold game on HTML5 platform.
selimanac/defold-tile-raycast
Ray Casting in tiled worlds using DDA algorithm.
defold/extension-ironsource
Defold native extension which provides access to IronSource mediation on Android and iOS
indiesoftby/defold-yametrica
Defold Engine integration with Yandex.Metrica to track your games on Yandex.Games.
thejustinwalsh/defold-zzfx
ZzFX extension for Defold
indiesoftby/defold-poki-netlib
A peer-to-peer library for web games made with Defold.
alchimystic/defold-rng
Multi-algorithm Random Number Generator Native Extension for the Defold Game Engine
Insality/defold-proto
Defold Protobuf Library to encode, decode and verifying messages
AGulev/defold-extension-strictmode
Native Extension for Defold Game Engine that gives a possibility to use StrictMode on Android
Brun0oO/defold-tts-druid
Offline text to speech extension for Defold
indiesoftby/defold-zstd
Zstandard compression API for the Defold engine.
thinknathan/defold-prng
Defold native extension seeded psuedo-random number generator using the Mulberry32 method.
AGulev/extension-signpost
Defold engine native extension, that helps to mark points of interest in Xcode Instruments.
thinknathan/defold-emath
Defold native extension with math utility functions including clamp, round, sign, radian and degree conversion, measure 2d and 3d distances.
thinknathan/defold-estring
A native extension for Defold with functions to manipulate strings.
thinknathan/def-setv
Defold native extension that combines two math libraries that avoid allocations
thinknathan/defold-etable
A native extension for Defold with functions to manipulate tables.