Code Monkey home page Code Monkey logo

assetloader's Introduction

AssetLoader

Tests

AssetLoader is an application that loads 3D objects, ie: obj, fbx, abc, bgeo, into GPlay which is a viewport similar to the one found in Houdini for quick previewing.

You can rotate, tumble, zoom and even render the viewed geometry.

There is no limit for how many instances can be loaded up, but keep in mind your own system specs.

Requirements:

  • python == 3.8
  • pyqt5 == 5.15.4
  • houdini == 18.5

Setup

Download and install Python3.8

Download and install Houdini Apprentice

Make sure both python and houdini are in your PATH environment variable.

Run the following commands:

# Install pyqt5
pip3 install pyqt5==5.15.4

# Run the application
python3 ./app_assetloader.py

Usage

python3 ./app_assetloader.py

Screenshots

License


See the LICENSE file for license rights and limitations (MIT).

assetloader's People

Contributors

joseyose avatar

Stargazers

 avatar

Watchers

 avatar

assetloader's Issues

stop using uic.load

Generate python code from the ui file, and stop loading the file through the uic.load

Implement pytest-qt

I need a set of tests to make sure that the gui portion of the program is working as intended, and currently, that cannot be done with plain pytest.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.