blot icon indicating copy to clipboard operation
blot copied to clipboard

MiniCat-Armaanpreet

Open 4n0nym0u5-3y3 opened this issue 1 year ago • 28 comments

My artwork is a digital representation of a Mini Cat created through coding. Using JavaScript and simple geometric shapes defined by mathematical formulas, I've constructed a charming depiction of Mini Cat with distinct features such as its round head, ears, eyes, nose, mouth, and paws. Each element, from the smooth curves of its head to the circular shapes representing its eyes and paws, is meticulously drawn using basic drawing primitives and mathematical calculations.

Coding this artwork was an engaging experience that combined creativity with technical skill. It involved planning out the composition using coordinates and dimensions, implementing algorithms to draw circles and lines, and iterating to refine details like shading and proportion. Each part of the Mini Cat, from its ears to its hands, required careful consideration of positioning and size to ensure the overall balance and appeal of the artwork.

I enjoyed the challenge of translating artistic vision into code. It allowed me to explore the intersection of art and programming, leveraging logic and creativity simultaneously. Adjusting parameters such as segment counts for smoother curves or adding subtle shading for depth provided opportunities to refine and enhance the visual impact of the Mini Cat illustration.

Overall, coding this artwork was not only about creating a visual representation but also about the journey of problem-solving and iterative improvement. It underscored the versatility of coding as a medium for artistic expression, where precise calculations and algorithms converge to produce visually compelling results.

4n0nym0u5-3y3 avatar Jul 08 '24 12:07 4n0nym0u5-3y3

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
blot-3dgallery ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 13, 2024 10:16am

vercel[bot] avatar Jul 08 '24 12:07 vercel[bot]

Thanks for the submission. Could you merge some of the circles together?

leomcelroy avatar Jul 09 '24 01:07 leomcelroy

yes

4n0nym0u5-3y3 avatar Jul 09 '24 06:07 4n0nym0u5-3y3

yes

On Tue, Jul 9, 2024 at 3:22 AM leomcelroy @.***> wrote:

Thanks for the submission. Could you merge some of the circles together?

— Reply to this email directly, view it on GitHub https://github.com/hackclub/blot/pull/644#issuecomment-2216010171, or unsubscribe https://github.com/notifications/unsubscribe-auth/BJXG7V3GOK7T5JJON6M4G3TZLM3MZAVCNFSM6AAAAABKQV2J6GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJWGAYTAMJXGE . You are receiving this because you authored the thread.Message ID: @.***>

4n0nym0u5-3y3 avatar Jul 09 '24 07:07 4n0nym0u5-3y3

Thanks for the submission. Could you merge some of the circles together?

i changed index.js

4n0nym0u5-3y3 avatar Jul 09 '24 12:07 4n0nym0u5-3y3

Hi, how long it takes to approve my drawing

On Tue, Jul 9, 2024 at 3:22 AM leomcelroy @.***> wrote:

Thanks for the submission. Could you merge some of the circles together?

— Reply to this email directly, view it on GitHub https://github.com/hackclub/blot/pull/644#issuecomment-2216010171, or unsubscribe https://github.com/notifications/unsubscribe-auth/BJXG7V3GOK7T5JJON6M4G3TZLM3MZAVCNFSM6AAAAABKQV2J6GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJWGAYTAMJXGE . You are receiving this because you authored the thread.Message ID: @.***>

4n0nym0u5-3y3 avatar Jul 11 '24 07:07 4n0nym0u5-3y3

Ok

4n0nym0u5-3y3 avatar Jul 13 '24 09:07 4n0nym0u5-3y3

i changed the script

4n0nym0u5-3y3 avatar Jul 13 '24 10:07 4n0nym0u5-3y3

Hi, i updated my file from index,js.js -> index.js

4n0nym0u5-3y3 avatar Jul 13 '24 18:07 4n0nym0u5-3y3

Nice work @4n0nym0u5-3y3, now update the screenshots so i can see your new generative code!

maxwofford avatar Jul 14 '24 07:07 maxwofford

I'm having problems to update snapshots what can i do?

4n0nym0u5-3y3 avatar Jul 14 '24 20:07 4n0nym0u5-3y3

Post in the slack if you need help getting the PR updated! Maybe someone there can help.

maxwofford avatar Jul 15 '24 21:07 maxwofford

snapshots updated

4n0nym0u5-3y3 avatar Jul 16 '24 06:07 4n0nym0u5-3y3

Post in the slack if you need help getting the PR updated! Maybe someone there can help.

Hi, updated snapshots and my file from index,js.js -> index.js

4n0nym0u5-3y3 avatar Jul 18 '24 07:07 4n0nym0u5-3y3

Could you rename the snapshots so theres no spaces, and change the metadata of your index.js(this part:/* @title: MiniCat @author: Armaanpreet Singh @snapshot: snapshot.png */) to have a snapshot thats in the folder?

BrightTheBackpack avatar Jul 20 '24 05:07 BrightTheBackpack

art/MiniCat-Armaanpreet/index.js looks like art! preview it in the editor

github-actions[bot] avatar Jul 20 '24 06:07 github-actions[bot]

Could you rename the snapshots so theres no spaces, and change the metadata of your index.js(this part:/* @title: MiniCat @author: Armaanpreet Singh @snapshot: snapshot.png */) to have a snapshot thats in the folder?

done i renamed the snapshots and metadata

4n0nym0u5-3y3 avatar Jul 20 '24 06:07 4n0nym0u5-3y3

oh and can you make the snapshots only of the art? the snapshot is what its going to show in the gallery: https://blot.hackclub.com/gallery

BrightTheBackpack avatar Jul 20 '24 07:07 BrightTheBackpack

oh and can you make the snapshots only of the art? the snapshot is what its going to show in the gallery: https://blot.hackclub.com/gallery

uploded new snapshots

4n0nym0u5-3y3 avatar Jul 20 '24 11:07 4n0nym0u5-3y3

Also just an FYI, using math.random() instead of bt.randInRange(min: number, max: number) may make it so what is on the preview and whats drawn by the blot different

BrightTheBackpack avatar Jul 24 '24 22:07 BrightTheBackpack

Also just an FYI, using math.random() instead of bt.randInRange(min: number, max: number) may make it so what is on the preview and whats drawn by the blot different

Thanks for the information

4n0nym0u5-3y3 avatar Jul 25 '24 05:07 4n0nym0u5-3y3

Also just an FYI, using math.random() instead of bt.randInRange(min: number, max: number) may make it so what is on the preview and whats drawn by the blot different

So the code is fine as it is

4n0nym0u5-3y3 avatar Jul 25 '24 05:07 4n0nym0u5-3y3

It would be better to change it to use the toolkit function(I think it might even be a requirement now)

BrightTheBackpack avatar Jul 25 '24 07:07 BrightTheBackpack

It would be better to change it to use the toolkit function(I think it might even be a requirement now)

i updated my code

4n0nym0u5-3y3 avatar Jul 25 '24 09:07 4n0nym0u5-3y3

i really like the googly eyes effect! Could you make it so the body does intrude too much onto the eyes?

is not good the project

4n0nym0u5-3y3 avatar Jul 27 '24 07:07 4n0nym0u5-3y3

So it's approved my project

4n0nym0u5-3y3 avatar Aug 03 '24 06:08 4n0nym0u5-3y3

??

4n0nym0u5-3y3 avatar Aug 07 '24 19:08 4n0nym0u5-3y3

i have to update something

4n0nym0u5-3y3 avatar Aug 07 '24 19:08 4n0nym0u5-3y3

i updated my code

4n0nym0u5-3y3 avatar Aug 22 '24 12:08 4n0nym0u5-3y3

i added somethigs to make it cute

4n0nym0u5-3y3 avatar Aug 22 '24 12:08 4n0nym0u5-3y3