Skip to the content.

Yokai Engine

Download Engine - View Github.

About Yokai Engine

Yokai Engine is a 3D game development engine made as part of an university assignment. The engine allows the user to create a scene with a GameObject system and is able to execute it’s code in runtime. The engine was make to be the most easy to be user for the users, simple but with all neaded funtionalities.

About Ruboki Reuchi

Hi, Ruboki Reuchi is my username, but my real name is Rubén Ayora. I’m the developer of Yokai Engine, a project in which I have worked for 4 months.

face

Core Sub-Systems

Scripting System

The engine uses a Blueprint system for create the code, allowing to work in the engine without knowing any coding language. The Blueprint can be exported and imported from the pc folders. Blueprints allow to modify any game data of the attached gameobject, in order to do that they can make use of values of other gameobjects.

firstgift

As is show in the previus gift, we can quickly modify values to make the game alive.

secondgift

And saw the result inmediatly working in the game.

Video

Alt text

Licence

MIT License

Copyright (c) 2022 RubokiReuchi

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.