Tumgik
#renderific art
renderific · 2 years
Text
Tumblr media
Ela Gloom Hound Skin Fanart Design by Ikumi Nakamura
17 notes · View notes
atariaction · 5 years
Text
Garden: BASIC Tenliners Contest 2019 entry
Tumblr media
A quickie, final entry for the 2019 10-liner BASIC contest: GARDEN.
Inspired by arjanvandermeij's #plottertwitter art "8 bits binary flowers," I wanted to create something similar on the Atari 8-bit. I recently learned how to draw ellipses in my work on Renderiffic, my SVG renderer for Atari 8-bit computers, and learned how to rotate shapes from Bruce Artwick’s book Microcomputer Displays, Graphics and Animation. It was easy to combine the two techniques to draw a garden of elliptical flowers.
The program is just a little screensaver that endlessly draws and erases flowers. It’s not a game, so qualifies for the WILD category of the 10-line contest. It’s only four, 120-character lines in Turbo-BASIC XL. Once I get my 1020 plotter back from the fixit guy, I’ll make a version that draws these shapes on paper.
'inspired by @arjanvandermeij's "8 bits binary flowers" 'https://twitter.com/arjanvandermeij/status/1108485237296762880 GRAPHICS 8+16:POKE 710,0 MAXX=319:MAXY=191 W=4:H=12.5 DO FOR YAXIS=40 TO MAXY-W STEP 30 FOR XAXIS=40 TO MAXX-H STEP 30 IF(RAND(10)=0) X=XAXIS:Y=YAXIS X1=X+W:Y1=Y+H COLOR 0 FOR YY=YAXIS-H TO YAXIS+H PLOT XAXIS-H,YY DRAWTO XAXIS+H,YY NEXT YY COLOR 1 FOR ANGLE=0 TO 157.5 STEP 22.5 IF (RAND(2)=0) RADANG=ANGLE*.01745:'CONVERT DEGREES TO RADIANS FOR A = 0 TO 6.28318 STEP 2/H X1=X+COS(A)*W Y1=Y+SIN(A)*H 'Rotation code from Bruce Artwick's book 'Microcomputer Displays, Graphics and Animation ROTX=XAXIS+((X1-XAXIS)*COS(RADANG)-(Y1-YAXIS)*SIN(RADANG)) ROTY=YAXIS+((X1-XAXIS)*SIN(RADANG)+(Y1-YAXIS)*COS(RADANG)) IF (A=0) PLOT ROTX,ROTY IX=ROTX:IY=ROTY ELSE DRAWTO ROTX,ROTY ENDIF NEXT A DRAWTO IX,IY ENDIF NEXT ANGLE ENDIF NEXT XAXIS NEXT YAXIS LOOP
0 notes
renderific · 1 year
Text
Tumblr media
Zofia Light Hound Skin Fanart Design by Ikumi Nakamura
17 notes · View notes
renderific · 3 months
Text
I've made a Patreon! From $2 a month, you could access:
- Polls on emotes, fanart, stickers and more
- Access to HD fanart and wallpapers
- Merch sneak peeks!
From $3 a month
- Everything plus exclusive uncensored NSFW art! You'll find content from Rainbow Six: Siege, Baldur's Gate, Dungeons and Dragons and many more of my favourite interests. Please consider becoming a patron! Also, you'll see more posts coming from me in the coming year, I've been privately improving my art to the point of feeling comfortable to post it online!
patreon.com/renderific
Tumblr media
2 notes · View notes