Skip to content
View victorbstan's full-sized avatar
  • Toronto & Remote
Block or Report

Block or report victorbstan

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

Pinned

  1. PanoramaMaker PanoramaMaker Public

    Godot 4 project that can generate panorama images to be used as sky textures

    GDScript 5

  2. gdQmapbsp gdQmapbsp Public

    Forked from gongpha/gdQmapbsp

    A simple plugin that loads Quake's MAP/BSP files into Godot 4 interactively

    GDScript 1

  3. SimpleAdmin SimpleAdmin Public

    SimpleAdmin is a Rails Engine that gives you a quick no-frills admin interface for your ActiveRecord models.

    JavaScript 1

  4. VSharpBSP VSharpBSP Public

    Q3 BSP parser and scene builder for Unity 3D

    C#

  5. menusys menusys Public

    Switch to `simple-menu` branch for updates that make the menu system behave more like traditional Quake menu system, with some extras like mouse support and level/mod selection menu.

    5

  6. Unity car simulation script Unity car simulation script
    1
    using UnityEngine;
    2
    using System.Collections;
    3
    
                  
    4
    public class CarControl : MonoBehaviour {
    5
      // NOTE: Companion script for wheel suspensions, attach to each wheel.