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

[Minecraft] [HP Prime] MinePrime - Minecraft on a Hp Prime!

Started by alexgt, April 20, 2015, 12:22:42 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Snektron

It's a service that allows you to render on the screen outside of the app. Maybe with a bit of hacking you can get the offset of the menu, and what menu the phone is in. Then you can calculate the position of an app icon and render something there. Though it sounds like its not really gping to work very well.
  • Calculators owned: TI-84+
Legends say if you spam more than DJ Omnimaga, you will become a walrus...


alexgt

  • Calculators owned: Ti-84+, Ti-Nspire, Hp Prime, Broken HP Prime, HP 48SX

Dream of Omnimaga

Quote from: Cumred_Snektron on May 20, 2015, 01:44:41 PM
Oh thats cool. I wish android had the possibility to have dynamic icons, though that would probably be too heavy :/
Can't you change the icons of apps that you create, though? Or do you mean icons that change based on certain guidelines? (eg if you got a new message the icon becomes red)
  • 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
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Snektron

Yeah you can change the icon, but thats not suitable for continuous updating. That actually removes and reinstalls a shortcut. Would be a bit bad to do that 10 or more times a second.
  • Calculators owned: TI-84+
Legends say if you spam more than DJ Omnimaga, you will become a walrus...


timwessman

Quote from: DJ Omnimaga on May 19, 2015, 04:02:16 AM
Yeah it uses compression. I wonder if it's like RLE compression?

You were right. I'd compltetely forgotten there was compression in there. Yes, it was an RLE.

Sorry for the wrong info. Either way, don't use ICON. :-)

TW

Although I work for the HP calculator group, the comments and opinions I post here are my own.

Dream of Omnimaga

But what about storage? Because an RPG will grow fast at a dramatic rate with GROB >.<. I would rather sacrify 250 KB in ICON then temporarily copy them in a 10 MB GROB that will be cleared in my exit code than have a program permanently take 10 MB even when not running.

Besides, if ICON use is discouraged, then why did HP implement it in the first place in the 2nd firmware? ???
  • 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
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

alexgt

Me thinks Tim was talking about in an App :). Please correct if I am wrong :)
  • Calculators owned: Ti-84+, Ti-Nspire, Hp Prime, Broken HP Prime, HP 48SX

bb010g

Quote from: DJ Omnimaga on May 21, 2015, 11:18:17 PM
Besides, if ICON use is discouraged, then why did HP implement it in the first place in the 2nd firmware? ???
Temporary solution?
  • Calculators owned: HP 50g, Prime, 28S, 35S, Casio Prizm, dead Nspire CX CAS

Dream of Omnimaga

But then it would kinda suck if they encouraged people to use icon back then and that some programs got updated to use it, then HP ended up deciding to remove support for it in new firmwares. Many old programs would then stop working.

It's definitively nice to have it for storage. If it gets removed, then users will only be able to store about 10-50 mViewer pictures on their calc.
  • 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
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

alexgt

Yeah, I really like having custom names with ICONs, can you make custom GROB names?
  • Calculators owned: Ti-84+, Ti-Nspire, Hp Prime, Broken HP Prime, HP 48SX

Dream of Omnimaga

Nah we can't, sadly, but you can get around that by commenting code before your image data and stuff. It usually helps.
  • 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
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

alexgt

That is sad... it would be nice if you could make vars and do:
LOCAL TEST;
DIMGROB_P(TEST,320,240);

but you can't which is sad :'(
  • Calculators owned: Ti-84+, Ti-Nspire, Hp Prime, Broken HP Prime, HP 48SX

Dream of Omnimaga

Yeah true. Oh well, I'm glad that at least this language is so fast. Minecraft scrolling speed definitively speaks for itself.
  • 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
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

alexgt

This will be worked on more once summer vacation starts and the 4x3 contest is over :).

Though in the summer I have two camps that I can't use access CW for a total of 3 weeks <_<. And also I can't use my calc <_< <_< <_<. Hopefully I will be able o remember what the heck I was doing with code after then...
  • Calculators owned: Ti-84+, Ti-Nspire, Hp Prime, Broken HP Prime, HP 48SX

Dream of Omnimaga

Lol I hope you return after the camp thing. Anyway glad that you still plan to work on this soon. I was wondering how it was progressing actually. :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
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Powered by EzPortal