Introduction
Video Log I • Video Log II • Features • Source Code
🪶 What is it?
Projekt J.E.N.O.V.A is a comprehensive series of extension libraries for the Godot 4 Game Engine that brings fully-featured C++ scripting directly into the Godot Editor. It allows the use of modern C++20 standards within the Godot Engine, similar to GDScript.
By using Jenova Framework you can easily program your entire game or application in C/C++ without any issues. You can also integrate OpenCV, CUDA, Vulkan, OpenMP and any other modern C++ features seamlessly, All supported by the powerful backend.
Structure of Projekt J.E.N.O.V.A
- Jenova Framework: The framework contains Jenova Runtime and JenovaSDK.
- Jenova Runtime (Core): The heart of the framework, It includes the Jenova Interpreter, Jenova Compiler Interface, Jenova Packer, etc.
- JenovaSDK: An optional component of Jenova Runtime, providing helpers and APIs for hot-reloading, global allocation/access, etc.
📋 Source Code
Jenova Source Code is available on GitHub for everyone under MIT license.
👻 Why Called Jenova?
I've received some amusing comments about the project name, so here's the backstory. Although I'm a huge FF7 fan, the name isn’t directly linked to Final Fantasy. Jenova is derived from 'Jehovah,' meaning 'New God.' I chose this name because Godot translates to 'Small God.' Therefore, in this context, Jenova signifies a new god emerging from a small god. Additionally, it means 'Well-Born'
Now, why Jenova and J.E.N.O.V.A? The answer is straightforward. Name formatting like this was popular in the 2000s, similar to F.E.A.R. or A.K.I.R.A. It doesn't reference anything specific. However, it's worth noting that Projekt J.E.N.O.V.A refers to the entire toolchain, which includes the Framework, Runtime, Emulator, etc.
Jenova Supports Godot 4.2+, Windows 7 to 11 x64 and Linux x64, Mac support is not planned for now. At the moment Jenova provides MSVC and GCC Support, However you can use Visual Studio on Windows directly without Jenova MSVC Compiler Package.
If you need C++ Scripting with support Mac you can use Godot Sandbox.
Current builds do not include the Virtual Machine and Emulator. While the code for these features is present, they are disabled because they are still heavily under development.
Current builds are in the Alpha stage, Backup your project files! You may end up with data loss! Despite the current build being stable, having backups is always recommended.
Developed with 💙 and 🩸By Hamid.Memar