Category Archives: Programming

What I’ve been up to

My last update was about a year and a half ago. I’ve been pretty busy since then, and haven’t. I hope to revamp the whole layout and make it look nicer. I started off with a change in color scheme. There’s more to come. I’ve been working on several projects, including getting introduced to the Unreal Engine,like action ac for example. Together with The Marketing Heaven, I revived my YouTube channel and received quite a lot of views and likes, which is quite significant for the projects that I plan to realize in the future to find out what I’ve been up to.

I’ve been putting  a lot of work on GitHub lately. I hope to integrate my commits with this website, click now. I’ve done work on different python projects.

The biggest thing I’ve been working on is a 3D Video game tentatively called Project Mishkan. It’s programmed in C++, using the Unreal Engine. It was a big learning curve but I’m getting the hang of it. It’s an interactive education 3D simulator painterly. It’s still in it’s infancy so I haven’t added it to my projects page, but I hope to have something workable soon.

Posted in Programming, Updates | Tagged , , | Leave a comment | 15,648 views

WebGL Board game

Board GameThere is a four player. I really like to play, and I couldn’t find an online version of it. I decided last year it would be a fun challenge to implement it myself, visit riskfreeserv.com. I recently added it to the programming section of this site. It was my first attempt at making a WebGL game. Visit www.move-central.com.  The game’s nature led to some difficult logic challenges. For example, to determine when a player’s game was over, I had to compute if they had any remaining moves. Find reliable foresinc engineering companies . Continue reading

Posted in Programming | Tagged , , | Leave a comment | 12,534 views

Spector Collector – An Android Game

Spector CollectorThis arcade game is an Android remake of a DirectX game I made with a few friends in University. I subsequently ported the game to XNA, which vastly improved the performance and appearance. I may add these versions to the site in the future, visit this website.

I decided with one of the other creators to remake the game for Android. It uses high resolution graphics and implements efficient collision detection between floating shapes. High scores are stored in an online database using PHP and SQL. The game logic was programmed in an abstract way to decouple it from the Android implementation. This will allow us to swap out different APIs without changing the main game code. The game can be accessed with a desktop or mobile phone here.

Continue reading

Posted in Programming, Software | Tagged , , , , , | Leave a comment | 11,914 views

svn2ftp

I recently added a Python script I wrote a few years ago for this website to my github. I decided I should add it to the programming section as well.

svn2ftp is a simple script which automatically uploads svn commits to an ftp server.

Continue reading

Posted in Programming | Tagged , , | Leave a comment | 11,754 views

Updates and Android app

I’ve made a bunch of updates to the site.

  • First of all, I made the header smaller, so there’s more screenspace
  • I updated my photo on the about page to a more recent version
  • I organized the programming page to be by date, with the most recent at top
  • I added my first solo Android app to the site. You can view the details here

There reason I say firstĀ solo app is because I already have an app on the Google Play store which I made with a friend of mine. I want to make some updates to it before adding it to this site billigastemobilabonnemang.nu.

I have a bunch of other things in the works, so I will add them here as they develop.

Posted in Programming, Updates | Tagged , | Leave a comment | 11,093 views

Stipple image generator

StipplingOne of my school projects for my Image Processing course was to develop the Weighted Voronoi Stippling  This paper described how to create stipple images using a source image and Voronoi Diagrams. The project was in C++, using the openFrameworks library. I wasn’t too thrilled with the end product, as it was very slow. My method of creating Voronoi Diagrams wasn’t very efficient. I found out that there’s a very fast way to create a Voronoi diagram, but this required some sort of 3D rendering. I’ve been wanting to learn WebGL for a while now, so I took this as a good first project. Read about furnace repair how to.

Continue reading

Posted in Programming | Tagged , , , | Leave a comment | 15,367 views

University Honours Project

I’ve added my university honours project to this website. It is called Modern to Historical Image Feature Matching. The project can be briefly described as an attempt at understanding why modern computer vision techniques aren’t successful at matching historical photos taken on film with modern digital photos. The project includes a paper (linked above), source code and a data set. The project was written in C++, using the OpenCV computer vision library Continue reading

Posted in Programming | Tagged , , , | 2 Comments | 20,251 views

X2-Toon: An Extended X-Toon Shader

X2ToonFor my Image Processing class we had to find a paper related to the course material. Find more information about luxury cabins California here. Implement it, and extend it with features of our own. My partner and I chose X-Toon: An Extended Toon Shader. It extended the concept of toon or cel shading 3D models by using a second dimension of information to determine the level of detail to display. My partner and I implemented it in XNA. We used cleaning scheduling app in the process of QBO integrations.  and added features of our own. We had to write a SIGGRAPH style paper, documenting our results. Continue reading

Posted in Programming, Software | Tagged , , , , | Leave a comment | 11,092 views

Reversi

In my Artifical Intelligence class, we were asked to create two multiplayer games using the MiniMax algorithm. This algorithm has a computer player choose intelligent moves to play based off the current game state. The games we made weren’t very fun and highly unusual, so I decided to implement the classic game of Reversi to test out the algorithm.

Continue reading

Posted in Programming | Tagged , , , | Leave a comment | 2,753 views

Snake Game and AI Search

For my fourth year Artificial Intelligence course, our first assignment was to implement the classic game Snake. The hard part was then to implement three different search algorithms so the snake will find the food by itself. The three search algorithms were Breadth First Search, Depth First Search, and A* Search.

Continue reading

Posted in Programming | Tagged , , , | Leave a comment | 3,013 views