Optikon: A WYSIWYG Level Designer for LÖVE
- FloatingBanana
- Prole
- Posts: 22
- Joined: Sat Mar 02, 2019 4:57 pm
- Contact:
Re: Optikon: A WYSIWYG Level Designer for LÖVE
Where is the 32-bit version?
Code: Select all
if anyMistake(self.english) then
print("Sorry, english is not my first language")
end
Re: Optikon: A WYSIWYG Level Designer for LÖVE
It is always nice to see an update!
Our LÖVE Gamedev blog Zabuyaki (an open source retro beat 'em up game). Twitter: @Zabuyaki.
LÖVE & Lua Video Lessons in Russian / Видео уроки по LÖVE и Lua
LÖVE & Lua Video Lessons in Russian / Видео уроки по LÖVE и Lua
Re: Optikon: A WYSIWYG Level Designer for LÖVE
Thanks D0NM. More to come soon. Email your feature requests to hello@optikon.co.uk
Last edited by Optikon on Sat May 16, 2020 9:15 pm, edited 2 times in total.
Optikon Level Designer - A simple and intuitive WYSIWYG visual level designer for LÖVE that does all the basic Lua coding for you
- FloatingBanana
- Prole
- Posts: 22
- Joined: Sat Mar 02, 2019 4:57 pm
- Contact:
Re: Optikon: A WYSIWYG Level Designer for LÖVE
This link is not working, error 404
Code: Select all
if anyMistake(self.english) then
print("Sorry, english is not my first language")
end
Re: Optikon: A WYSIWYG Level Designer for LÖVE
Sorry FloatingBanana. This will work:
http://optikon.co.uk/version/OptikonInstaller.exe
If you encounter any issues, let me know.
Optikon Level Designer - A simple and intuitive WYSIWYG visual level designer for LÖVE that does all the basic Lua coding for you
Re: Optikon: A WYSIWYG Level Designer for LÖVE
Hi guys
We've just rolled out another update:
- Edit text components after placement;
- Specify the color of text in text components;
- Edit images assigned to image components using any installed image editor on your machine;
- You can now get Optikon to back-up your saves;
- Fix for the 'duplicate component' bug
- Stability improvements for Optikon in WINE on Linux and MacOS.
What's coming?
-File browser and better file management for LOVE Lua projects;
-Improvements to Lua generated code;
-Support for plugins;
-Easy image component animations;
-Run level on connected Android device from PC.
Optikon is intuitive, easy to use and fast. Check out this video to see how easy it is to build a level in Optikon for the LÖVE 2D framework:
We've just rolled out another update:
- Edit text components after placement;
- Specify the color of text in text components;
- Edit images assigned to image components using any installed image editor on your machine;
- You can now get Optikon to back-up your saves;
- Fix for the 'duplicate component' bug
- Stability improvements for Optikon in WINE on Linux and MacOS.
What's coming?
-File browser and better file management for LOVE Lua projects;
-Improvements to Lua generated code;
-Support for plugins;
-Easy image component animations;
-Run level on connected Android device from PC.
Optikon is intuitive, easy to use and fast. Check out this video to see how easy it is to build a level in Optikon for the LÖVE 2D framework:
Optikon Level Designer - A simple and intuitive WYSIWYG visual level designer for LÖVE that does all the basic Lua coding for you
Re: Optikon: A WYSIWYG Level Designer for LÖVE
I don't think you should be calling this a "level designer." If anything, it should be called a game engine based on löve.
'Tiled', for example, is a general-purpose level editor because it eventually exports to level files, and the programmer can choose how to interpret the data in those files.
Here, however, the game exports straight to a main.lua file with all the love callbacks, and puts all the components into global variables. It's very difficult to incorporate this into an actual game (if you want your game to be anything more than the single level you made) - you'd have to intentionally change the file that the program gave you. And not to mention that you'll have to do this each time you export your level again.
I just don't see much purpose in a "level designer for löve." The 'magic' of löve is that it's a framework, not an engine, which allows users to design their game in any way they wish. But, with the way Optikon outputs its levels, it forces the user to design their game in the format that Optikon outputs, whether they like it or not.
'Tiled', for example, is a general-purpose level editor because it eventually exports to level files, and the programmer can choose how to interpret the data in those files.
Here, however, the game exports straight to a main.lua file with all the love callbacks, and puts all the components into global variables. It's very difficult to incorporate this into an actual game (if you want your game to be anything more than the single level you made) - you'd have to intentionally change the file that the program gave you. And not to mention that you'll have to do this each time you export your level again.
I just don't see much purpose in a "level designer for löve." The 'magic' of löve is that it's a framework, not an engine, which allows users to design their game in any way they wish. But, with the way Optikon outputs its levels, it forces the user to design their game in the format that Optikon outputs, whether they like it or not.
-
- Party member
- Posts: 106
- Joined: Sat Jun 21, 2014 3:45 pm
Re: Optikon: A WYSIWYG Level Designer for LÖVE
you are contradicting yourself right there. good job.steVeRoll wrote: ↑Wed May 27, 2020 7:30 pmThe 'magic' of löve is that it's a framework, not an engine, which allows users to design their game in any way they wish. But, with the way Optikon outputs its levels, it forces the user to design their game in the format that Optikon outputs, whether they like it or not.
- zorg
- Party member
- Posts: 3465
- Joined: Thu Dec 13, 2012 2:55 pm
- Location: Absurdistan, Hungary
- Contact:
Re: Optikon: A WYSIWYG Level Designer for LÖVE
No fighting meaningless battles over terminology and nomenclature now, pleaseWhatthefuck wrote: ↑Thu May 28, 2020 11:15 amyou are contradicting yourself right there. good job.steVeRoll wrote: ↑Wed May 27, 2020 7:30 pmThe 'magic' of löve is that it's a framework, not an engine, which allows users to design their game in any way they wish. But, with the way Optikon outputs its levels, it forces the user to design their game in the format that Optikon outputs, whether they like it or not.
Although, i will say, i don't see the contradiction myself with that specific part.
Me and my stuff True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
Re: Optikon: A WYSIWYG Level Designer for LÖVE
Don't be so aggressive.
One valid criticism is that it force to input a certain format of code.
As a user I would like to be able to modify how the code is generated to fit my needs, because everybody has it's own custom code habits.
Who is online
Users browsing this forum: Semrush [Bot] and 2 guests