Introduction to Heavy Engine 2 - ReoStudio/Heavy-Engine GitHub Wiki
Welcome to the official tutorials for Heavy Engine 2 Editor.
What is Heavy Engine 2 ?
Heavy Engine 2 is a 2d game design editor as well as a application programmming interface for game launchers . Heavy Engine 2 is shipped with multi-platform support and most of all multi-genre support . Heavy Engine 2 supports low level system programming to high end game scripts . Heavy Engine 2 currently supports Windows PE as well as Native , Java Mobile and Desktop and Linux Native including their low end application programming interfaces but since Heavy Engine 2 is installed in Windows , Linux Native APIs needs to be seperately added to the compilation for supporting low end features .
Installation
- Download and install Heavy Engine 2 installer from the official website( ... ).
- Download and install Visual Studio from VisualStudio.com for Windows Native and Linux Native.
- Download and install Java JDK,JRE from ... for windows and micro-edition for Java platform.
- Download and extract the tutorial project files into a folder found in Heavy Engine 2 github respiratory.
Now you are all ready to start with Heavy Engine 2.
Opening a new project
- Start the Heavy Engine 2 editor.
- Click Load Project.
- Click Browse and find the place where you have stored the project Example01 and click that folder.
Now your project is loaded successfully.