Recent content by Icyene

  1. I

    Amber IDE - 2D/3D Java game editor

    Yes, that is correct. For example, if I wanted to create a new Java File instance, I'd do `java.io.File.new(".")`. Now, for a progress report. Over the past while I've taken a general break from Amber to relax and spend more time not programming. However, the past weeks have not been entirely...
  2. I

    Amber IDE - 2D/3D Java game editor

    Indeed, not having support for Java would be a shame. That said, it would become a hassle to manage between both Java and Ruby scripts. Thankfully, JRuby allows interfacing between Java and Ruby code. So essentially, you could write your scripts in Java (building against ahead-of-time compiled...
  3. I

    Amber IDE - 2D/3D Java game editor

    Thanks for the input. I was originally considering using Python via Jython as I have more experience with Python than Ruby, but decided against it when I discovered the performance issues of Jython. Partial RGSS compatibility is also a plus, of course, though the scripting design is closer to a...
  4. I

    Amber IDE - 2D/3D Java game editor

    Amber IDE is an open-source Java project well underway, which when completed will open the door to Generation IV+ game development. Amber features everything essential to creating your own game, the way you want: a built-in Ruby editor, and a map editor comprising of both a 2D and 3D mode. An...
  5. I

    4th Gen Most annoying wild Pokemon?

    Zubat. I mean, does anyone ever catch Zubat for the Crobat?
  6. I

    [Discussion] Ethics of choosing a name for your game

    I am playing around with the Java LWJGL OpenGL binding, and decided I would give a go at creating a Generation 5-style game in Java. However, I was stumped at something that did not involve programming, but ethics. Every project needs a proper name, and yet I haven't been able to find a...
  7. I

    Hello!

    Hello! I tend to go by the internet alias of "Icyene". No, it has absolutely nothing whatsoever to do with the Icyene entities from RuneScape. Bad name choice, I guess, but it has stuck. Aha, there's the cheesy name explanation everyone seems to do, so at least that's concluded. I spend my...
  8. I

    Tool: Spiky's DS Map Editor (NOW OPEN-SOURCE)

    Hello! First off I'd like to begin this rather lengthy post by thanking you for this most excellent tool you have developed. I've been using it for the past month on a rather large project, and as expected have come across some potential usability issues and a handful of subtle bugs...
Back
Top