[VG5000] picture editor like cgedit (mz700)

Couvre tous les domaines de l'émulation ou de la virtualisation ainsi que les discussions sur les divers outils associés.

Modérateurs : Papy.G, fneck, Carl

Avatar de l’utilisateur
nitrofurano
Messages : 95
Inscription : 26 juil. 2013 15:30
Localisation : Porto
Contact :

[VG5000] picture editor like cgedit (mz700)

Message par nitrofurano »

Do anyone know any cross-picture-editor for VG5000 similar to cgedit? ( http://www.openspc2.org/~bgm/CG700/index.html - it runs fine on Wine, btw )

(btw, talking about cgedit, here is some stuff made from that: http://text-mode.tumblr.com/tagged/SharpSCII - i guess more can be find somewhere at http://twitter.com/youkan700 , http://twitter.com/kirai_s , http://twitter.com/ktwfc , http://twitter.com/mtchocolate , etc. - so woud be really great seeing similar stuff made for VG5000/Alice32-90 vdp! ;) )
Avatar de l’utilisateur
nitrofurano
Messages : 95
Inscription : 26 juil. 2013 15:30
Localisation : Porto
Contact :

Re: [VG5000] picture editor like cgedit (mz700)

Message par nitrofurano »

i found some code sketch, or mockup, about how would be such editor:
Image
http://pastebin.com/raw/rHLDS8J6
of course that a lot need to be improved and become more accurate (load, save, import, export, text/“setet” x2 scale, multicolor, etc.), and perhaps it might have ideas for people that wanted to develop a similar editor
it would be like cgedit, rexpaint, etc. - i guess it is really needed for VG5000 (actually it is really needed for me! :D )
Avatar de l’utilisateur
nitrofurano
Messages : 95
Inscription : 26 juil. 2013 15:30
Localisation : Porto
Contact :

Re: [VG5000] picture editor like cgedit (mz700)

Message par nitrofurano »

a small update: (still not usable)
Image
http://pastebin.com/raw/rZA6mLXb
Avatar de l’utilisateur
nitrofurano
Messages : 95
Inscription : 26 juil. 2013 15:30
Localisation : Porto
Contact :

Re: [VG5000] picture editor like cgedit (mz700)

Message par nitrofurano »

another small update
http://pastebin.com/raw/Q108T0kG
Image
Avatar de l’utilisateur
Mokona
Messages : 1040
Inscription : 17 déc. 2016 22:01
Localisation : Nord Est des Yvelines
Contact :

Re: [VG5000] picture editor like cgedit (mz700)

Message par Mokona »

Considering your first message, I was not sure you were creating the editor. Are you?

Is this in SDL Basic ?
Avatar de l’utilisateur
nitrofurano
Messages : 95
Inscription : 26 juil. 2013 15:30
Localisation : Porto
Contact :

Re: [VG5000] picture editor like cgedit (mz700)

Message par nitrofurano »

while i’m not finding, i’m trying to develop one (a bit slowly i confess)

it’s in sdlBasic indeed - on GNU/Linux it uses Zenity for accessing the file manager via command-line (on other operating systems i have no idea how to do that) - the binary format used is still embryonic, and no setet/seteg bitmaps there yet as well, and the editor still doesn’t edit setet/seteg yet

i might recode it in Python-Pygame or Löve (Lua+SDL) soon, but i have no idea when i’ll do it

besides getting a minimally useful editor, would be great if anyone could get ideas from this one (and whatever similar editors), and perhaps improving it a lot, and using other technologies (like using html5, java, lazarus/delphi, etc.)
Avatar de l’utilisateur
nitrofurano
Messages : 95
Inscription : 26 juil. 2013 15:30
Localisation : Porto
Contact :

Re: [VG5000] picture editor like cgedit (mz700)

Message par nitrofurano »

another small improvement... (almost able to edit setet/seteg)
Image
https://pastebin.com/raw/FrrUcd6Q
Avatar de l’utilisateur
nitrofurano
Messages : 95
Inscription : 26 juil. 2013 15:30
Localisation : Porto
Contact :

Re: [VG5000] picture editor like cgedit (mz700)

Message par nitrofurano »

a minimally working version:
https://pastebin.com/raw/23SXTDjq
Image
now we can edit setet/seteg, load and save - i’ll try to test it more
Avatar de l’utilisateur
nitrofurano
Messages : 95
Inscription : 26 juil. 2013 15:30
Localisation : Porto
Contact :

Re: [VG5000] picture editor like cgedit (mz700)

Message par nitrofurano »

Image
Avatar de l’utilisateur
Mokona
Messages : 1040
Inscription : 17 déc. 2016 22:01
Localisation : Nord Est des Yvelines
Contact :

Re: [VG5000] picture editor like cgedit (mz700)

Message par Mokona »

Nice. From where are you loading the picture ?
Avatar de l’utilisateur
Carl
Modérateur
Messages : 13253
Inscription : 08 avr. 2007 13:21
Localisation : http://www.doledujura.fr
Contact :

Re: [VG5000] picture editor like cgedit (mz700)

Message par Carl »

Great job !

Carl
Avatar de l’utilisateur
nitrofurano
Messages : 95
Inscription : 26 juil. 2013 15:30
Localisation : Porto
Contact :

Re: [VG5000] picture editor like cgedit (mz700)

Message par nitrofurano »

thanks! :)

i remade it on my own, using this editor i started to code on sdlBasic (see that the editor is still very far for decently usable, but was enough for making this one - so i guess anyone is invited to improve it, or coding an editor better than this one! ;) )

i’m sharing as attachment in this message the resulting file

it allows saving and loading, but i didn’t test it anywhere else, like using it on Boriel’s ZX-Basic Compiler

the format is a mere dump of setet+seteg+text+attribute areas (960+960+1000+1000 bytes = 3920 bytes)

(i didn’t try to analyze Salut l’Artiste format enough yet, it looks a bit confusing for now, i wonder why it used 6kb when 4kb was enough...)
Pièces jointes
LeFouVolant.scr.zip
(975 octets) Téléchargé 155 fois
Dernière modification par nitrofurano le 29 mars 2017 23:09, modifié 1 fois.
Avatar de l’utilisateur
nitrofurano
Messages : 95
Inscription : 26 juil. 2013 15:30
Localisation : Porto
Contact :

Re: [VG5000] picture editor like cgedit (mz700)

Message par nitrofurano »

Image
Avatar de l’utilisateur
nitrofurano
Messages : 95
Inscription : 26 juil. 2013 15:30
Localisation : Porto
Contact :

Re: [VG5000] picture editor like cgedit (mz700)

Message par nitrofurano »

perhaps we could extract these pictures from .mrx files, couldn’t we? :D (i imagine that .mrx files also contains ef9345 memory dump?)
but anyway, i think i’m not “losing time” using this “editor”, since i need to test it as well
Avatar de l’utilisateur
nitrofurano
Messages : 95
Inscription : 26 juil. 2013 15:30
Localisation : Porto
Contact :

Re: [VG5000] picture editor like cgedit (mz700)

Message par nitrofurano »

playing around a bit more...
Image
Image
Répondre