Jump to content

Will D

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Will D

  1. I'm just saying, don't count BlitzMAX out of the loop. It is a very powerful programming language and those who want to get into a powerful language but don't want a lot of the technical complications that come with C++ or C# or somthing, then try BlitzMAX, if you like it, get the community edition, then if you want to join the forum at the website then buy the full version and get your product key. Sorry if I seemed defensive.
  2. There is a completely free BlitzMAX Community Edition, but using this version doesn't get you access to the community forum on BlitzBasic.com because you have to buy software to get the key to sign up. BlitzMAX Community Edition Info I must also disagree with you, RogueHart, this language is good at creating general applications. The fact that it is Object Oriented (Classes, Types, Methods and such) and that it incorporates C++ and other C languages makes it very flexible in the fact that it can do anything that a Microsoft Visual <Language> can do, but it takes just a little more time to learn how the commands interact with each other. I ask you, have you actually tried BlitzMAX? I read your other post in another thread and you said you had used BlitzBasic. BlitzMAX is 307 (random large number) steps up from that old software and also isn't used just for video game programming.
  3. I like your style RogueHart, I would say BlitzBasic is the simplest I've ever learned. Not to mention the quickest I've ever picked up (12 years old when I started BlitzBasic, now i'm on to BlitzMAX). Graphics 800, 600 Local string$ = "Hello World" While Not KeyHit(1) Cls Text 0, 0, string Flip Wend End
  4. Hello! I'm brand new to this forum but still, I just REALLY wanted to say this. My favorite language to use is BlitzMAX and here is why: 1. Completely Modular 2. Incorporates C++ 3. Cross platform (Windows, Mac OS, and Linux) 4. Great debugging system 5. It's INCREDIBLY simple to learn and is INCREDIBLY powerful once you get deeper into the language 6. It's great for game programming, whether small scale or company games 7. The community is great if you have any questions or need help The program also has a Module call MaxGUI which gives Windows, Mac OS, or Linux GUI capability to make applications like in Visual Basic or C++. All the details can be found at the website (http://blitzbasic.com/Products/blitzmax.php) Again, I'm just throwing this out there if anyone really is interested... Bye!
×
×
  • Create New...