Code Monkey home page Code Monkey logo

futura_'s Introduction

GitHub - User Stats

Semi-professional programmer. Fluent in Python and a bit of C++ and C#. Currently I'm taking Algebra II, in 7th Grade (I'm in a private school).

I first started coding in 4th Grade, learning Python from the book Python for Kids by Jason R. Briggs. I advanced quickly, creating a 300-line calculator and moved to creating GUIs with tkinter and finding game libraries like Pygame. After using Pygame for a few months, I found out that it didn't have much functionality and good documentation. It was also slow. So, on my reserach, I discovered Pyglet and Arcade.

I am usually pretty busy with school, but here are some projects that I contribute and work with::

  1. pyglet

    pyglet is a powerful, yet easy to use Python library for developing games and other visually-rich applications on Windows, Mac OS X and Linux. It supports windowing, user interface event handling, Joysticks, OpenGL graphics, loading images and videos, and playing sounds and music. All of this with a friendly Pythonic API, that's simple to learn and doesn't get in your way.

    pyglet is provided under the BSD open-source license, allowing you to use it for both commercial and other open-source projects with very little restriction.

  2. arcade

    Arcade is an easy-to-learn Python library for creating 2D video games. It is ideal for people learning to program, or developers that want to code a 2D game without learning a complex framework.

I am interested in GUI and game development. Feel free to ask me for help on a project; e.g. GUI for a game, graphics, etc. I usually don't charge anything.

Contact me here:

Discord (most active spot) EthanC145#8543
Email [email protected]
StackExchange/StackOverflow Ethan Chan

futura_'s People

Contributors

eschan145 avatar

Stargazers

 avatar

Watchers

 avatar

futura_'s Issues

Improvements to `Entry`

Multiple improvements can be added to the Entry widget.

Improvement Type Details Progress
Select all text with Control—A Enhancement Common in most text input fields
Adding clipboard modification Enhancement Should use Control—C, Control—X and Control—V. Currently works but has to use tkinter. Pyglet does track these Copy and Paste events, but is unable to handle them. See a related GitHub issue for details. ⚒️
Rich text formatting to entry Enhancement Go to GitHub issue ⚒️
Option to make entry multiline Enhancement Needs to have correct sizing beforehand. Stack Overflow question ⚒️
Undo and redo features Enhancement
Caret not showing up on line start Bug Only occurs before any text is typed, and with a blank entry. Pyglet-related problem. May be fixed in the near future or on an upcoming release.
Caret invisible or visible instead of changing color when blinking Bug Fixed by modifying pyglet rendering
Caret glitching on blinks at line end Bug Pyglet-related problem. May be fixed in the near future or on an upcoming release
Using speedups for glyph recalculation Enhancement Use pyglet.text.layout.TextLayout.begin_update() and pyglet.text.layout.TextLayout.end_update() for saving recalculation of glyphs and speeding updates. This sometimes raises an AssertionError, one that has been seen before. ⚒️
Show feature for passwords Enhancement See tkinter's -show option for its Entry widget. ⚒️

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.