Skip to content
View Yves33's full-sized avatar

Block or report Yves33

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Yves33/README.md

What you'll find here:

Scientific tools and libraries.

Developped in a professional context, these tools include

  • TorchPSC: a blazing fast epsc/ipsc analysis tool running on GPU. Woks on linux and windows (with restrictions). Requires an NVIDIA gpu (although it may work with ROCm)
  • FlexPanZoom: a flexible pan&zoom lib for interactive matplotlib graphics
  • Tapetest: a quick-and-dirty tool providing help to perform tape test in mice.

Hobby programs, libraries and demos.

Developped during boring rainy days. Among others,

  • WxGPX2 is a wxPython software to display and analyze garmin fit/gpx activity files. It is a rewrite of WxGPX-phoenix, which is not maintained anymore, but still contains some interesting pieces of code!
  • pygui is a collection of python widgets for Dear imgui (compatible with imgui-bundle and pyimgui).
  • PygletPexParticle is a toy particle system (with editor and demo) for the pyglet game lib.
  • SpriteMapGenerator is a quick and dirty opencv tool to isolate sprite bounding rects from sprite sheets.
  • STlitePlayground is a collection of toy project(s) using the streamlit lite. runs entirely in brower (andoid compatible!)
  • PyGlVideo, a library to dispay videos in openGL textures and record video from openGL textures without gpu<->cpu copy.

crap, work in progress and forks.

As the name states, these do not deserve any desciption!

Pinned Loading

  1. TorchPSC TorchPSC Public

    A GPU based EPSC/IPSC analysis tool

    Python 1 1

  2. FlexPanZoom FlexPanZoom Public

    An (intuitive) Flexible Pan Zoom tool for matplotlib cartesian axes

    Python

  3. PygletPexParticles PygletPexParticles Public

    Simple python/pyglet lib to display particles systems. Editor included

    Python

  4. SpritemapGenerator SpritemapGenerator Public

    Simple OpenCV based utility to generate sprtitesheet bounding rects

    Python

  5. TapeTest TapeTest Public

    Simple utility to help performing tape test in mouse

    Python

  6. WxGPX2 WxGPX2 Public

    Software to display and analyse gps tracks (GPX, garmin fit)

    Python