Main Menu
Home
Top Downloads
New Programs
Awards
Link To Us
Submit Programs
Bookmark
Contact Us

Programs Categories
  ·  Active X
  ·  Basic & VB & VB DotNet
  ·  C & C++
  ·  Compilers & Interpreters
  ·  Components & Libraries
  ·  Database & SQL
  ·  Debugging
  ·  Editors & Tools
  ·  Help Tools
  ·  Install & Setup
  ·  Java & JavaScript
  ·  Others
  ·  PHP & ASP & HTML
  ·  Source Editors
  ·  XML
 


 


Free Download of BlitzMax 1.0

Downloading BlitzMax 1.0
Contacting third-party download site... please wait.
If your download does not start automatically within 5 seconds, choose a mirror below:

BlitzMax 1.0 Mirror 1


BlitzMax is the new, next generation game programming language from Blitz Research. BlitzMax retains the BASIC roots of Blitz3D and BlitzPlus, but adds a ton of cool new features and abilities.
BlitzMax is BASIC...but with a few twists, including:
-Function pointers
-Fully dynamic arrays
-Inheritance and polymorphism
-'By reference' function parameters
-Byte, Short, Int, Long, Float and Double numeric data types
-Array and string slicing
-Flexible 'collection' system for dealing with linked lists etc
-Low level pointer handling
-UTF16 strings
-The ability to 'Incbin' binary data and access it as easily as if it were a regular file
-External language support for interfacing with C/C++/ObjectiveC or assembly code.

Multiplatform support
BlitzMax has been designed from the ground up for multiplatform support, and BlitzMax programs can be compiled for MacOS X, Windows and Linux PC's. The BlitzMax license is 'all in one' - buy BlitzMax once and run your programs on all 3 platforms!

Modular design
BlitzMax is largely based around the idea of modules, collections of commands stored in special files. You can add your own modules to the system, allowing you to cleanly reuse code in your own projects. Modules are also a great way to distribute libraries of commands, and Blitz Research have many weird and wonderful modules lined up for future release!

Easy to use 2D command set
BlitzMax includes the Max2D module which contains a set of very easy to use 2D commands. Max2D is based on OpenGL, allowing for advanced effects such as realtime blending, rotation and scaling.

Intelligent build system
BlitzMax allows you to split a project up into multiple source files which can be pre-compiled to massively reduce development time. This process is handled automatically by the included BMK ('Blitz make') utility and is completely transparent to the developer.

IDE and Debugger
The BlitzMax package includes an 'integrated development environment' (IDE), which is used to enter your programs, and a debugger for tracking down bugs.

Direct OpenGL support
Thanks to the OpenGL module, you can use BlitzMax for direct OpenGL programming. Writing an OpenGL program is now as simple as:

bglCreateContext 640,480

While Not KeyHit( KEY_ESCAPE )

 glClear GL_COLOR_BUFFER_BIT

 glBegin GL_TRIANGLES
 glVertex2i 0,1
 glVertex2i 1,-1
 glVertex2i -1,-1
 glEnd

 bglSwapBuffers

Wend
In addition, a module based on the popular 'Glew' library provides support for all OpenGL extensions.


Compilers & Interpreters - Programming & Software Development Related Programs
»    ChooseColor Development Kit 1.2
ChooseColor Development Kit is an extensible component/dialog box for Win32 platforms that provide comprehensive solution for your modern user interface needs.
»    Windows API Hooking SDK 2.15
Windows API Hooking SDK helps you hooking Windows APIs or functions in other Dlls, and replace the API function or Dlls' function to your own function, it can be used in VC++,VB,C++ Builder,Delphi,etc.
»    Excelsior JET for Windows 4.1
Excelsior JET is a complete solution for acceleration, protection and deployment of your Java(tm) applications, certified Java Compatible on a number of Microsoft Windows and Linux (IA-32) platforms.
»    Chilkat Digital Certificates Component 2.0.3
Chilkat Certificate makes it easy to get information about the security certificates that are stored on your computer. It also allows you to easily add certificates to a certificate store, remove certificates from a store, or find a certificate that
»    M-Arabic Mail Component 1.0.0
M-Arabic is an ActiveX component for sending Arabic email from ASP Web sites and Microsoft Windows applications. It works as an ActiveX object but also exposes DLL functions directly. It includes an EXE for CGI operation via XMLHTTP.
»    TAS Professional 6 Powered by CAS 6.16Q
TAS Professional 6 is designed to be a complete application development tool for graphical operating systems.
»    OpenX ASP Edition 2.0.3
OpenX - the database development and connectivity solution.
»    NGASM 8086/8088 Assembler 1.3
NGASM 8086 / 8088 Assembler simplifies learning assembly language with a 7000-line long manual that elaborately describes exact usage of assembler instructions with examples. You understand any Instruction in a single reading. You do write TSRs
»    IBasic 2.02D
IBasic for Applications is an all-in-one, easy-to-use programming language that has the power to create any type of application or utility that you can imagine! Creates stand-alone Windows 95/98/ME/NT/2000/XP programs.
»    MIDlet Pascal 2.01
Use your Pascal programming skills to develop fully functional Java games and applications for your mobile phone. Midlet Pascal compiles Pascal functions and objects directly into Java bytecode which can be used on any Java supported mobile phone.



 
 


 


© 2006 - 2008 ProgramsBase.com - Privacy Policy