Talk:Draw a cuboid: Difference between revisions

m
(Unicode, U+2571 and CP437.)
 
(4 intermediate revisions by 2 users not shown)
Line 1:
 
 
== what about those of us without 3D displays? ==
 
What about those of us without 3D displays? (What about those of us with them? :-)) What are we supposed to actually do here? If we're projecting onto a surface, should that projection be static or permit rotation of the object or motion of the field of view? What is the output supposed to look like (attach a screenshot…) –[[User:Dkf|Donal Fellows]] 13:18, 14 December 2010 (UTC)
 
Line 25 ⟶ 29:
:::So you're talking about explcitly limiting the charset used to printable characters in the range of 0-127? That omits [[wp:Box-drawing characters|Box-drawing characters]] and the [[wp:Miscellaneous Symbols|Miscellaneous Symbols]] range. The "FULLWIDTH" chars Larry is talking about come from the box-drawing set. (Specifically, U+2571, which I don't think was in IBM's [[wp:Code page 437|Code page 437]], either) --[[User:Short Circuit|Michael Mol]] 16:45, 17 June 2011 (UTC)
 
::::We can still provide an implementation and just attach a saying that a Unicode terminal is
required in order for it to be utilized. --17:21, 17 June 2011 (UTC)
 
:Heh it does look better in my xterm, but looks terrible in the browser. I think firefox decided to use some proportional font for those wide chars because my default monospace font doesn't have them. Also, the first cuboid still doesn't look anywhere near 2x3x4 :) --[[User:Ledrug|Ledrug]] 01:00, 17 June 2011 (UTC)
:"glyph art"? --[[User:Short Circuit|Michael Mol]] 11:43, 17 June 2011 (UTC)
 
 
== task requirement of drawing a cuboid with three faces visible ==
 
<pre>
 
 
┌───────────────┐ |\/\/\/| |\/\/\/| |\/\/\/|
│ │ | | | | | |
│ │ | | | | | |
│ │ | (o)(o) | (o)(o) | (o)(o)
│ │ c _) c _) c _)
│ │ | ,___│ | ,___│ | ,___│
│ │ | / | / | /
│ │ /____\ /____\ /____\
│ │ / \ / \ / \
│ │ / \ / \ / \
└───────────────┘
 
 
 
 
──── or ────
 
 
 
 
┌──────────────────────────────────────┐
│ │
│ │
│ │
│ │
│ │
│ |\/\/\/| |\/\/\/| |\/\/\/| │
│ | | | | | | │
│ | | | | | | │
│ | (o)(o) | (o)(o) | (o)(o) │
│ c _) c _) c _) │
│ | ,___│ | ,___│ | ,___│ │
│ | / | / | / │
│ /____\ /____\ /____\ │
│ / \ / \ / \ │
│ / \ / \ / \ │
│ │
│ │
│ │
│ │
└──────────────────────────────────────┘
 
</pre>
 
::::::::::::::::::::::::::: -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 22:29, 25 June 2020 (UTC)
::::::::::::::::::::::::::: -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 20:54, 5 February 2021 (UTC)