Take your watercolor artistry to new heights with the Winsor & Newton Cotman Watercolor Paint Set, now available for only $61.82, a fantastic 46% off its original price! With over 7,971 ratings and a 4.7-star average, this set, which includes 45 vibrant half pans, is a must-have for both beginners and experienced artists.
Whether you’re working on landscapes, portraits, or abstract creations, the professional-grade pigments provide rich, lasting color that brings your work to life. Don’t miss out, order now for only $61.82 at Amazon!
Help Power Techcratic’s Future – Scan To Support
If Techcratic’s content and insights have helped you, consider giving back by supporting the platform with crypto. Every contribution makes a difference, whether it’s for high-quality content, server maintenance, or future updates. Techcratic is constantly evolving, and your support helps drive that progress.
As a solo operator who wears all the hats, creating content, managing the tech, and running the site, your support allows me to stay focused on delivering valuable resources. Your support keeps everything running smoothly and enables me to continue creating the content you love. I’m deeply grateful for your support, it truly means the world to me! Thank you!
BITCOIN bc1qlszw7elx2qahjwvaryh0tkgg8y68enw30gpvge Scan the QR code with your crypto wallet app |
DOGECOIN D64GwvvYQxFXYyan3oQCrmWfidf6T3JpBA Scan the QR code with your crypto wallet app |
ETHEREUM 0xe9BC980DF3d985730dA827996B43E4A62CCBAA7a Scan the QR code with your crypto wallet app |
Please read the Privacy and Security Disclaimer on how Techcratic handles your support.
Disclaimer: As an Amazon Associate, Techcratic may earn from qualifying purchases.
Thank you so much for this amazing content. Could you please bless us with another tutorial on how to create artistic style straight lines?
recently I have been playing around with CAD files.
I have been playing around at making a functional Master Systems Display. like in Startrek.
I haven't found a good/ simple parser for DXF that didn't want to run a node server.
but I can export DXF to SVG.
SVG apparently doesn't play well with Canvas. but HTML5 and CSS does!
it's been an interesting rabbit hole, looking into the capabilities of SVG directly in a webpage.
SVG supports layers that you can toggle . Animations. Effects like blur.
There doesn't seem to be any recent development around SVG within html, but it still allows a lot to play with.
This is amazing!
IMPORTANT: You should not store your API keys in p5 sketches as they are easily findable. Instead, store keys in local storage and then retrieve when needed. Here is a simple sketch to store a key: https://editor.p5js.org/StevesMakerspace/sketches/uE9m94aQD And I updated my sketches for pulling the key from storage. More stuff: You can use canvas2.filter to blur and posterize the final image right before displaying it for added cool effects. I've added that in comments to the code. Also, I discovered that you can print the map url to the console and this turns into a link, so I replaced the lat and long coordinates with that. Now you can just click to find out what it looked like to start.
Hi Steve. Nice video as always but noob question here. How can we export desired size of PNG? I want to export them 2000×4000 or 3000×3000. I'm very new to js. Thank you for videos!