pixelchipcode's profile picture. Code + Math + Pixels 
GameMaker | Aseprite | Lovely Composer
http://pixelchipcode.itch.io

Oliver

@pixelchipcode

Code + Math + Pixels GameMaker | Aseprite | Lovely Composer http://pixelchipcode.itch.io

Just some random, rainy day coding in #GameMaker #gml


var t = current_time / 1000;for (var i = 0; i < 360; i += 0.5) {var r = (i * 1.5) * (1.5 + 1.5 * sin(t/5)); var xx = room_width / 2 + cos(i + t) * r;var yy = room_height / 2 + sin(i + t) * r;draw_circle(xx + sin(r) * 10, yy + cos(r) * 10, 2, false);} #GameMaker #gml


var t=current_time/600; for(var i=0;i<room_width;i+=3){ for(var j=0;j<room_height;j+=3){ var z=sin(i/40+t)*cos(j/40-t)*20; var n=sin(i/20+cos(t))*sin(j/20+sin(t))*15; draw_point(i+z+n*sin(t),j+z+n*cos(t)); } } #GameMaker #gml #creativecoding



Ever needed a breathing text effect in GameMaker? Me either, but here it is: pastebin.com/6yK3Ci3n #GameMaker #GML #CreativeCoding


still can't get this to run without stability errors

pixelchipcode's tweet image. still can&apos;t get this to run without stability errors

Trippy Text Effect in GameMaker. Download, customise, enjoy: pastebin.com/Cz1Ftreu #GameMaker #GML


Super quick dripping paint effect in GameMaker, minimal code : pastebin.com/LQE9aGJi #GameMaker #GML #PixelPaint


Made a little warp drive style loop thing in GameMaker. Feel free to download, remix, or totally break it: pastebin.com/i2UrxcKn #GameMaker #GML #CreativeCoding #IndieDev


Made a pseudo-3D solar system in #GameMaker You can tilt/zoom/rotate the camera, with clickable objects and a simple occlusion effect (where objects/paths in front hide those behind). Download, tweak it, rework it. pastebin.com/23EJTDKN #gamedev #creativecoding #indiedev #gml


Fireflies following simple Lissajous curves in GameMaker. Each moves in a smooth, looping path with a soft glow that fades in and out. Feel free to download, remix, break, or create something entirely new with the code : pastebin.com/r9aB7CmY #GameMaker #GML #CreativeCoding


//draw for(i=0;i<room_width;i++)for(j=0;j<room_height;j++)draw_point_color(i,j,make_color_hsv((sin(i/40+j/50)+cos(j/30-i/60)+sin((i-j)/45+current_time/1000)+3)*42,255,200+cos(i/70-j/80+current_time/1500)*55)); #GameMaker #GML


Some random GameMaker code snippets used for some of the animations here, feel free to download and play around with them : pastebin.com/SUkRyxJf #PixelArt #GameDev #CreativeCoding #GameMaker #GML #IndieDev #MonitoringStation


United States Trends

Loading...

Something went wrong.


Something went wrong.