Now that we can easily create plugins for soma.js, I’ve created an image loader plugin. I’ve used PxLoader as a base and before any explanation, it looks like that: Image loader plugin demo. The...
I’ve added a plugin system in soma.js and a tutorial how to create a plugin on the site. It is quite simple and everything is explained in the tutorial step by step, but here...
We are excited to release a new Javascript framework called soma.js. I am Henry Schmieder, London based web developer, and this is my first post on this blog. Romu and I have been working...
If you are like me, you might have many accounts to online project hosting services. I have 1 codesion, 2 github and 1 beanstalk. On top of this you might also work at different...
Hi, I wrote 2 quick scripts for After Effects to export properties to XML. I thought it might be handy for some of you. I mainly wrote them to export motion trackers to use...
As requested, I Just made a quick demo how to implement the SomaAssets plugin in your application. See the demo. Download the demo. View source. Demo on github. I’ll make a quick descrition here....
Two new releases today, an asset loader and the SomaCore plugin: SomaAssets. The AssetLoader library is a port from Matan’s AssetLoader library to be event-based, it makes you able to load and manage multiple...
BinderUI is a debugging tools to help you create interfaces and debug values. Very often I’m sure you spend time building visual interfaces to set, to see and to debug some values. This can...
I needed some knobs for a debug interface. I share this very simple class to use so you don’t have to rebuild it from scratch, it should be pretty flexible. Click here to see...
I’ve added some more information on the SomaCore wiki. You can find some code and explanation how to use, create and remove Wires within the framework, using injection or not. I also explained how...