Skip to content

Releases: CITM-UPC/HawkEngine

HawkEngine 0.5

12 Dec 22:15

Choose a tag to compare

🦅 HawkEngine 🦅

Second version (v0.5) of the HawkEngine

OUR MEMBERS

Marco Baldan

Marco di Modica

Jordi Tur

Pau Mora

CONTROLS

  • Press Left Click on the inspector to select an object

  • Use Mouse Wheel to zoom in and out

  • Hold Right Click and use WASD to move freely across the scene + Q/E to make the camera move upwards/downwards

  • Hold Right Click and Shift to make the camera double the speed

  • Press F if an Object is selected to make the camera look at an object

  • You can press the Middle Mouse Button to move the camera across the screen

OTHER CONTROLS

  • You can move/rotate the objects with the mouse on the inspector window

  • You can delete GameObjects in the hierarchy

  • You can drag and drop textures and meshes directly on the window

  • Right click hierarchy to create objects; drag to parent/unparent; right click object to destroy or create empty child

  • To add components, click Add Component in the Inspector. Each component has its own settings in the Inspector

  • You can modify the Editor Camera in Settings Panel

  • To open and close tabs, Click view in the GameBar and toggle the desired panels.

  • To save a scene, File->Save Scene; To create a scene, File->New Scene; To load a scene, right click the scene in the library and load

FEATURES

  • New revamped dockable UI look

  • Scene and Camera serialization

  • Asset/Library folder to visualise custom file formats

  • Model Importer (problems in texture coordinates)

  • Parenting and object creation within hierarchy and menu bar

  • GameObject components: Camera, Light, MeshRenderer, Transform

  • BoundinBoxes, MousePicking, Frustum Culling

  • Shader Module (work in progress - almost finished)

  • Octree (work in progress - implemented but not functional)

LICENSES

This project is licensed under an unmodified MIT license, which is an OSI-certified license that allows static linking
with closed source software. Check our LICENSE* for further details.

HawkEngine_0.1

31 Oct 18:20
fb676b0

Choose a tag to compare

🦅 HawkEngine 🦅

First version of the HawkEngine

OUR MEMBERS

Marco Baldán

Marco di Modica

Jordi Tur

Pau Mora

CONTROLS

-Press Left Click on the inspector to select an object

-Use Mouse Wheel to zoom in and out

-Hold Right Click and use WASD to move freely across the scene + Q/E to make the camera move upwards/downwards

-Press Alt + Left Click if an object is selected to make the camera orbit around the object

-Hold Right Click and Shift to make the camera double the speed

-Press F if an Object is selected to make the camera look at an object

-You can press the Middle Mouse Button to move the camera across the screen

OTHER CONTROLS

-You can move/rotate the objects with the mouse on the inspector window

-You can delete GameObjects in the hierarchy

-You can drag and drop textures and meshes directly on the window

LICENSES

This project is licensed under an unmodified MIT license, which is an OSI-certified license that allows static linking
with closed source software. Check our LICENSE* for further details.