Search found 37 matches

by Kennydin
Fri May 27, 2011 10:07 am
Forum: Advanced Help and Support
Topic: Jquery calculation question
Replies: -1
Views: 366

Re: Jquery calculation question

Im not exactly sure what're you getting at here but this is what I'd do If I wanted to calculate level points through jquery... $(document).ready(function (){ points = $('#levelsum').val(); totalpoints = (levelsum*10)/5; $("#totalpoints").val(totalpoints); }); You need to do the calculatio...
by Kennydin
Tue May 24, 2011 11:31 am
Forum: Coding
Topic: Text editor for Mac
Replies: -1
Views: 6445

Re: Text editor for Mac

Does anyone know any good free text editor with code highlighting for Mac? I'd rather not pay for Texmate even though it looks awesome. I don't think I need all the features as a beginner. TextMate is God of all text editors :p, I know you're looking for a free editor but honestly for beginners and...
by Kennydin
Tue May 10, 2011 10:01 pm
Forum: Coding
Topic: Ruby on Rails?
Replies: -1
Views: 771

Re: Ruby on Rails?

RoR is an MVC based framework using Ruby, and a lot of the stuff is meant to be automated. For instance, you use your Terminal to automate your project creation. Mac is best for Rails and most builds come with rails already pre-installed on OS X (10.4+) but you'll probably want to update to Rails 3 ...
by Kennydin
Thu May 05, 2011 8:21 pm
Forum: Advanced Help and Support
Topic: working with smarty[RESOLVED]
Replies: -1
Views: 715

Re: working with smarty

I'd recommend using a framework such as CakePHP or Code Igniter if you're looking to develop your game in a slightly more modular way. Smarty is, as Jack said, very dense as a framework (its more of a Template Engine). It can be actually very nice when you get the hang of it. An easier alternative (...
by Kennydin
Sun May 01, 2011 5:15 pm
Forum: General Development
Topic: Creating a Tile Mapping System in Java from Scratch?
Replies: -1
Views: 1733

Re: Creating a Tile Mapping System in Java from Scratch?

I was looking through the JME last week and it looks very promsing! Although I can't remember why but there was a problem that I came across. I'll rack my brain to remember what is was.The actual Engine itself I thought was pretty goood and the GDE (which is in alpha still) also is very nice. It's a...
by Kennydin
Sat Apr 30, 2011 7:38 pm
Forum: General Development
Topic: Creating a Tile Mapping System in Java from Scratch?
Replies: -1
Views: 1733

Re: Creating a Tile Mapping System in Java from Scratch?

It's a bit of a mind boggle to be honest. Thanks for all your advice and suggestions, it's much appreciated!
No doubt I'll be asking about this topic in even more depth at some point soon :mrgreen:

But again thanks :)
by Kennydin
Thu Apr 28, 2011 11:19 pm
Forum: General Development
Topic: Creating a Tile Mapping System in Java from Scratch?
Replies: -1
Views: 1733

Re: Creating a Tile Mapping System in Java from Scratch?

So in reality I'd be better off focusing my efforts on C/C++ if I were to take up game design as a profession? I have looked briefly into Mono, I saw something along the lines of monoXNA which is a cross platform implementation of the XNA framework but again, I might as well just save myself the has...
by Kennydin
Thu Apr 28, 2011 10:21 pm
Forum: General Development
Topic: Creating a Tile Mapping System in Java from Scratch?
Replies: -1
Views: 1733

Re: Creating a Tile Mapping System in Java from Scratch?

I'll admit the aspect of C# does sound very appealing! I think I might just have to BC my yet to be microsoft scarred Mac :p I have seen little bits of pyGame and while I do have experience with Python, I'd like to pursue a new route preferably with a new language. In terms of the language itself, i...
by Kennydin
Thu Apr 28, 2011 7:55 pm
Forum: General Development
Topic: a blender blunder
Replies: -1
Views: 384

Re: a blender blunder

hallsofvallhalla wrote:that is wierd, maybe possessed?

I am one of the few that do not use Blender and can't see myself ever using it. Can't get over the UI
I'll second that.
by Kennydin
Thu Apr 28, 2011 4:14 pm
Forum: General Development
Topic: Creating a Tile Mapping System in Java from Scratch?
Replies: -1
Views: 1733

Re: Creating a Tile Mapping System in Java from Scratch?

Ouuuuuch :( that sounds like a bit of a hefty price to pay just for Java. Thanks for the heads up! I wonder if its worth Boot Camping my Macbook Pro ...hmmm I'll have to have a ponder over that one. I'm also debating whether or not at having a deeper look into Unity3D just to have a mess around with...

Go to advanced search