FORUM DE DISCUSSION SUR LE LANGAGE PANORAMIC
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
FORUM DE DISCUSSION SUR LE LANGAGE PANORAMIC

Développement d'applications avec le langage Panoramic
 
AccueilAccueil  RechercherRechercher  Dernières imagesDernières images  S'enregistrerS'enregistrer  MembresMembres  Connexion  
Derniers sujets
» Logiciel de planétarium.
Tête inversible Emptypar Pedro Aujourd'hui à 8:08

» Un autre pense-bête...
Tête inversible Emptypar Froggy One Jeu 21 Nov 2024 - 15:54

» Récupération du contenu d'une page html.
Tête inversible Emptypar Pedro Sam 16 Nov 2024 - 14:04

» Décompilation
Tête inversible Emptypar JL35 Mar 12 Nov 2024 - 19:57

» Un album photos comme du temps des grands-mères
Tête inversible Emptypar jjn4 Mar 12 Nov 2024 - 17:23

» traitement d'une feuille excel
Tête inversible Emptypar jjn4 Jeu 7 Nov 2024 - 3:52

» Aide-mémoire mensuel
Tête inversible Emptypar jjn4 Lun 4 Nov 2024 - 18:56

» Des incomprèhension avec Timer
Tête inversible Emptypar Klaus Mer 30 Oct 2024 - 18:26

» KGF_dll - nouvelles versions
Tête inversible Emptypar Klaus Mar 29 Oct 2024 - 17:58

» instructions panoramic
Tête inversible Emptypar maelilou Lun 28 Oct 2024 - 19:51

» Figures fractales
Tête inversible Emptypar Marc Ven 25 Oct 2024 - 12:18

» Panoramic et Scanette
Tête inversible Emptypar Yannick Mer 25 Sep 2024 - 22:16

» Editeur d étiquette avec QR évolutif
Tête inversible Emptypar JL35 Lun 23 Sep 2024 - 22:40

» BUG QR Code DelphiZXingQRCode
Tête inversible Emptypar Yannick Dim 22 Sep 2024 - 11:40

» fichier.exe
Tête inversible Emptypar leclode Ven 20 Sep 2024 - 19:02

Navigation
 Portail
 Index
 Membres
 Profil
 FAQ
 Rechercher
Rechercher
 
 

Résultats par :
 
Rechercher Recherche avancée
Novembre 2024
LunMarMerJeuVenSamDim
    123
45678910
11121314151617
18192021222324
252627282930 
CalendrierCalendrier
-25%
Le deal à ne pas rater :
PC Portable Gamer 16,1” HP Victus 16 – 16 Go /512 Go
749.99 € 999.99 €
Voir le deal

 

 Tête inversible

Aller en bas 
2 participants
AuteurMessage
Parpaiun

Parpaiun


Nombre de messages : 192
Age : 85
Localisation : HERAULT
Date d'inscription : 15/04/2015

Tête inversible Empty
MessageSujet: Tête inversible   Tête inversible EmptyLun 11 Avr 2016 - 17:37

Et voici ma seconde surprise de l'année. Lancez mon programme et regardez:
vous avez la tête de Totor qui est un garçon. Pour voir l'autre, imprimez l'image en couleurs et tournez la feuille de papier de 180 degrés. Vous avez la tête de Titine qui est une fille. Marrant non ?
Code:

'                        TETE INVERSIBLE
'  Auteur: parpaiun
'  Date-version: 10/04/2016
'
' Pour PANORAMIC, il existe deux types d'arcs:
' EXTARC = arc à tracé externe au centre de rotation pouvant être visible. Pas de suivi.
' INTARC = arc à centre de rotation calculé, externe et pouvant être invisible.
'                Le point de départ est intégré au tracé et le suivi est assuré.
'
width 0,425 : height 0,700
label calcul1,calcul2
dim ang,B,cx,cy,dd,G,ln,R,rad,x,y
rad=0.01745
cx=200 : cy=310
'
' Ovale-tête
2d_pen_width 2
ellipse(cx,cy,100,150)
'
' Yeux
dim mx(4),my(4)
ln=36
mx(1)=30 : my(1)=10
droite(mx(1),my(1),225,ln,0)
mx(2)=x : my(2)=y
droite(x,y,315,ln,0)
mx(3)=x : my(3)=y
' Oeil gauche
extarc(mx(1)+120,my(1)+275,ln,225,315,1)
extarc(mx(3)+120,my(3)+275,ln,45,135,1)
2d_circle 151,cy+1,10
2d_circle 151,cy+1,2
' Oeil droit
extarc(mx(1)+220,my(1)+275,ln,225,315,1)
extarc(mx(3)+220,my(3)+275,ln,45,135,1)
2d_circle 251,cy+1,10
2d_circle 251,cy+1,2
'
' Bouche du bas
extarc(cx,cy+30,70,243,297,1)
droite(cx-30,cy+89,225,10,1)
droite(cx+30,cy+89,310,10,1)
'
' Extrémités nez du bas
extarc(cx+3,cy+45,20,153,207,1)
extarc(cx-3,cy+45,20,333,27,1)
'
' Extrémités nez du haut
extarc(cx+5,cy-40,20,153,207,1)
extarc(cx-5,cy-40,20,333,27,1)
'
' Bouche du haut
extarc(cx,cy-55,40,54,126,1)
droite(cx+22,cy-84,45,10,1)
droite(cx-20,cy-85,135,10,1)
'
' Oreille gauche
intarc(cx-98,cy-30,30,108,252,1)
2d_flood cx-108,cy,255,207,169
'
' Oreille droite
intarc(cx+98,cy+26,30,288,72,1)
2d_flood cx+108,cy,255,207,169
'
' Coloration du visage
2d_flood cx,cy,255,207,169
'
' 1/2 cravate papillon gauche
2d_circle cx,cy+190,30
2d_circle cx,cy+190,15

intarc(cx-40,cy+139,40,185,240,1)
droite(x,y,160,120,1)
droite(x,y,270,135,1)
droite(x,y,25,125,1)
'
' 1/2 cravate papillon droit
intarc(cx+42,cy+139,41,355,300,-1)
droite(x,y,23,120,1)
droite(x,y,270,135,1)
droite(x,y,158,125,1)
'
' Coloration de la cravate papillon
dd=12
2d_circle cx-60,cy+190,dd
2d_flood cx-60,cy+190,255,255,0
2d_circle cx-110,cy+165,dd
2d_circle cx-110,cy+225,dd
'
2d_circle cx+60,cy+190,dd
2d_circle cx+110,cy+165,dd
2d_circle cx+110,cy+220,dd
'
2d_flood cx,cy+190,0,255,255
2d_flood cx-80,cy+190,0,255,255
2d_flood cx+80,cy+190,0,255,255
'
' Béret de marin à pompon
intarc(cx+70,cy-155,50,140,180,1)
intarc(cx-60,cy-120,50,0,44,1)
2d_line cx,cy-157,cx+100,cy-157
intarc(cx+100,cy-157,15,270,90,1)
2d_line x,y,cx-105,y
intarc(cx-100,y,15,90,270,1)
2d_line x,y,cx,cy-157
2d_circle cx,cy-213,25
2d_flood cx,cy-213,255,0,0


END
' ==========================================================================
sub ellipse(elx,ely,rx,ry)
dim_local pi,t
pi=acos(-1) : rad=pi/180
2d_poly_from elx+rx,ely
for t=0 to 2*pi step rad
x=elx+rx*cos(t) : y=ely+ry*sin(t)
2d_poly_to x,y
next t
END_SUB

SUB droite(dx,dy,da,dl,dt)
dim_local i
for i=1 to dl
R=0 : G=0 : B=0
if dt=0 then R=255 : G=255 : B=255
2d_pen_color R,G,B
if i=1
 2d_poly_from dx,dy
else
 2d_poly_to dx,dy
end_if
dx=dx+cos(da*rad) : dy=dy+sin(-1*da*rad)
next i
x=dx : y=dy
END_SUB

SUB extarc(ex,ey,er,ed,ea,et)
ang=ed
calcul1:
x=ex+er*cos(ang*rad)
y=ey+er*sin(-1*ang*rad)
R=0 : G=0 : B=0
if et=0 then R=255 : G=255 : B=255
2d_pen_color R,G,B
if ang=ed
 2d_poly_from x,y
else
 2d_poly_to x,y
end_if
if ang=ea then exit_sub
if et=1
 ang=ang+1 : if ang=360 then ang=0
else
 if ang=0 then ang=360
 ang=ang-1
 end_if
goto calcul1
END_SUB

SUB intarc(ix,iy,ir,id,ia,it)
dim_local icx,icy
icx=int(ix-(ir*cos(id*rad)))
icy=int(iy-(ir*sin(-1*id*rad)))
ang=id
calcul2:
x=int(icx+ir*cos(ang*rad))
y=int(icy+ir*sin(-1*ang*rad))
R=0 : G=0 : B=0
if it=0 then R=255 : G=255 : B=255
2d_pen_color R,G,B
if ang=id
 2d_poly_from x,y
 else
 2d_poly_to x,y
end_if
if ang=ia then EXIT_SUB
if it=1
 ang=ang+1: if ang=360 then ang=0
else
 if ang=0 then ang=360
  ang=ang-1
end_if
goto calcul2
END_SUB


lol! lol! lol! lol! lol!
Revenir en haut Aller en bas
Jean Claude

Jean Claude


Nombre de messages : 5950
Age : 70
Localisation : 83 Var
Date d'inscription : 07/05/2009

Tête inversible Empty
MessageSujet: Re: Tête inversible   Tête inversible EmptyLun 11 Avr 2016 - 19:14

lol!
Revenir en haut Aller en bas
 
Tête inversible
Revenir en haut 
Page 1 sur 1
 Sujets similaires
-
» ROBLARECUB (casse-tête)
» Un nouveau casse tête chinois
» Casse-tête : Echanger les positions des cavaliers

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
FORUM DE DISCUSSION SUR LE LANGAGE PANORAMIC :: PANORAMIC :: Les inutilitaires-
Sauter vers: