NormalEngine

just a normal engine


Project maintained by fakefarreraspol Hosted on GitHub Pages — Theme by mattgraham



Normal Engine

Normal Engine is made by students from CITM Barcelona for a Videogames Design and Development degree subject.
Normal Engine is a free to use Game Engine made in c++ and has the basic tools to create a game.
Link to repository: https://github.com/fakefarreraspol/NormalEngine


Usage Guide

The engine consists of a menu bar, located in the upper part of the screen, where you can control the engine, computer and object stats. Followed with a 3D area where you are able to deploy all the objects and navigate through them.


Controls


File controls:
- NEW SCENE --> Ctrl + N
- OPEN SCENE --> Ctrl + 0
- SAVE --> Ctrl + S
- SAVE AS --> Ctrl + Shift + S
- STOP --> ESC key

Edit Controls:
- UNDO --> Ctrl + Z
- REDO --> Ctrl + Y
- CUT --> Ctrl + X
- COPY --> Ctrl + C
- PASTE --> Ctrl + V
- SELECT ALL --> Ctrl + A
- DESELECT ALL --> Shift + D
- SELECT CHILDREN --> Ctrl + C
- INVERT SELECTION --> Ctrl + I
- DUPLICATE --> Ctrl + D
- PLAY --> Ctrl + P
- PAUSE --> Ctrl + Shift + P

Import Controls:
- CONE --> Ctrl + 1
- CUBE --> Ctrl + 2
- CYLINDER --> Ctrl + 3
- POLYHEDRON --> Ctrl + 4
- PYRAMID --> Ctrl + 5
- SPHERE --> Ctrl + 6
- TORUS --> Ctrl + 7
- HOUSE --> Ctrl + 8
- TRAIN STATION --> Ctrl + 9

Mouse controls:
- LEFT CLICK --> Selection

Camera controls:
- Movement --> Right Click + WASD and Right Click + R/F (Up/Down)
- Movement Speed x2 --> Shift
- Zoom --> Mouse Wheel
- Rotate --> LeftAlt + Left Click or Only Right Click


Developers

-Carlos Javier Arnau Montoriol carlosarnau
-Pol Farreras Olivera fakefarreraspol


Additional Functionalities

No additional funcionalities yet.


Additional Comments

No additional comments yet.


License

MIT License

Copyright (c) 2022 Pol

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.