Giter VIP home page Giter VIP logo

lune's Introduction

Hi there ๐Ÿ‘‹ I'm maxdup

I'm passionate about web development, game development, digital art, and 3D printing.

๐Ÿง™ Web development

I thrive in the open-source community, with a strong passion for the Python ecosystem, particularly Flask. Crafting various extensions for Flask has driven me to prioritize code quality through rigorous testing, continuous integration, and thorough documentation.

Checkout my Personal web page

Standout projects
  • flask-favicon (An extension that generates and serves favicon assets for diverse platforms)
  • flask-cache-manifest (An extension for serving hashed assets via cache-busting manifests.).

๐Ÿ‘พ Game development

I'm passionate about crafting immersive gameplay environments and scenarios, and I'm proud to have my work featured in top-tier games. Additionally, I've actively contributed to the development of game-enhancing tools, aimed at elevating not only my own creations but also those of fellow community members.

Checkout my Level design portfolio

Standout projects
  • pySourceSDK (A collection of Python libraries to handle various game asset file types)
  • The Orange Toolbox (Automations and debugging tools for the Source engine).
  • CompilePal (Build tools and bundler for level creation)

๐ŸŽจ Digital art

My journey began in graphic design, but coding has unlocked a world of endless visual possibilities. From generative art to photogrammetry, CAD, and shaders, I'm continually exploring new horizons that coding offers.

Fun projects
  • xmas-iotree (Position based runtime for individually addressable RGB LED sequences)

lune's People

Contributors

alxgnon avatar jdupl avatar maxdup avatar sbstp avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

jdupl

lune's Issues

Player crashes if playlist is empty.

Traceback (most recent call last):
  File "Lune.py", line 38, in <module>
    main()
  File "Lune.py", line 30, in main
    player.SetQueue(songQueue)
  File "/home/simon/Projects/Lune/views/player.py", line 56, in SetQueue
    self.PlayPrep()
  File "/home/simon/Projects/Lune/views/player.py", line 17, in PlayPrep
    self.media = self.instance.media_new(self.queue.getCurrent().getPath())
  File "/home/simon/Projects/Lune/models/songQueue.py", line 29, in getCurrent
    return self.queue[self.at]
IndexError: list index out of range

Indent error in last commit.

simon@Simon-Desktop:~/Projects/Lune$ python3 lune.py 
Traceback (most recent call last):
  File "lune.py", line 11, in <module>
    from views.main_window import MainWindow
  File "/home/simon/Projects/Lune/views/main_window.py", line 10, in <module>
    from .nav import Nav
  File "/home/simon/Projects/Lune/views/nav.py", line 69
    else:
        ^
IndentationError: unindent does not match any outer indentation level

else: has one space missing before it

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.