PhaserEditor2D Posted September 5, 2015 Share Posted September 5, 2015 Hello, I am the author of Phaser Chains (http://phaserchains.boniatillo.com http://phaser.io/chains) and now I want to present to you my last work: *Phaser Editor*. http://phasereditor.boniatillo.com (it is a desktop editor) (This editor was announced in phaser.io (by the Phaser authors) with the title "A complete Phaser editor with powerful features". ) General JavaScript editors are good for Phaser because the Phaser simplicity but I see the need of something more dedicated: - Project and file creation wizards.- Coding assistance (type inference, auto-completion of the API, doc hovers, preview).- Integrated and quick help.- Integrated web server for easy testing.- Assets manager (following the official Phaser Asset Pack format).- Assets packers (image and audio atlas).- Keep it simple enough that you can develop your big game but also test any other code snippet or example of the many Phaser tutorials in the internet.- Transparency: there is not any other layer, wrapper or plug-in on top of Phaser: I do not want to hide Phaser, I want you to learn it.- Tooling: with the time I would like to integrate common developing tasks into the editor, for example, right now it is implemented an Optimize PNG images, but I want more.- The name is Phaser Editor but my goal is a Phaser IDE ;-) How am I doing it? I am building Phaser Editor on top of one of the leaders platforms of the programming industry: the Eclipse platform, specially, the Eclipse Web Tools.If you know the Eclipse ecosystem you will feel very comfortable in Phaser Editor, if you don't know Eclipse yet, I think this is the moment for you to go with it ;-)Eclipse is very popular in the Java world, but it is also popular to develop with other programming language (javascript, python, php, C, etc...) because it can be extended and customized for a specific technology.The Eclipse workbench is full of features and a plenty of third plug-ins going from color themes and Git integration to cordova based tools for mobile development,and all of them can be installed (or integrated in a future) in Phaser Editor.The Eclipse Web Tools, specially the JavaScript Development Tools (http://wiki.eclipse.org/JSDT), are a very good piece of software, the most I like is the type inference engine, that in the case of Phaser Editor it is customized to give a much better experience with the Phaser API. So take a look to a demo video. Download and try it yourself: http://phasereditor.boniatillo.com To run it first you should install the Java runtime (JRE 8 64bits), then execute the PhaserEditor.exe file. In a future a I will give the option to bundle the JRE together with the productand make it available also for the others operating systems supported by Eclipse (linux, osx). Check the list of features What's next? This is only a preview, but in dependence of your very valuable feedback I will release it sooner or later.Right now I am working on complete some features introduced in Phaser 2.4.3 and writing the user guide. Suscribe to our mailing list and we notify you when the final product (or a major update) is ready (I am not going to explode your inbox) Thanks,Arian Update 2015/10/29: Phaser Editor RC release, read post. VitaZheltyakov, ragnarok, Skeptron and 1 other 4 Link to comment Share on other sites More sharing options...
tips4design Posted September 5, 2015 Share Posted September 5, 2015 This looks good, but as I am using Sublime I would be happier if there was some kind of Phaser plugin for Sublime, not an entirely new IDE just for Phaser Link to comment Share on other sites More sharing options...
PhaserEditor2D Posted September 5, 2015 Author Share Posted September 5, 2015 This looks good, but as I am using Sublime I would be happier if there was some kind of Phaser plugin for Sublime, not an entirely new IDE just for Phaser Who knows, maybe some day , but tell me, what kind of Phaser features do you want to see in Sublime? Link to comment Share on other sites More sharing options...
tips4design Posted September 5, 2015 Share Posted September 5, 2015 Who knows, maybe some day , but tell me, what kind of Phaser features do you want to see in Sublime? Most important autocomplete/intellisense based on the documentation. PhaserEditor2D 1 Link to comment Share on other sites More sharing options...
PhaserEditor2D Posted September 5, 2015 Author Share Posted September 5, 2015 Most important autocomplete/intellisense based on the documentation. Intellisense works decently in Phaser Editor, Eclipse based products are very flexible, you can change color themes (actually sublime is listed in the Windows > Preferences > General > Appearance > Color Theme), key bindings, ui layouts... I mean, what we can do is maybe implement a Phaser Editor plugin to make it to feel like Sublime (if it is possible , all my respect to the sublime!). jdnichollsc 1 Link to comment Share on other sites More sharing options...
DonFrag Posted September 5, 2015 Share Posted September 5, 2015 I'm sorry but...i can't find the download link PhaserEditor2D 1 Link to comment Share on other sites More sharing options...
PhaserEditor2D Posted September 5, 2015 Author Share Posted September 5, 2015 I'm sorry but...i can't find the download link This is the website: http://phasereditor.boniatillo.com/ and the direct link to download it is: http://phasereditor.boniatillo.com/files/Phaser-Editor-15.09.preview.zip The download button is working for me. Link to comment Share on other sites More sharing options...
farooch Posted September 5, 2015 Share Posted September 5, 2015 Thanks i'll try this And i can't find the download link on the website. PhaserEditor2D 1 Link to comment Share on other sites More sharing options...
PhaserEditor2D Posted September 5, 2015 Author Share Posted September 5, 2015 I am checking it, I think users with adblocks are not going to see it. Link to comment Share on other sites More sharing options...
PhaserEditor2D Posted September 5, 2015 Author Share Posted September 5, 2015 Yes, now you should see it, I used a template with an "adbox" style that created problems with an adblock chrome extension. Something really weird Please tell if you can see it now? Thanks! Link to comment Share on other sites More sharing options...
DonFrag Posted September 5, 2015 Share Posted September 5, 2015 Yes, now you should see it, I used a template with an "adbox" style that created problems with an adblock chrome extension. Something really weird Please tell if you can see it now? Thanks!yep!it's working now thanks! jdnichollsc and PhaserEditor2D 2 Link to comment Share on other sites More sharing options...
tips4design Posted September 5, 2015 Share Posted September 5, 2015 Well, it's not the problem with not looking light Sublime. The problem is that if I switch to it I will miss all the plugins I use for Sublime (emmet, docblokr, etc...). And I find Eclipse editor to be much more heavy-weight than Sublime PhaserEditor2D 1 Link to comment Share on other sites More sharing options...
PhaserEditor2D Posted September 5, 2015 Author Share Posted September 5, 2015 I see... well Eclipse has its own ecosystem and tools, actually in Phaser Editor you can define your own code snippets (Window > Preferences > Java Script > Editor > Templates). Even maybe you can install Emmet on it: https://github.com/emmetio/emmet-eclipse But I understand your point, thanks. jdnichollsc 1 Link to comment Share on other sites More sharing options...
netcell Posted September 6, 2015 Share Posted September 6, 2015 Nice work. Though I really hate using Eclipse based editor, but the Phaser Chain integration and inline image preview and file name completion are really cool. PhaserEditor2D 1 Link to comment Share on other sites More sharing options...
farooch Posted September 6, 2015 Share Posted September 6, 2015 I can see the button now ! PhaserEditor2D 1 Link to comment Share on other sites More sharing options...
PhaserEditor2D Posted September 7, 2015 Author Share Posted September 7, 2015 IMPORTANT UPDATE!!! The Phaser Editor website is down. I have problems with the bandwidth of my hosting plan. Please in the meantime download Phaser Editor from my dropbox: https://db.tt/kmOi3YBj I will try to fix it asap. Link to comment Share on other sites More sharing options...
rich Posted September 7, 2015 Share Posted September 7, 2015 I was going to feature this on the Phaser site, but your site is still down so I'd better not Let me know when you've got proper hosting sorted out and I'll put it up! PhaserEditor2D 1 Link to comment Share on other sites More sharing options...
PhaserEditor2D Posted September 7, 2015 Author Share Posted September 7, 2015 I was going to feature this on the Phaser site, but your site is still down so I'd better not Let me know when you've got proper hosting sorted out and I'll put it up! Ok thanks Rich, I am trying to solve this. Link to comment Share on other sites More sharing options...
PhaserEditor2D Posted September 7, 2015 Author Share Posted September 7, 2015 I think the website is under attack, there are some IPs with lots of requests (1000+) to the editor file. I blocked those IPs and now I should investigate how to protect from these people.Please in the meantime get it from dropbox, however it has a 10GB/day limit. Link to comment Share on other sites More sharing options...
Sanju Posted September 8, 2015 Share Posted September 8, 2015 Looks good . Looking forward to trying it on linux. Link to comment Share on other sites More sharing options...
PhaserEditor2D Posted September 8, 2015 Author Share Posted September 8, 2015 I was going to feature this on the Phaser site, but your site is still down so I'd better not Let me know when you've got proper hosting sorted out and I'll put it up! Hi Rich, the site is online again. Link to comment Share on other sites More sharing options...
przemoo83 Posted September 8, 2015 Share Posted September 8, 2015 Looks promising. I tried to install it but got an error. Still could have been worse...virus or something Link to comment Share on other sites More sharing options...
PhaserEditor2D Posted September 8, 2015 Author Share Posted September 8, 2015 Looks promising. I tried to install it but got an error. Still could have been worse...virus or something What kind of error? Remember you have to install Java. Link to comment Share on other sites More sharing options...
przemoo83 Posted September 8, 2015 Share Posted September 8, 2015 I have Java installed but you are right. It has to do something with Java. But I don't know what exactly. Here's the error Link to comment Share on other sites More sharing options...
PhaserEditor2D Posted September 8, 2015 Author Share Posted September 8, 2015 I have Java installed but you are right. It has to do something with Java. But I don't know what exactly. Here's the error Please open the CMD and type > java -version and tell me what it says. probably you have an old version of Java or a 32bit version. Link to comment Share on other sites More sharing options...
Recommended Posts