Skip to content

sam-the-programmer/3dview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D-View

This repository contains code for a face-tracking engine that makes the contents of the game engine appear 3D, based off of the position of your eyes. This is all relative to the webcam, so your camera should be directly below or above your screen. I.e. the object rendered in the scene appears vaguely 3D. However, this is limited by the FOV of your webcam.

The parallax effect has only been tested on a Laptop with the webcam at the bottom of the screen, so it works well on laptop but is unknown with an external webcam.

Install

Clone the whole repository, including the models folder and its contents.

Install the dependencies in the terminal.

pip install -r requirements.txt

Run the main.py file from the root of the project.

python main.py

Features

UI

  • Adjust parameters in the UI. Toggle with the blue button.
  • Choose custom files. Accepts .bam, .ursinamesh, .obj, .glb, .gltf and .blend files.

In Development

  • Apple-Vision-Pro-style hand-gestures for moving and turning the object.

About

A face-tracking 3D renderer that attempts to make things look 3D with the parallax effect. Virtual Reality without the headset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages