Author Topic: Pixelscape: online sprite and tilemap editor  (Read 32067 times)

0 Members and 1 Guest are viewing this topic.

Offline TheMachine02

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 452
  • Rating: +105/-0
  • me = EF99+F41A
    • View Profile
Re: [INDEV] Pixelscape: online sprite and tilemap editor
« Reply #30 on: June 12, 2012, 12:19:01 pm »
Wow... that great (I use firefox and the bug was *****  >:D)
Else, I love this...
« Last Edit: June 12, 2012, 12:19:11 pm by TheMachine02 »
AXE/asm programmer - unleash the power of z80 //C++//C

epic 3D things http://www.ntu.edu.sg/home/ehchua/programming/opengl/CG_BasicsTheory.html

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: [INDEV] Pixelscape: online sprite and tilemap editor
« Reply #31 on: June 14, 2012, 12:35:35 pm »
ooh, ooh, are you going to include support for bitmaps ever, deep?

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: [INDEV] Pixelscape: online sprite and tilemap editor
« Reply #32 on: June 14, 2012, 02:49:20 pm »
What do you mean by bitmaps?

If you mean arbitrary-size sprites, then no, not planned.

If you mean uploading an image, I'm planning to add an upload feature to read a Pic variable as an Axe-style tilemap (twelve tiles across, however many tiles down).

If you mean exporting the tilemap as an image, that's a really great idea I hadn't thought of.
« Last Edit: June 17, 2012, 12:25:40 am by Deep Thought »




Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: [INDEV] Pixelscape: online sprite and tilemap editor
« Reply #33 on: June 14, 2012, 05:57:54 pm »
i meant importing and exporting bitmaps in a sourcecoder-like fashion.
« Last Edit: June 14, 2012, 05:58:41 pm by shmibs »

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: [INDEV] Pixelscape: online sprite and tilemap editor
« Reply #34 on: June 16, 2012, 12:37:08 am »
deep, what formatting are you planning on for exporting axe source programs?

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: [INDEV] Pixelscape: online sprite and tilemap editor
« Reply #35 on: June 16, 2012, 01:19:52 pm »
i meant importing and exporting bitmaps in a sourcecoder-like fashion.
That's a good idea. I'll work on it later.
deep, what formatting are you planning on for exporting axe source programs?
It already exports as Axe source, just no sample tilemapping code yet because I'm not sure what it would do.

It's exported as a single Axe source program containing first the sprites, then the map, all stored to Static vara in sequential order.

If you select an RLE setting, the map is store with run-length encoding, either nibble-sized (max of 16 sprites) or byte-based (max of 256).

EDIT: Fixed stupid bug reported by shmibs. Exporting for Axe actually works now.
« Last Edit: June 17, 2012, 12:37:43 am by Deep Thought »




Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: [INDEV] Pixelscape: online sprite and tilemap editor
« Reply #36 on: June 17, 2012, 04:07:51 pm »
Update

New:
  • Keyboard controls - Ctrl+S to save, Ctrl+O to open, = to add sprite, - to delete sprite, and so on
  • Visible switcher (between sprite- and tilemap-editing modes)
Changed:
  • Load renamed to Open - Ctrl+O makes more sense that way

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: [INDEV] Pixelscape: online sprite and tilemap editor
« Reply #37 on: June 18, 2012, 11:52:43 am »
Just tried it, it's nice!
Now you just have to add keyboard controls for the tilemap part :P

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: [INDEV] Pixelscape: online sprite and tilemap editor
« Reply #38 on: June 18, 2012, 03:11:01 pm »
I ... completely forgot about that.




Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: [INDEV] Pixelscape: online sprite and tilemap editor
« Reply #39 on: June 25, 2012, 03:06:14 pm »
Finally added uploading.

Update

New:
  • Upload sprites, maps, or both

Valid uploads are 8XV files generated by tileIt! or Pixelscape. For tileIt! appvars, it accepts either sprite data or map data—it'll automatically detect which one it is and update only that part of your project. (Appvar files generated by Pixelscape contain both the sprite and map appvars.)

Offline flyingfisch

  • I'm 1337 now!
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1620
  • Rating: +94/-17
  • Testing, testing, 1...2...3...4...5...6...7...8..9
    • View Profile
    • Top Page Website Design
Re: [INDEV] Pixelscape: online sprite and tilemap editor
« Reply #40 on: June 25, 2012, 03:26:44 pm »
could this have a luaFX feature too? (I cant tell you exactly how luaFX sprites are created, i think veb would be a better person.)



Quote from: my dad
"welcome to the world of computers, where everything seems to be based on random number generators"



The Game V. 2.0

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: [INDEV] Pixelscape: online sprite and tilemap editor
« Reply #41 on: June 25, 2012, 05:14:57 pm »
it works =D
edit: saving seems to have been borked in the process, though.
« Last Edit: June 25, 2012, 05:21:25 pm by shmibs »

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: [INDEV] Pixelscape: online sprite and tilemap editor
« Reply #42 on: June 26, 2012, 01:57:52 am »
could this have a luaFX feature too? (I cant tell you exactly how luaFX sprites are created, i think veb would be a better person.)
Not sure... Are they 8x8 monochrome?
it works =D
Yay. I hadn't actually tested individual app are generated by tileIt! yet. Glad to know it works XD
edit: saving seems to have been borked in the process, though.
What's wrong? Everything seems to work for me. Do you mean with saving online or downloading?




Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: [INDEV] Pixelscape: online sprite and tilemap editor
« Reply #43 on: June 26, 2012, 02:06:03 am »
downloading as appvar. when i did it just now, it was coming up corrupted in tileIt!
i thought it might be my fault, so i downloaded again and then uploaded back to your editor, with the same results, and that time the variable wouldn't even send (it was crashing wabbit/tilem)

what i did exactly was upload two appvars (which appeared to work properly), exported them to another appvar, reloaded the tab, and then uploaded the one it just exported. it looks like the attached picture, and the map didn't show up at all. everything past the 8th tile appears to be shifted up
EDIT: by the way, shift buttons would be a nice feature to add =)
« Last Edit: June 26, 2012, 02:07:51 am by shmibs »

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: [INDEV] Pixelscape: online sprite and tilemap editor
« Reply #44 on: June 26, 2012, 02:20:13 am »
Eek, I'll fix it as soon as i get the chance. It's weird though, because all the testing I've done with uploading has been with files exported from Pixelscape, and those files weren't corrupted.

Come to think of it, there was a weird bug where $0D bytes get randomly replaced by $0A when downloaded. I had absolutely no idea what was going on with that, because the files on the server were correct, and only a few of the $0D bytes were getting swapped, not all, and yet the behavior was consistent across different browsers o.O