Join us on Discord!
You can help CodeWalrus stay online by donating here.

Walrii fanart [walrus][sprites][pixel art][sprite sheet]

Started by Keoni29, November 22, 2014, 10:44:31 PM

Previous topic - Next topic

0 Members and 5 Guests are viewing this topic.

Dream of Omnimaga

Actually that would be a funny idea for a platformer lol. Not sure how hard it would be, though.
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Unicorn

Why doesn't someone make a Mario clone? I would if I could.
  • Calculators owned: I own all of them: PICKACHUP TI 84+ CSE TI 83+ SE TI something something ??? ??? ??? ??? ???
  • Consoles, mobile devices and vintage computers owned: PICKACHUP ??? ??? ??? ??? ???



??? ??? ??? ??? ???

Dream of Omnimaga

There was one by AssemblyBandit but it was for the CSE and apparently despite his efforts, the CSE proved too slow for such game because there was too much erasing to be done to move sprites around and having an HUD while still featuring scrolling was impossible. It would most likely have to be for the CE, Nspire or HP Prime.
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

CKH4

When I get my prime I might try but scrolling is a pain and I don't even get it well on ti 84 so don't expect much.
  • Calculators owned: TI-83+, TI-84+


Dream of Omnimaga

I have yet to implement it myself. I know how to scroll an entire image or a full screen map around but refreshing all 300 tiles every frame is not the best move, speed-wise.
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

CKH4

In axe I only refresh the tiles that are showing by
If (X>-7)*(Y>-7)*(X<103)*(Y<71)
.spritedrawing command
End
  • Calculators owned: TI-83+, TI-84+


Dream of Omnimaga

YEah the trick is to scroll in the only show the missing row or columns of sprites. But I need to figure out how to detect which side of the screen needs to be updated.
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

CKH4

If you were actually planning to make it then I would scroll by getKey.
  • Calculators owned: TI-83+, TI-84+


Snektron

I would do something where you actually move per-tile, but have an offset you can have for every tile for precision.
Then you can get the tile by (screenPos - offsetPos) / tileSize or something. That way you don't have to loop through the whole map
  • Calculators owned: TI-84+
Legends say if you spam more than DJ Omnimaga, you will become a walrus...


alexgt

Quote from: DJ Omnimaga on May 04, 2015, 12:35:29 PM
I have yet to implement it myself. I know how to scroll an entire image or a full screen map around but refreshing all 300 tiles every frame is not the best move, speed-wise.
I want fast smooth scrolling for MinePrime so I just predraw the world and display parts of that GROB but if you had multiple levels I would have a level pack that has an ICON for the level and a matrix for the actual data.
  • Calculators owned: Ti-84+, Ti-Nspire, Hp Prime, Broken HP Prime, HP 48SX

Dream of Omnimaga

#295
That works too but not on every calc. On the CSE you need to keep screen refresulhing to a minimum. Redrawing such large image elsewhere would cause a CSE Minecraft to drop to 4 fps when scrolling vertically.

EDIT: Also there is now a Walrii themed exactly like CodeWalrus website :P

  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Unicorn

  • Calculators owned: I own all of them: PICKACHUP TI 84+ CSE TI 83+ SE TI something something ??? ??? ??? ??? ???
  • Consoles, mobile devices and vintage computers owned: PICKACHUP ??? ??? ??? ??? ???



??? ??? ??? ??? ???

CKH4

We should make a codewalrus walrus site theme. Show the site through only the colored part of the walrus
  • Calculators owned: TI-83+, TI-84+


Dream of Omnimaga

#298
No thanks. I can't imagine how hard this would be to browse, plus it would make the site even harder to maintain. >.<

Those little walruses would be better off in a game or something :P



@Cumred_Snektron I am surprised there's no hybrid snake walrii using your avatar and Walrii eyes/tusks yet :P
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Unicorn

I like hybrids, they always lose/win. :P
  • Calculators owned: I own all of them: PICKACHUP TI 84+ CSE TI 83+ SE TI something something ??? ??? ??? ??? ???
  • Consoles, mobile devices and vintage computers owned: PICKACHUP ??? ??? ??? ??? ???



??? ??? ??? ??? ???

Powered by EzPortal