Skip to content
View a2cy's full-sized avatar

Block or report a2cy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 3d voxel traversal algorithm in pyth... 3d voxel traversal algorithm in python visualized in ursina engine
    1
    from ursina import *
    2
    
                  
    3
    
                  
    4
    def traverse(position, direction, max_distance):
    5
        current_position = round(position, ndigits=0)
  2. ursina ursina Public

    Forked from pokepetter/ursina

    A game engine powered by python and panda3d.

    Python

  3. panda3d panda3d Public

    Forked from panda3d/panda3d

    Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU

    C++

  4. RenderPipeline RenderPipeline Public

    Forked from tobspr/RenderPipeline

    Physically Based Shading and Deferred Rendering for the Panda3D game engine

    Python