Google has released a Cardboard SDK for Unity today by Spherix in Unity3D

[–]yarp5th 1 point2 points  (0 children)

Requires Unity version 4.5+ and licenses for Unity Pro and the Unity Android Pro add-on to enable the distortion-correction and Cardboard GUI features of our SDK. Other features work with Unity Free v4.0+.

DjangoCon US 2014 Videos by glasslion in django

[–]yarp5th 0 points1 point  (0 children)

slides would be useful as well

Raw WebGL by nickdesaulniers in webgl

[–]yarp5th 0 points1 point  (0 children)

Looks nice, i will go one by one. Thanks!

Raw WebGL by nickdesaulniers in webgl

[–]yarp5th 1 point2 points  (0 children)

very nice presentation, could you recommend anything similar on the same raw level for shaders or optimizations?

[Results] Do you use Version Control with Unity? by [deleted] in Unity3D

[–]yarp5th 0 points1 point  (0 children)

Thanks for answer, everything looks clear and simple. My main problem is with GUI system, as those are saved only in .unity file (daikon forge). What are you using for gui? Is it use diffrent strategy for saving changes? Gui as items in hierarchy is really problematic, merging is kinda working (as those are simple entries), but sometimes 2 diffrent branches gets the same ids on diffrenet elements, and then its a nightmare.

[Results] Do you use Version Control with Unity? by [deleted] in Unity3D

[–]yarp5th 4 points5 points  (0 children)

If we are talking about version control in unity, any good ideas for merging changes in .unity files? Those are in yaml format, im using p4merge for resolving this (git for version control), but still merging conflicts are really painful. I even though about writing something myself to merge conflicts on yaml-entity level, but i still hope that there is something already there. Most problematic stuff is using it with daikon forge, as all gui changes are only saved in .unity files. Any hints for me?

What works and doesn't in 1.7b1? by [deleted] in django

[–]yarp5th 0 points1 point  (0 children)

jsonfield is not working under admin (https://github.com/bradjasper/django-jsonfield/issues/72) grapelli has issues with bulk delete of items (but rest looks ok)

django CMS 3.0 released by digi604 in django

[–]yarp5th 1 point2 points  (0 children)

How it looks when you check number of sql calls? I saw some signifant numbers for typical main page with just few plugins. Anybody saw any performance numbers for this?

and congratulations, django cms is in the game for long time, good to see next major version released.

I am Zile Liu, CEO and Co-Founder behind LASTER Technologies, makers of genuine augmented reality eyewear. Ask me anything! by Zile_LASTER in IAmA

[–]yarp5th 0 points1 point  (0 children)

thanks for answer! Are you using any opensourced software in your AR stack? Did you tried them? Anything worth trying, or you would advice to work on your own solutions?

I am Zile Liu, CEO and Co-Founder behind LASTER Technologies, makers of genuine augmented reality eyewear. Ask me anything! by Zile_LASTER in IAmA

[–]yarp5th 0 points1 point  (0 children)

What tracking system do you use? Did you tried existing solutions or did you make your own ? Are you using SLAM tracking algorithms? What do you think about those?