Quadrotor… Long story short…

Hi fellows

Actually it is quite late to blog about this.. But i think at least i can share the materials rather than just keeping those in my archives.I’m not going to go much into details.We’ve started a project to build a Quadrotor at University.We’ve made presentations to some companies & foundations to get financial support.After 5-6 months of presentation we finally found some financial support.But the project start to evolve in a way that totally bother me.So i quit the project and the project ended a couple of days later… Anyway… as i already said im not going to blog about that part of the story because i think it would be ethically incorrect.

So… what i wanted to share here is the material i create for the presentations etc…Maybe it helps some people who are interested in Quadrotors…
Continue reading

Infrared Camera in 7 steps ( DIY )

hi fellows,
i’ve actually done this a couple of weeks ago but i had no time to blog about it.I’ll try to explain how it’s done and what to be careful about step by step.
1-Get your webcam


Continue reading

Algorithms & Programming 2 HW: OpenAL + Turkish tutorial & Source Code

hi fellows
this is the third article of the algorithms & programming 2 homework serie.
this time we were asked to simulate 3d sound movement with OpenAL

anyway here you can download it:

Download

What I’ve been working on so far…

Hi my fellow readers,
Here’s a little summary of the projects i’ve been working on lately…
Algoritms&Programming 2 Homework :: OpenCV Character Position Detection :
With OpenCV’s built-in Computer Vision Functions it has been very easy to develop a character position detection application.
Here is a screenshot from the application i made.


Algoritms&Programming 2 Homework :: OpenGL 2D Drawing & Mouse Input Handling with GLUT
Last week we were asked to make a simple application , using OpenGL & GLUT , that draws a 2d house and movable circle onto the screen.But that’s no fun for a real programmer.So i decided to make it a little bit fancy.Here what i’ve done.
I made a movable head instead of a circle and added hair.And i implemented a relation between hairs & mouse movement.If mouse moves more than a pixel at a render cycle.It calculates the projection of mouse movement on X & Y axis’ and uses those values to create a wind like effect on hairs.
I also implemented a relation between movement of the head and orientation of grasses.I also used the distance value , between head and each grass , which is already calculated to set color the color of each individual grass.As you move head closer to lawn it brights up the grasses with inverse propotional relation between h labelled distance and Green color value of the grasses.
Personal Interest :: Comet Programming with ORBITED & TWISTED
Continue reading

LunarCannon Project Demo

hi fellows,
I’ve been working on a web app. project which lead me to use RaphaelJS library 5 months ago.Last night i just wanted to do something with this library just for fun other than business.So here is another Gravitation Involved Project :D .
Use Arrow Keys to rotate Cannon
And Space Key to shoot

LunarCannon

let me know your reviews :)