Author Topic: HP Prime Emulator!!!  (Read 28082 times)

0 Members and 1 Guest are viewing this topic.

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: HP Prime Emulator!!!
« Reply #30 on: July 18, 2013, 10:21:43 am »
Also custome skins are possible ! :D
Lol, I already said that on the previous page. You can also have a borderless skin by ticking the first option in "calculator" (don't know how it is called in English, in French it is "Masquer la barre de titre").
Well, I said that because I modified the original skin in Paint to put the Omni logo on it. :P

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: HP Prime Emulator!!!
« Reply #31 on: August 07, 2013, 08:02:27 am »
Hi all,

Today HP decided to publicly release the latest version of the HP Prime computer software.

As you will be able to see, many many bugs were fixed since the "leaked" pre-release !

You can download it here : http://tiplanet.org/forum/archives_voir.php?id=19496

Enjoy !

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: HP Prime Emulator!!!
« Reply #32 on: August 07, 2013, 10:24:09 am »
Have they announced if they plan to charge for this eventually?
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: HP Prime Emulator!!!
« Reply #33 on: August 07, 2013, 03:09:29 pm »
The version hosted on TI-Planet is the one supposed to be shipped with th calc, so if you install it and it works directly for free... yep :)

I can'treally tell myself since I've been doing upgrades over upgrades... I'm not sure if the whole install process is the same, so...
« Last Edit: August 07, 2013, 03:09:56 pm by adriweb »
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: HP Prime Emulator!!!
« Reply #34 on: August 07, 2013, 03:36:52 pm »
Awesome! I'll try to download it.

By the way, anyone knows how to use colors with text and stuff? The HP Prime manual included with the leaked release only mentionned 4 shades of gray.

Offline bb010g

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 428
  • Rating: +22/-1
  • I do stuff
    • View Profile
    • elsewhere on the net
Re: HP Prime Emulator!!!
« Reply #35 on: August 07, 2013, 04:22:54 pm »
You can give a RGB[A] value to drawing functions. For example, you can do this for a colored hello world:
Code: [Select]
EXPORT hello_world()
BEGIN
RECT();
TEXTOUT_P("Hello World!",50,50,0,RGB(0,136,204));
FREEZE;
END;
« Last Edit: August 07, 2013, 05:32:40 pm by bb010g »
Arch Linux user
Haskell newbie | Warming up to Lua | Being dragged into C++
Calculators: HP 50g, HP 35s, Casio Prizm, TI-Nspire CX CAS, HP 28s, HP Prime, Mathematica 9 (if that counts)
π: 3.14...; l: 108; i: 105; e: 101; l+i+e: 314
THE CAKE IS A LIE IS A PIE

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: HP Prime Emulator!!!
« Reply #36 on: August 08, 2013, 01:21:15 pm »
Seems pretty cool to me. :D

Offline Nosferatu Arucard 1983

  • LV2 Member (Next: 40)
  • **
  • Posts: 28
  • Rating: +6/-0
    • View Profile
Re: HP Prime Emulator!!!
« Reply #37 on: October 26, 2013, 10:01:53 pm »
Tested and running in Linux using Wine.
One of my particular testing was the CAS capabilities of HP Prime, so far I discovery that is the very first retail calculator that use the Residue Theorem to solve some integrals, which is great.
And also the  HP Prime supports some special functions in integrals and derivatives, but so far the capabilities is still a little beyond the Maxima resources.

Offline SpiroH

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 729
  • Rating: +153/-23
    • View Profile
Re: HP Prime Emulator!!!
« Reply #38 on: October 27, 2013, 04:12:22 am »
Hi Nosferatu, nice to see you've logged in after a longish absence.
One of my particular testing was the CAS capabilities of HP Prime, so far I discovery that is the very first retail calculator that use the Residue Theorem to solve some integrals, which is great.
And also the  HP Prime supports some special functions in integrals and derivatives, but so far the capabilities is still a little beyond the Maxima resources.
Actually, some time ago, i've posted a question on exactly the same topic: http://www.omnimaga.org/index.php?PHPSESSID=vljt8bofu8hncj0tvif8tv1e57&topic=15517.msg308279#msg308279
Perhaps later you could provide us with some more answers.