<div dir="ltr">I'm really curious about this. I've never touched 3D, partly because most 3D frameworks/libraries are hardcore C/C++.<div><br></div><div>A 3d big-bang gives me happy thoughts.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 9, 2015 at 9:37 PM, Alexander D. Knauth <span dir="ltr"><<a href="mailto:alexander@knauth.org" target="_blank">alexander@knauth.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Is there a good way to draw a smooth curved cylinder?<br>
<div class="HOEnZb"><div class="h5"><br>
On Mar 8, 2015, at 10:53 PM, Neil Toronto <<a href="mailto:neil.toronto@gmail.com">neil.toronto@gmail.com</a>> wrote:<br>
<br>
> Pict3D is finally ready for public consumption. You can install the package either in DrRacket using "File -> Install Package..." or from the command line using<br>
><br>
>    raco pkg install pict3d<br>
><br>
> The GitHub page is here:<br>
><br>
>    <a href="https://github.com/ntoronto/pict3d" target="_blank">https://github.com/ntoronto/pict3d</a><br>
><br>
> All features are documented. The API is stable. I've verified that it runs on Racket 6.1.1 and the current development version. There are reports of it working on at least two Windows systems, two Mac OS X systems, and two Linux systems. It might not eat your graphics card.<br>
><br>
> Current features:<br>
><br>
> * Works in untyped and Typed Racket<br>
><br>
> * Spheres, rectangles, triangles and quads with per-vertex attributes<br>
><br>
> * A system of groups and affine (arbitrary parallel-line-preserving)<br>
>   transformations for sticking Pict3Ds together<br>
><br>
> * Ray-against-scene and line-against-scene collision detection<br>
><br>
> * Render targets: an interactive debugging view in DrRacket's REPL,<br>
>   `pict3d->bitmap` and `pict3d-canvas%`<br>
><br>
> * big-bang3d (currently without networking)<br>
><br>
> ------------------<br>
><br>
> Now we get to crowdsourcing.<br>
><br>
> I've reached the limits of what I can do without working on Pict3D full-time. In particular, I don't know whether the API is awkward or actually quite nice for the uses it'll be put to. I've drawn on some personal game design and coding experience, but that only goes so far.<br>
><br>
> This is where you come in.<br>
><br>
> If you've ever had the slightest hankering to do some real 3D but avoided it because of the pain that usually goes with it, try Pict3D. (If it fails to work, please submit a bug report on the GitHub page.) Got a visualization project? Try Pict3D. Want to make a game? Try Pict3D's version of Big Bang. Want to just fool around in 3D space for a bit? Try Pict3D, and report back on how it goes.<br>
><br>
> Anything is fair game for criticism, praise or suggestions: groups and pinning, distinguishing direction and position vectors, presence or lack of shapes you need, how to allow shader programming, file formats that would be nice to import models from, information that would be nice to have in the interactive debugging view, how to add texturing to the API, and even the tone of the documentation.<br>
><br>
> I'm looking forward to your reports, all my little minions. Wait, did I say that out loud?<br>
><br>
> Neil ⊥<br>
> ____________________<br>
> Racket Users list:<br>
> <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
<br>
<br>
____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
</div></div></blockquote></div><br></div>