about cave engine
Yesterday I saw this engine was on sale, but the discount wasn't applied when I went to pay.
Replies (7)
How compatible is the executable (exe) generated by this engine? How well does it perform on Windows 7, Windows 10, or Windows 11? For example, Godot, this game engine, doesn't support Python and only works with C#.
The engine was not on sale yesterday, it will be today, when 1.3 is out! Stay tuned, soon we will have news about it everywhere! :D
Regarding compatibility: It should work just fine, but we officially support Windows 10 and newer. And Cave doesn't require anyone to have python installed, it comes with the engine itself.
Does it support OpenCV, Pandas, and more modules? And does it allow us to use PIP to install Python modules? And how do you resolve the problem of packaging the Python script into a Windows application?
just like godot,If I want to use the Python script to write the code,I need use the addon "py4godot",and than if i want to pack the windows application,I should copy the Python code file into the export path . the cave engine need this setup if I want to export the windows application?
Cave have Python support by default, you don't need to install, move or copy anything. It just... works. :D
when i export the default project,it is show some errors:
Failed to Duplicate files: copy: 系统找不到指定的文件。: "C:\Users\13929\Documents\CaveEngine\Game.exe", "C:\Users\13929\AppData\Roaming\Cave Engine\My Projects\My Game\Bin\Win64\My Game\My Game.exe"
"系统找不到指定的文件" means: the system dose not find the file.
maybe because i use the chinese in order to this errors?
Yes, special characters are not supported in the pathes.