ZGameEditor: Difference between revisions

From Game Making Tools Wiki
(Created)
 
(Forum link)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{infobox_software
{{infobox_software
   | title        = ZGameEditor
   | logo        = [[File:zgameeditor logo.png|alt=ZGame Editor logo]]
   | release_date = Current
   | release_date = Current
   | made_by      =  
   | made_by      = [http://www.emix8.org/ Ville Krumlinde]
   | runs_on      = [[:Category:Windows|Windows]]
   | runs_on      = [[:Category:Windows|Windows]]
   | exports_to  = [[:Category:Android Export|Android]]<br>[[:Category:Linux Export|Linux]]<br>[[:Category:Mac OS Export|Mac OS]]<br>[[:Category:Windows Export|Windows]]
   | exports_to  = [[:Category:Android Export|Android]]<br>[[:Category:Linux Export|Linux]]<br>[[:Category:Mac OS Export|Mac OS]]<br>[[:Category:Windows Export|Windows]]
Line 8: Line 8:


'''ZGameEditor''' is a [[Distribution:Freeware|Freeware]] game making tool seemingly dedicated to creating small game files.
'''ZGameEditor''' is a [[Distribution:Freeware|Freeware]] game making tool seemingly dedicated to creating small game files.
There's also a ZGameEditor plug-in for [[FL Studio]] for making music visualisations, by the same developer. This seems to be much more popular as a search result.


== Linux ==
== Linux ==
Theoretically is should be possible to build a Linux version? The source code is available, and the Free Pascal [[Glossary:Main_Page#IDE|IDE]] Lazarus has ways to convert the Delphi-specific stuff.
Theoretically is should be possible to build a Linux version? The source code is available, and the Free Pascal {{jargon|IDE|IDE}} Lazarus has ways to convert the Delphi-specific stuff.


I haven't tried it yet, but here're some things I found on their forum:
I haven't tried it yet, but here're some things I found on their forum:


* [https://www.emix8.org/forum/viewtopic.php?f=1&t=1083 linux 64bit binnary?]
* [https://www.emix8.org/forum/viewtopic.php?f=1&t=1083 linux 64bit binary?]
* [https://www.emix8.org/forum/viewtopic.php?f=1&t=1003 ZGE IDE on Linux natively (No Wine) - What are the problems?]
* [https://www.emix8.org/forum/viewtopic.php?f=1&t=1003 ZGE IDE on Linux natively (No Wine) - What are the problems?]


Line 20: Line 22:
* [https://www.zgameeditor.org/ www.zgameeditor.org] - Homepage / wiki.
* [https://www.zgameeditor.org/ www.zgameeditor.org] - Homepage / wiki.
* [https://github.com/VilleKrumlinde/zgameeditor github.com/VilleKrumlinde/zgameeditor]
* [https://github.com/VilleKrumlinde/zgameeditor github.com/VilleKrumlinde/zgameeditor]
* [https://www.emix8.org/forum/ ZGameEditor forum]
   
   
[[Category:3-D]][[Category:2-D]][[Category:Game Builder]]
[[Category:3-D]][[Category:2-D]][[Category:Game Builder]]
[[Category:Open-Source]]
[[Category:Windows]]
[[Category:Windows]]
[[Category:Android Export]][[Category:Linux Export]][[Category:Mac OS Export]][[Category:Windows Export]]
[[Category:Android Export]][[Category:Linux Export]][[Category:Mac OS Export]][[Category:Windows Export]]

Latest revision as of 04:51, 23 April 2023

ZGame Editor logo
Release date: Current
Made by: Ville Krumlinde
Runs on: Windows
Exports to: Android
Linux
Mac OS
Windows


ZGameEditor is a Freeware game making tool seemingly dedicated to creating small game files.

There's also a ZGameEditor plug-in for FL Studio for making music visualisations, by the same developer. This seems to be much more popular as a search result.

Linux

Theoretically is should be possible to build a Linux version? The source code is available, and the Free Pascal IDE Lazarus has ways to convert the Delphi-specific stuff.

I haven't tried it yet, but here're some things I found on their forum:

Links