CPCWiki forum

General Category => Programming => Topic started by: lachlank on 05:24, 04 October 17

Title: RGAS Online sprite editor
Post by: lachlank on 05:24, 04 October 17
Since I've been at home recovering from a knee reconstruction, I have finally started work on converting my RGAS (Retro Gaming Asset Studio) software to an online platform. Specifically I have been using AngularJS for the front end, with a .Net Web API back-end. I am trying to re-use as much of the existing code as possible, so operations such as generating CPC source code etc will be done at the server rather than in Javascript.


You can try it out here:


http://rgastest.azurewebsites.net (http://rgastest.azurewebsites.net)


Click on the "Editor" tab, then the plus at left to add a new sprite. You can set width, height, and whether the mask data will be output inline (which allows drawing with a transparent colour). Left click to draw, right click to delete. There are no other drawing operations yet.


From the "Project" tab, you can load and save from browser local storage.


Please try it out and see what you think of the concept. I am specifically interested in whether:




[attachimg=1]




Title: Re: RGAS Online sprite editor
Post by: mr_lou on 05:39, 04 October 17
Downloading and installing apps will become more and more annoying to people. It will be remembered as "the old days where you had to download an install".
Going online is just much more convenient - assuming you have a working Internet connection of course.

Personally, I prefer being able to do everything offline, because I'm an old geezer. I don't mind an online solution, as long as I can also do everything offline.
If you're using HTML5 technology, you can make sure that it works while being offline too, if only the visitor has visited the site once.
Title: Re: RGAS Online sprite editor
Post by: EgoTrip on 09:07, 04 October 17
It looks interesting but I prefer offline tools. Working in browsers is cumbersome.
Title: Re: RGAS Online sprite editor
Post by: mr_lou on 09:38, 04 October 17
Quote from: EgoTrip on 09:07, 04 October 17
It looks interesting but I prefer offline tools. Working in browsers is cumbersome.

And here I thought I was the only old geezer in here.  :)
Title: Re: RGAS Online sprite editor
Post by: EgoTrip on 09:42, 04 October 17
Quote from: mr_lou on 09:38, 04 October 17
And here I thought I was the only old geezer in here.  :)

Speak for yourself.  :'(
Title: Re: RGAS Online sprite editor
Post by: AMSDOS on 22:10, 04 October 17
Very nice, I just used it to draw an 8x8 Helicopter. My only problem now is I don't know which one to use!  :D


[attachimg=1]


[attachimg=2]


The 1st one I did looks cute & bubbly, though the second looks more millitant, the only difference being the leg frames at the base!
Title: Re: RGAS Online sprite editor
Post by: mr_lou on 15:02, 17 June 18
This isn't working anymore?

I've started carrying around my Ericsson MC218 pocket computer again. Mainly for writing texts in a plain text-editor, but also looking to be able to do other things with it.
I was thinking maybe I could design some CPC graphics while on the go, but there aren't many options. Something HTML/Javascript based might work, if I can download it and run it offline.
Otherwise my options are limited.
Title: Re: RGAS Online sprite editor
Post by: AMSDOS on 11:39, 18 June 18
Quote from: mr_lou on 15:02, 17 June 18
This isn't working anymore?

I've started carrying around my Ericsson MC218 pocket computer again. Mainly for writing texts in a plain text-editor, but also looking to be able to do other things with it.
I was thinking maybe I could design some CPC graphics while on the go, but there aren't many options. Something HTML/Javascript based might work, if I can download it and run it offline.
Otherwise my options are limited.


Seems to look fine for me even though I'm in a web browser.  You have to click on the Editor Tab near the top next to the Project tab. From there, there is a small button next to the Palette with a + on it. Click that to view the Editor. For the other tabs Project tab selects what language you want output in, Palette to adjust what colours you want and Source code to generate the data for the language specified in the project tab.
Title: Re: RGAS Online sprite editor
Post by: mr_lou on 11:51, 18 June 18
Quote from: AMSDOS on 11:39, 18 June 18Seems to look fine for me even though I'm in a web browser.  You have to click on the Editor Tab near the top next to the Project tab. From there, there is a small button next to the Palette with a + on it. Click that to view the Editor. For the other tabs Project tab selects what language you want output in, Palette to adjust what colours you want and Source code to generate the data for the language specified in the project tab.
Aah... I was missing the + button.  :)
Alright. Next step: See if I get get it running on my old MC218 pocket computer. :-)
Powered by SMFPacks Menu Editor Mod