
Oliver
@pixelchipcode
Code + Math + Pixels GameMaker | Aseprite | Lovely Composer http://pixelchipcode.itch.io
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
anagram shift effect in #GameMaker pastebin.com/kDHFKz5Y #gml #texteffect #creativecoding
a simple type out and push up text effect for #GameMaker download :: pastebin.com/xtKxUWbr #gml #indiedev #gamedev #creativecoding #retro #gamedevelopment #codeeffect #typewriter
Ever needed a breathing text effect in GameMaker? Me either, but here it is: pastebin.com/6yK3Ci3n #GameMaker #GML #CreativeCoding
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
- 1. Cowboys 57.3K posts
- 2. Panthers 56K posts
- 3. Ravens 57.2K posts
- 4. Dolphins 41.1K posts
- 5. #KeepPounding 4,834 posts
- 6. Colts 50K posts
- 7. Eberflus 6,451 posts
- 8. Drake Maye 16.6K posts
- 9. Rico Dowdle 5,663 posts
- 10. Chargers 46.7K posts
- 11. Steelers 55.3K posts
- 12. James Franklin 45.8K posts
- 13. Pickens 15.4K posts
- 14. Penn State 62.4K posts
- 15. Herbert 12.4K posts
- 16. Saints 57.3K posts
- 17. Dillon Gabriel 3,178 posts
- 18. #Browns 3,629 posts
- 19. Diggs 8,534 posts
- 20. Jets 102K posts
Something went wrong.
Something went wrong.