Author Topic: What Project are you working on?  (Read 877 times)

0 Members and 1 Guest are viewing this topic.

Offline Danus

  • Serf
  • *
  • Posts: 39
  • Cookies: 24
  • Jewish Coder
    • View Profile
What Project are you working on?
« on: February 13, 2015, 08:41:17 pm »
In this thread just post a picture of a project your working on and tell us a bit about it!

Ill start!

Ever played skyroads when you were a talentless kid?
http://i.ytimg.com/vi/qJZqlPF8Opo/maxresdefault.jpg

Well as my final 3d project in java for school i decided to make my own version for sky roads - A+ pls

This is just a base version, where all the basic stuff works ill add the visuals now - blame the gif for lags!
This supports a random generated map with X blocks, and a user made map but cause the gif timer is very short i need to make a video about the map creator cause it would take more than 5 seconds

now you share yours!


« Last Edit: February 13, 2015, 10:29:42 pm by Danus »

Offline Relapse

  • /dev/null
  • *
  • Posts: 17
  • Cookies: 2
  • So much money, I didn't know what to do with it.
    • View Profile
Re: What Project are you working on?
« Reply #1 on: February 13, 2015, 09:53:15 pm »
Maintenance Automation Tool I created to speed up basic Windows tune up for customers, been working on it for months because of my free time and lack of programming/script understanding... was all in batch till dev helped me convert it to an executable. Now I'm trying my luck at PowerShell.

Basically I set it and forget it as it runs for about 3/6 hours and reboots itself. Then runs every month so I never have to touch that machine again.

« Last Edit: February 13, 2015, 09:56:38 pm by Relapse »

Offline Danus

  • Serf
  • *
  • Posts: 39
  • Cookies: 24
  • Jewish Coder
    • View Profile
Re: What Project are you working on?
« Reply #2 on: February 13, 2015, 09:55:03 pm »
Wow that looks.. ah amazing! ;D

Offline Matriplex

  • Knight
  • **
  • Posts: 323
  • Cookies: 66
  • Java
    • View Profile
Re: What Project are you working on?
« Reply #3 on: February 13, 2015, 10:12:08 pm »
Another game for a competition. I only have a couple weeks left... The theme is education; I'm teaching kids to program by letting them edit the code that generates and moderates the world in game. Basically the game is in Java but I wrote some stuff to call the methods from Lua, so they edit that in a textbox in game then execute it.
\x64\x6F\x75\x65\x76\x65\x6E\x00

Offline Danus

  • Serf
  • *
  • Posts: 39
  • Cookies: 24
  • Jewish Coder
    • View Profile
Re: What Project are you working on?
« Reply #4 on: February 13, 2015, 10:18:18 pm »
Sounds amazing, my game is also java based and our teacher forced us to write more than half of the engine ourself btw are you teaching in high school?

Offline Matriplex

  • Knight
  • **
  • Posts: 323
  • Cookies: 66
  • Java
    • View Profile
Re: What Project are you working on?
« Reply #5 on: February 13, 2015, 11:07:50 pm »
I'm not teaching, but I'm in high school currently. How do you write half an engine..? I'm guessing you're using LWJGL.
\x64\x6F\x75\x65\x76\x65\x6E\x00

Offline Danus

  • Serf
  • *
  • Posts: 39
  • Cookies: 24
  • Jewish Coder
    • View Profile
Re: What Project are you working on?
« Reply #6 on: February 13, 2015, 11:11:58 pm »
He gave us a few half ready code files, and we had to add more classes and finish what he gave. this is pesudo 3d and the 2d jar libary was already written we just had to port it to pesudo 3d
« Last Edit: February 13, 2015, 11:12:49 pm by Danus »

Offline Matriplex

  • Knight
  • **
  • Posts: 323
  • Cookies: 66
  • Java
    • View Profile
Re: What Project are you working on?
« Reply #7 on: February 13, 2015, 11:56:45 pm »
So you're using Java2D, a software renderer, to create an 3D game.. Is your teacher batshit crazy or is he trying to teach you mathematics?
It's totally possible, I've done it before and it can be fun but it's not practical in the least for a real game.
\x64\x6F\x75\x65\x76\x65\x6E\x00

Offline censored

  • /dev/null
  • *
  • Posts: 9
  • Cookies: 0
    • View Profile
    • Tierry.ch
Re: What Project are you working on?
« Reply #8 on: February 14, 2015, 02:47:40 am »





Above you see some screenshots of my current project. It is a tool to analyze a jpg-image, so that you can see data that is hidden inside the code of the image and that you can analyze the code itself better so you can get a better insight into what the image is made of. The tool gathers also some basic metadata and it detects images hidden inside the main image.
I've written the tool in java and there is a official stable version currently out on my website.
This project is also a way for me to learn how to develop professionally, as I now use a proper version management system and external build tools. Also I try to concentrate in this project on a good programming style and try to plan further developments properly.
The current version of my tool only works with jpg-images, so I am working on a version which will also work with png-images and more image types will follow.
<script type='text/javascript'>alert('Its not as simple as it seems');</script>

Offline Danus

  • Serf
  • *
  • Posts: 39
  • Cookies: 24
  • Jewish Coder
    • View Profile
Re: What Project are you working on?
« Reply #9 on: February 14, 2015, 12:00:13 pm »
So you're using Java2D, a software renderer, to create an 3D game.. Is your teacher batshit crazy or is he trying to teach you mathematics?
It's totally possible, I've done it before and it can be fun but it's not practical in the least for a real game.

Not for a real game lol hell no but for something basic

Above you see some screenshots of my current project. It is a tool to analyze a jpg-image, so that you can see data that is hidden inside the code of the image and that you can analyze the code itself better so you can get a better insight into what the image is made of. The tool gathers also some basic metadata and it detects images hidden inside the main image.
I've written the tool in java and there is a official stable version currently out on my website.
This project is also a way for me to learn how to develop professionally, as I now use a proper version management system and external build tools. Also I try to concentrate in this project on a good programming style and try to plan further developments properly.
The current version of my tool only works with jpg-images, so I am working on a version which will also work with png-images and more image types will follow.

Looks amazing :D