Jump to content

[HUD + GUI + Space Invaders] game dev pack


AndyGFX
 Share

Recommended Posts

This pack contain two old class collection HUD and GUI posted from "old" LE forum. They are now writed little bit specialy.

This dev. pack is designer on two different BMX mods - miniB3DExtNew and Leadwerks.

This solution is good for me , because i have crapy notebook in office and i want some-time work on my game prototypes and ideas.

 

What is include:

 

01 - GUI sample

02 - HUD sample

03 - SBX file loader

04 - Space Invaders Game

 

All this samples are possible compile with LE or miniLE (modified miniB3DExtNew) very simple.

 

For miniLE compilation u need use this part of code:

 

Import agfx.agfx_minile
Include "classes/AGFX_WRAPPER/miniB3Dext/TAGFX_LE_Wrapper_to_mB3D.bmx"
Include "classes/TAGFX.bmx"

 

and for LE compilation u need use this part of code:

 

Framework leadwerks.engine
Import "classes/Framework/Framework.bmx"
Include "classes/AGFX_WRAPPER/Leadwerks/TAGFX_LE_Wrapper_to_LE.bmx"
Include "classes/TAGFX.bmx"

 

Note #1: Wrapper contain basic commands for entity, color, fonts, text, texture, World, ...

Note #2: you need use absolut path to file for loading content, this path is automaticaly converted to abstract path when is used LE compilation.

Example:

 

File "media_si/Models/enemy_a/si_enemy_a.gmf" is with miniLE converted to "media_si/Models/enemy_a/si_enemy_a.b3d" and with LE to "abstract::si_enemy_a.gmf".

For more infos look inside my code - are free - like before :blink:

 

 

Screenshots:

 

01_GUI_sample.png

 

02_HUD_sample.png

 

04_SpaceInvaders_Game.png

 

Download: DEV PACK

[HW] C2D Q6600, 4GB RAM, NV8800GTX, Vista Ultimate x64

[sW] Blide Plus, BlitzMax, Delphi, C++, 3DWS 5.53, Leadwerks 2.xx

 

76561197970156808.pngAndyGFX.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...