Code Monkey home page Code Monkey logo

pycfscape's Introduction

A Funny Image

pycfscape's People

Contributors

acbob avatar swisschili avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

jjl772 swisschili

pycfscape's Issues

Application does not correctly determine it's location

in order to use the program you need to launch it inside of the directory in which it's installed. I have a bash function setup like this:

function pycfscape() {
    /path/to/pycfscape/main.py
}

so that I can easily run pycfscape.
However, when I try to launch it, it crashes with No such file or directory: ./options.toml. you should be able to check sys.argv[0] to get the command used to launch this program (which will usually include an absolute path).

Slow on big VPK files

If you're in something like hl2_pak_dir.vpk, it'll run fine (i tested it on this)
but if you run it on something like, say, portal2_pak_dir.vpk, there is a VERY noticeable slowdown when you go to select a file.
I'm not sure if this is a Qt thing (as a result of me passing it SO MUCH DATA) or if it's my code.

main.py does not have a shebang line

Main.py is missing the shebang line at the top of the file:

#!/usr/bin/env python3

This will tell the command interpreter to run the program with python3 so that it can be run from the command line like this: ./main.py

Thanks!

This whole program requires a rewrite

jesus christ the code is awful.

It requires a whole rewrite, from scratch.

I also want to look into the possibility of using WxWidgets (WxPython), as it seems to have a similar process to Qt, and looks like the local machine more than Qt. Qt's nice, but i want my tool to use the native theme, which is hard to get (at the very least with the python implementation) with Qt.

I'd probably also merge closer into mater before this, and use closer as the branch that this rewrite occurs in. When finished, the current master branch would be deprecated into old.

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.