NewRPL: Draw commands
|
06-06-2019, 01:38 PM
(This post was last modified: 06-06-2019 01:52 PM by compsystems.)
Post: #1
|
|||
|
|||
NewRPL: Draw commands
Hello, it would be very interesting to incorporate drawing commands to motivate more users to use NewRPL.
For example TI-Nspire: DrawArc 20, 20, 100, 100, 0, 90 NewRPL: 20 20 100 100 0 90 DrawArc TI-Nspire: xlist := {0, 200, 150, 0} ylist := {10, 20,150, 10} DrawPoly xlist, ylist NewRPL: {0, 200, 150, 0} 'xlist' STO {10, 20, 150, 10} 'ylist' STO xlist ylist DrawPoly Source https://education.ti.com/html/webhelp/EG...ommand.htm Another option is to adapt Python graphics syntax to RPL PHP Code: def modf(a,b): |
|||
06-06-2019, 02:25 PM
(This post was last modified: 06-06-2019 02:26 PM by JoJo1973.)
Post: #2
|
|||
|
|||
RE: NewRPL: Draw commands
If you look the sources on Sourceforge you'll see that a sophisticated graphical library is in the making.
So, keep the faith! |
|||
06-06-2019, 02:54 PM
(This post was last modified: 06-06-2019 02:54 PM by compsystems.)
Post: #3
|
|||
|
|||
RE: NewRPL: Draw commands | |||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)