Graphic performance test : TI-Nspire CX II, NumWorks N0100 & N0110, HP Prime G1 & G2

Subscribers:
497
Published on ● Video Link: https://www.youtube.com/watch?v=JTU-3AlIIs8



Duration: 16:33
5,880 views
45


Top row : HP Prime G1 + HP Prime G2
Bottom row : TI-Nspire CX II CAS + NumWorks N0100 + NumWorks N0110

Mandelbrot fractal using complex numbers.

1st : NumWorks N0110
2nd : NumWorks N0100
3rd : HP Prime G2
4th : HP Prime G1
5th : TI-Nspire CX II CAS

NumWorks code :
from kandinsky import *
def mb(n,w=320,h=222):
for x in range(w):
for y in range(h):
z=0
d=3.5*x/(w-1)-2.5-2.5j*y/(h-1)+1.25j
k=0
while k {less than} n and abs(z) {less than} 2:
k=k+1
z=z*z+d
t=int(255*k/n)
c=color(int(t),int(t*0.75),int(t*0.25))
set_pixel(x,y,c)

HP Prime code :
EXPORT mb(n,w,h) BEGIN
LOCAL x,y,z,d,k,t,c;
FOR x FROM 0 TO w-1 DO
FOR y FROM 0 TO h-1 DO
z:=0;
d:=3.5*x/(w-1)-2.5-2.5**y/(h-1)+1.25*;
k:=0;
WHILE k{less than}n and abs(z){less than}2 DO
k:=k+1;
z:=z*z+d;
END;
t:=IP(255*k/n);
c:=RGB(IP(t),IP(t*0.75),IP(t*0.25));
PIXON_P(x,y,c);
END;
END;
WAIT();
END;




Other Videos By Xavier Andréani


2019-12-24Eurotronics Berlitz Interpreter 2 TR550 - self test
2019-12-19NES MegaMan V intro / NumWorks N0110 : nofrendo emulator + Delta firmware
2019-12-18Casio Graph 90+E + OpenJazz Jackrabbit : playthrough Episode 1 Diamondus Levels 1-2+Bonus
2019-12-01HP Prime + Clock3D
2019-09-25NumWorks N0110 + NES emulator : Saint Seiya intro
2019-08-30Annonce calculatrice tactile Android Lexibook GC143FR
2019-08-28Casio cfx-9900GC (graphique couleur) - publicité 1993
2019-08-26TI-84 Plus CE-T revisions pre-M & M : Flash performances test
2019-08-26TI-84 Plus CE-T revisions pre-M & M : exam mode activation
2019-08-26TI-84 Plus CE-T revisions pre-M & M : exam mode activation (Europe)
2019-08-06Graphic performance test : TI-Nspire CX II, NumWorks N0100 & N0110, HP Prime G1 & G2
2019-07-12TI-83 Premium CE & Python Edition + Advanced Wait State Changer : Flash performances test
2019-06-30TI-83 Premium CE & Python Edition : exam mode activation
2019-06-28TI-83 Premium CE & Edition Python : Flash performances test
2019-02-02TI-82 Advanced LED controlled with Omnicalc app
2018-10-13TI-Nspire/NumWorks : NES NTSC performances comparison (overclock)
2018-10-13TI-Nspire/NumWorks : NES NTSC performances comparison (no overclock)
2018-10-06TI-Nspire/NumWorks : NES performances comparison
2018-10-02NumWorks N0100 + NES emulator : Zelda II intro
2018-02-27Nanoloader PoC #2 - TI-Nspire CX boot manager compatible CR4+ / W+ hardware
2018-02-27Nanoloader PoC - TI-Nspire CX boot manager compatible CR4+ / W+ hardware