Qode

is a space for people who want to build and develop the skills to apply their knowledge.

This group is for those who are learning how, which means that no matter where you are on the journey you can join and participate.

Programming communities should be open, curious, and kind.

Drop in. Share what you're working on. Ask questions. Start something new.

Let’s build Qode together.

Events

  • My Next Hangou

    We're doing stuff over here.

    Book a spot

Join Qode

You are walking on a floor, minding your own business

And then suddenly. An object appears in front of you.


Below you can find the code sample and the ability to share your own code.

Use 'GlowScript Offline' if you do not want to install any software

Web VPython 3.2
floor = box(pos=vector(0,-0.1,0),size=vector(.2,24,24), axis=vector(0,1,0), texture=textures.wood)
cone(pos=vector(2,0,0), axis=vector(0,1,-.3), color=color.blue, size=vector(2,1,1))

A strange encounter Code Sample