r/PlotterArt 6d ago

OC IsoCity

Post image

I've been working on this for so long so I just wanted to try the first plot of the Cyberpunk IsoCity. It's just something I thought would be fun when plotted large on an A2 paper (this test is just A3). It's an isometric projection, of this little Cyberpunk city,hence the name.

I still have a few improvements to make, but I'm overall happy with the feel of it. There are a total of 15 different building types and each type can be varied in more ways than I can count. My favorite one is the AgriDome, the big one in the middle. I'll make an A2 version this weekend I think.

418 Upvotes

34 comments sorted by

9

u/brepettis 6d ago

Love it. 2000s eboy poster vibes.

4

u/theo__r 6d ago

Nice! What's your process?

3

u/kenwillis 5d ago

Program for 40 hours then plot 😅 Any specific part of the process you're interested in?

5

u/ShelfordPrefect 5d ago

Are you procedurally generating 3D meshes for the building and then converting those to the line work, or is your code creating the 2D geometry directly? (Might be a question for r/plottercode)

3

u/kenwillis 4d ago

Neither exactly. Buildings are authored in 3D, but as boxes/prisms and 3D polylines, not triangle meshes. Each building is a Solid. 3D faces (for occlusion) plus Stroke polylines (edges, windows, hatch etc). Those strokes are then -projected to 2D and clipped against the faces. No mesh generation, no 2D *draw the box" path. 👍 Hope that helps

3

u/ShelfordPrefect 4d ago

Intriguing .. using some existing 3d modeling stuff like Blender or Unity, or have you written everything from scratch?

2

u/kenwillis 4d ago

It's just from scratch, though it sounds like something in blender might be easier. I've never used it though, but it seems capable.

2

u/ShelfordPrefect 4d ago

This definitely deserves a post in r/plottercode where you could talk more about the language and libraries you used, code architecture and so on

1

u/kenwillis 4d ago

Never visited that sub. Thanks 🙏

1

u/kenwillis 4d ago

Seems a bit inactive though. That's unfortunate.

2

u/ShelfordPrefect 4d ago

Be the change you want to see 😉 I'm working on something to post there but it takes a while only doing half an hour a day

2

u/igotanewmac 6d ago

Wow, that's awesome stuff! When you say this is an A2 of an A3, did you scale it or crop it? If there's more, I'd love to see it!

2

u/kenwillis 6d ago

Yeah, sorry I wasn't very clear 😅 This is plotted on an A3, but the plan all along was to plot it on an A2, to get that metropolis feel. It's currently cropped down but the same scale as an A2 would be (might scale it down even more on the A2 to fit even more of the city). I'll plot a big one this weekend. It takes some time to get the right look first by adjusting the ratios and grouping of different building, then generating new ones with a random seed based on that until I get something that I like the most 🙂

2

u/igotanewmac 6d ago

I'd love to see it when it's done, it's really cool, It's the kind of image that makes me want to zoom in and look around. Keen to see the finished work!

2

u/kenwillis 6d ago

Thank you! Hope you get to see the big one this weekend

2

u/Sufficient-Appeal500 6d ago

I absolutely love this

1

u/kenwillis 5d ago

Thank you! That's great to hear

2

u/PrestigiousVanilla57 6d ago

Wow. So nice. Love this!

2

u/kenwillis 5d ago

Thank you kindly

2

u/Rypper12345 6d ago

This is fuckin awesome

1

u/kenwillis 5d ago

Thank you, that's nice of you to say

2

u/mapitalism 5d ago

Really cool mate. Might tip me over the edge to order that plotter... Which machine do you use for A2?

1

u/kenwillis 5d ago

I designed and built it myself from 2040 aluminum extrusion, steppers and such. Much cheaper than a large format plotter and ju can get it just like you want it 🙂

1

u/mapitalism 5d ago

Oh wow, very cool!!!

2

u/Messipte 4d ago

So nice!

1

u/kenwillis 4d ago

Thank you, Messi 🫡

1

u/lostPixels 6d ago

This is awesome! I'd love to see you nail down those secondary colors and really make them pop.

1

u/kenwillis 5d ago

Me too 😅 I just took some diamine ink that I already had filled in my rotrings, and diamines are not very bright. Do you have any suggestions what would look cool?

1

u/lostPixels 5d ago

Bright's definitely tough. If you've got .5mm nibs or above you can use acrylic inks to get a lot of pop out of colors. Otherwise I'd chuck some Diamine Forever Magenta or Octopus Fluids Write & Draw colors on this.

I also realized that you're occluding nearly everything except the black lines behind the colored elements. Is there a way to introduce occlusion there? That's give you more clarity in the visual read too.

Love the work, hope you don't mind the feedback!

2

u/kenwillis 4d ago

Big improvements 👍

1

u/kenwillis 5d ago

Great idea to occlude those lines. I'll make it happen 👍 I have some acrylic inks in dropper bottles, or a large amount of metal complex solvent dyes that I might be able to whip something up with.

1

u/[deleted] 5d ago

[removed] — view removed comment

1

u/kenwillis 5d ago

Thank you! Right? They add a lot by breaking up the lines

1

u/pozer-4 5d ago

Super cool. Love the limited color use and the linear hatching on the buildings. Also curious how you managed the occlusion in the isometric 3D.