Displaying 1 to 20 from 46 results

NodObjC - The Node.js ⇆ Objective-C bridge

  •    Javascript

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.

obj2gltf - Convert OBJ assets to glTF

  •    Javascript

Convert 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.

geom - 2D/3D geometry toolkit for Clojure/Clojurescript

  •    Shell

Comprehensive 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...

gel - The N64-like software renderer

  •    C

Gel (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.




Wavefront Object Support

  •    DotNet

Support 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.

to-fast-properties - Force V8 to use fast properties for an object

  •    Javascript

Read more.Use %HasFastProperties(object) and --allow-natives-syntax to check whether an object already has fast properties.

serialize-error - Serialize an error into a plain object

  •    Javascript

Useful if you for example need to JSON.stringify() or process.send() the error.

sort-keys - Sort the keys of an object

  •    Javascript

Useful to get a deterministically ordered object, as the order of keys can vary between engines.Returns a new object with sorted keys.


sort-on - Sort an array on an object property

  •    Javascript

Returns a new sorted array.The string can be a dot path to a nested object property. Prepend it with - to sort it in descending order.

stringify-attributes - Turn an object into a string of HTML attributes

  •    Javascript

Note that the string is prepended with a space when there are attributes to simplify using it in a HTML tag.

filter-obj - Filter object keys and values into a new object

  •    Javascript

Source 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).

object-values - Get the values of an object

  •    Javascript

Returns an array of own enumerable property values of an object.If you target Node.js 7 or higher, just use Object.values() instead.

p-props - Like `Promise.all()` but for `Map` and `Object`

  •    Javascript

Useful 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.

is-obj - Check if a value is an object

  •    Javascript

Keep in mind that array, function, regexp, etc, are objects in JavaScript. See is-plain-obj if you want to check for plain objects.

is-plain-obj - Check if a value is a plain object

  •    Javascript

An object is plain if it's created by either {}, new Object() or Object.create(null).

known - Allow only access to known object properties using ES2015 Proxy

  •    Javascript

Proxies 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.

hash-obj - Get the hash of an object

  •    Javascript

Encoding of the returned hash.Don't use md5 or sha1 for anything sensitive. They're insecure.






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.