NodObjC exposes the Objective-C runtime to Node.js in a high-level, easy to use fashion. It uses the BridgeSupport files to dynamically generate an API from an Objective-C "Framework", and uses the node ffi module to dynamically interact with the Objective-C runtime.Or add it to the "dependencies" section of your package.json file.
obj objective mac apple ios osx cocoa ffi bridgeConvert OBJ assets to glTF 2.0. Traditionally the .mtl file format describes the Blinn-Phong shading model. Meanwhile glTF 2.0 introduces physically-based materials.
gltf 3d-converter objComprehensive and modular geometry toolkit for Clojure/ClojureScript developed in a literate programming style. Currently BETA quality, largely stable, but pre-release software. The libraries have been used in production for several projects, but further breaking API changes are still forthcoming...
geometry visualization mesh-generation opengl webgl voxel svg stl obj ply subdivision chartsGel (Graphical Emulation Layer) is an N64-like software renderer. Models must be bundled with a single obj file and texture file. The obj file must include vertex normals.
software renderer n64 objSupport for reading of 3D objects from the standard Wavefront Object file format. Allows dynamic loading of OBJ files into Windows Presentation Foundation 3D view ports.
3d 3d-graphics mtl objRead more.Use %HasFastProperties(object) and --allow-natives-syntax to check whether an object already has fast properties.
object obj properties props v8 optimize fast convert modeUseful to get a deterministically ordered object, as the order of keys can vary between engines.Returns a new object with sorted keys.
sort object keys obj key stable deterministic deep recursive recursivelyUseful when all you need is to fill in some placeholders.Text with placeholders for data properties.
string formatting template object format interpolate interpolation templating str obj tpl expand simple replace placeholders values fmt transform microSource object to filter properties from.Array of properties that should be filtered from the object or a filter function. The function has the signature filterFn(sourceKey, sourceValue, source).
filter obj object key keys value values val iterate iteratorReturns an array of own enumerable property values of an object.If you target Node.js 7 or higher, just use Object.values() instead.
object values obj val properties browserUseful when you need to run multiple promises concurrently and keep track of the fulfilled values by name.Returns a Promise that is fulfilled when all promises in input are fulfilled, or rejects if any of the promises reject. The fulfilled value is the same as input, but with a fulfilled version of each entry value.
promise props map object values obj properties entries async await promises concurrently concurrency parallel bluebirdProxies are objects for which the programmer has to define the semantics in JavaScript. The default object semantics are implemented in the JavaScript engine, often written in lower-level languages like C++. Proxies let the programmer define most of the behavior of an object in JavaScript. They are said to provide a meta-programming API.
object obj property properties prop get getter access proxy proxies es2015
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.