Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IsometricMadness-Dragon863 #955

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

IsometricMadness-Dragon863 #955

wants to merge 4 commits into from

Conversation

Dragon863
Copy link

My submission is an easily configurable isometric cube editor. It should allow anybody with minimal code experience to be able to create their own 3d-looking art. The default image is the the letter H (for Hack Club of course!) The grid is editable using a 2D array at the start of the program, and the background lines are randomly generated and will change on each execution of the program. I have quite a bit of programming experience, but this was great for me as I've usually avoided using javascript unless necessary and this really helped me understand the language better

  • I have read the steps to getting a blot
  • I have read all the submission requirements and follow them
  • I am submitting art that...
    • is algorithmically generated (will meaningfully change each time the program is run)
    • is your own work that is not copied from somewhere else
    • is drawable through the editor(does not use outside tools)
    • doesn't call Math.random() (See the documentation on randomness)
    • is drawable on Blot itself (doesn't have lines overlap more than 5 times)
      • Doesn't overlap lines more than 5 times
      • Fits in the working area of 125x125mm
      • Doesn't rely on colour to look good

If you used based your art on something else, used a tutorial, or remixed it from something else, please link it here:
(N/A)
Lastly, link a picture of your art piece here:

snapshotIsometricMadness

Copy link

vercel bot commented Oct 9, 2024

@Dragon863 is attempting to deploy a commit to the Hack Club Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

github-actions bot commented Oct 9, 2024

art/isometricMadness-Dragon863/index.js looks like art! preview it in the editor

@EnterpriseGoose
Copy link
Contributor

Hello! Sorry it's been so long. The main reviewer has been swamped lately, so I wanted to give you a few hints so you have the best chance of getting a blot.
Woah, this is really cool! I love the effect you have going on here, it's super trippy!
To get a blot, though, you will need to make your project a bit more complex. Also, it will need to look good without using any fill (so having a global boolean you can change to turn off fill is necessary) Generally, you need to spend ~15-20 hrs on a project to get a blot. See the submission guidelines here

Some ideas I had for improvements:

  • Could you make it so the isometric shapes randomize? Maybe make it in the shape of a random letter or just some other random shape. You can still have a way for you to set a custom shape, it would just add to some of the random-factor that always makes a project cool
  • Although you can't use fill's for blot submissions (or, at least, it needs to look good without using fills because the blot can't draw fills), you could use lines to shade the sides of the shapes to give a similar effect
  • Could you figure out how to make it 3D? Currently, you're just setting columns of effectively diagonally adjacent blocks in isometric space. If you added the ability to set blocks directly adjacent it would give the basis for a 3D effect in isometric shape. Here's a diagram that maybe can show what I mean:
    image

I'm super excited to see where you go with this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants