Skip to content
View aprusik's full-sized avatar

Highlights

  • Pro

Block or report aprusik

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. cities cities Public

    A procedural city map generator.

    Java 1

  2. soundscape soundscape Public

    Sound Maestro: The Dynamic Soundscape Builder

    JavaScript

  3. EXERCISE-keyword-search EXERCISE-keyword-search Public

    A simple search algorithm that allows a user to retrieve sentences from a file with the queried word.

    Scala

  4. EXERCISE-ray-tracing-weekend EXERCISE-ray-tracing-weekend Public

    My implementation of Peter Shirley's "Ray Tracing in One Weekend"

    C++

  5. EXERCISE-grid-based-motion-planner EXERCISE-grid-based-motion-planner Public

    Plans a route through an arbitrary grid with blocked cells, empty cells, and goal cells so that each goal is visited.

    Scala

  6. EXERCISE-free-space-motion-planner EXERCISE-free-space-motion-planner Public

    Plans a route through a map from start to goal while avoiding obsticals. Similar to my grid-based motion planner, but the moving entity is not constrained to grid movement.

    Scala