Entity Crisis
The blog of Simon Wittber.
Friday, August 05, 2011
Thing's I like about Mac.
This is the default icon for a Windows computer in OSX Finder. If you can't see the joke... look closely!
0 comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
Safe Multithreading in Unity3D.
Working with multiple threads is often a necessary evil. This is how I do it safely inside a Unity3D component. There are only certain time...
Procedural Space Skybox for Unity3D.
Space is awesome. Especially when it is generated using Perlin noise, and some cool shaders. You can try it out over here.
Unity3D 3.0 Planet Shader
Update: This is another planet shader, with more physical fidelity. Shader "Planet" { Properties { _MainTex ("Diffuse(RGB) Spec...
Pyramid vs NodeJS vs Gevent
Summary: NodeJS wins. Test Program ab -n 10000 -c 5 http://localhost/ Gevent Code from gevent import wsgi class WebServer(object): ...
Unity3D available on Linux!
While exploring the build API for Unity3D today, I came across this... Yup, that's a BuildTarget enum for Linux! I haven't tried it yet, so ...
You can never have too much lens flare.
I am sure it is the most underused effect in the industry.
1000 Space Ships...
What do 1000 AI controlled spaceships look like? This! These ships are using physics to propel themselves around, with an AI controll...
Automagic GUI Scaling in Unity3D
Step 1. Tell you team that everything must fit within 1920x1080 or 1024x768 or whatever resolution you like! Step 2. Surround all OnGUI met...
Game Development: It has never been easier.
Some time ago I came across an excellent product, which let me make great looking games in a snap. The product is Unity3D , and it has grown...
Is hard real time Python possible?
I've been investigating the possibility of hard real time software development with Python. From some brief research, I've come up with the ...
0 comments:
Post a Comment