Awesome List Updates on Jan 13 - Jan 19, 2025
21 awesome lists updated this week.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Godot
3D / Godot 4
- open-fpsz - An open-source, fast-paced multiplayer shooter game inspired by Tribes, with jetpacks, skis and vehicles.
Engine themes / Godot version unknown
- Catppuccin Theme (⭐110) - A soothing pastel theme offered in four different flavors.
- Godot Minimal Theme (⭐2.1k) - A theme that aims to correct odd spacing and formatting in the default Godot theme without changing the overall look and feel.
2. Awesome Seed Rs
Official Resources
- Homepage
Projects Using Seed
- seed-rs.org - Seed's official website.
3. Awesome Cakephp
- SendGrid plugin (⭐5) - Email transport plugin for sending email via SendGrid API.
4. Awesome Ironsworn
Hacks and homebrew / Ironsworn
- Ironspheres - A magical system inspired by the Mage: The Ascension game system
5. Awesome Vue
Components & Libraries / Frameworks
- soybean-admin (⭐11k) - A clean, elegant, beautiful and powerful admin template, based on Vue3, Vite5, TypeScript, Pinia, NaiveUI and UnoCSS.
6. Awesome Vite
Framework-agnostic Plugins / Integrations
- vite-plugin-llms (⭐0) - Integration for the llms.txt specification supporting AI optimized content alongside application routes.
Framework-agnostic Plugins / Bundling
- vite-plugin-singlefile-compression (⭐0) - Compress all assets and embeds them into
dist/index.html
, making it convenient to share as a single HTML file.
Framework-agnostic Plugins / Transformers
- vite-plugin-material-symbols (⭐0) - Selective loading of Material Symbols font icons based on source code analysis.
Rust / Community
- vite-rs (⭐57) - Embed assets in your Rust binary.
7. Awesome Yew
Articles / Frameworks
8. Awesome Chrome Devtools
Libraries for driving the protocol (or a layer above)
- C#/.NET: dotnet-chrome-protocol (⭐10) - A runtime library and schema code generation tools for Chrome DevTools Protocol support in C#/.NET.
9. Awesome Datascience
Other Awesome Lists / Book Deals (Affiliated)
10. Awesome Fastapi
Databases / Query Builders
- PyPika (⭐2.6k) - A SQL query builder that exposes the full richness of the SQL language.
Utils / Other Tools
- Apitally (⭐52) - API analytics, monitoring, and request logging for FastAPI.
- FastAPI Utilities (⭐2k) - Reusable utilities: class-based views, response inferring router, periodic tasks, timing middleware, SQLAlchemy session, OpenAPI spec simplification.
Boilerplate / Other Tools
- Uvicorn Poetry FastAPI Project Template (⭐12) - Cookiecutter project template for starting a FastAPI application. Runs in a Docker container with Uvicorn ASGI server on Kubernetes. Supports AMD64 and ARM64 CPU architectures.
Open Source Projects / Other Tools
- Polar (⭐3.4k) - A funding and monetization platform for developers, built with FastAPI, SQLAlchemy, Alembic, and Arq.
11. Awesome Flask
Admin
- Flask-Admin (⭐5.8k) - Functional admin panel that provides a user interface for managing data based on your models.
Developer Tools / Tracing
- OpenTelemetry - OpenTelemetry Flask Instrumentation.
Email / Testing
- Flask-Mail - Provides simple email sending capabilities.
Books / Testing
- Explore Flask - Best practices and patterns for developing web applications with Flask.
12. Awesome Bitcoin
Blockchain API and Web services
- Maestro - Advanced UTxO-indexing data layer to Supercharge Defi on Bitcoin
13. Awesome Terraform
Books
14. Awesome Games of Coding
JavaScript
- BitBurner (⭐886) - A programming-based idle incremental RPG where you, the player, take the role of an unknown hacker in a dark, dystopian world. The game can be played in the browser, or installed locally through Steam.
15. Awesome Open Source Games
Browser-Based / FPS
- Nazi Zombies Portable - Call of Duty: Zombies "de-make" powered by various enhanced forks of the Quake engine.
Browser-Based / Sandbox
- Sandboxels - Falling-sand experimentation game with over 500 materials to play with.
Native / Action
- OpenLiberty (⭐199) - An open-source reimplementation of Grand Theft Auto III on the Godot Engine.
Native / FPS
- Nazi Zombies Portable (⭐486) - Call of Duty: Zombies "de-make" powered by various enhanced forks of the Quake engine.
- Xonotic - An addictive arena-style first person shooter with crisp movement and a wide array of weapons.
Native / MMORPG
- Veloren - An action-adventure role-playing game set in a vast fantasy world.
Just The Source / IOS
- Descent 3 (⭐2.9k) - Pilot a fighter in a six-degree-of-freedom shooter across underground and surface environments.
- Rogue Legacy (⭐1.8k) - Source code for Rogue Legacy 1.
16. Awesome Nextjs
Community
17. Awesome Zsh Plugins
Plugins / superconsole - Windows-only
- aish (⭐24) - Instant shell script solutions from OpenAI right in your prompt.
- ensure-kube-context (⭐0) - Ensures that the
--context
flag is passed to various Kubernetes commands likekubectl
,cilium
,stern
, and more.
- life-progress (⭐0) - Shows your life progress in days, weeks, months, and age.
- vivi (⭐0) - Integrates Google's Gemini language model (LLM) capabilities directly into your terminal. It allows you to send queries to the language model and receive AI-generated solutions, all within your terminal. The plugin supports session context and can dynamically execute received commands.
Themes / superconsole - Windows-only
- archmocha (⭐0) - Some of catpucchin (⭐2)'s mocha theming with an Arch Linux twist. Includes decorators for user@hostname, current directory and
git
status.
- gitprompt.sh (⭐1) - Works with both
bash
andgit
. 256 color support. Includes decorators forgit
status and current directory.
18. Awesome Neovim
Project / Diagnostics
- LucasTavaresA/headers.nvim (⭐2) - Zero-config header/footer warnings.
Git / Diagnostics
- mrloop/telescope-git-branch.nvim (⭐6) - A telescope picker to find which files and preview what changes have been made to your git branch across multiple commits.
Split and Window / Diagnostics
- ycdzj/win-mover.nvim (⭐7) - Window mover that avoids moving side windows.
19. Static Analysis
Programming Languages / Other
- mlint ©️ — Check MATLAB code files for possible problems.
- PHP Insights (⭐5.3k) — Instant PHP quality checks from your console. Analysis of code quality and coding style as well as overview of code architecture and its complexity.
- flowR (⭐36) — A program slicer (⭐36) and dataflow analyzer for the R programming language. Its slicer allows you to reduce a complicated program just to the parts related for a specific task (e.g., the generation of a single or collection of plots, a significance test, ...). The dataflow analysis provides you with a detailed view on the semantics of the R code which can greatly improve other analyses. To use flowR, check out the Visual Studio Code extension, the RStudio Addin (⭐2), the Docker image, or the R package (⭐3).
- goodpractice — Analyses the source code for R packages and provides best-practice recommendations.
- rco — Performance optimizer for R code (with GUI).
- ruby-lint ⚠️ — Static code analysis for Ruby.
Multiple languages / Other
- coala (⭐3.6k) ⚠️ — Language independent framework for creating code analysis - supports over 60 languages by default.
- DeepCode ⚠️ ©️ — DeepCode was acquired by Snyk is now Snyk Code.
- WhiteHat Application Security Platform ©️ — WhiteHat Scout (for Developers) combined with WhiteHat Sentinel Source (for Operations) supporting WhiteHat Top 40 and OWASP Top 10.
Other / Other
- packj (⭐656) — Packj (pronounced package) is a command line (CLI) tool to vet open-source software packages for "risky" attributes that make them vulnerable to supply chain attacks. This is the tool behind our large-scale security analysis platform Packj.dev that continuously vets packages and provides free reports.
- Android Lint — Run static analysis on Android projects.
- LunaSec — Open Source AppSec platform that automatically notifies you the next time vulnerabilities like Log4Shell or node-ipc happen. Track your dependencies and builds in a centralized service.
20. Awesome Angular
- Frontend AI - Ask for a component or upload an image, and instantly receive ready-to-use code without lifting a finger.
Developer tools / Google Developer Experts
- hawkeye (⭐13) - A powerful tool designed to help developers visualize and optimize their JavaScript bundles. With our intuitive interface, you can gain deep insights into your project’s bundle structure, identifying large modules, dependencies, and assets that may be impacting performance.
- ngx-script-optimizer (⭐1) - A lightweight Angular library designed to supercharge your third-party script handling.
Integrations / Google Developer Experts
- ngx-barcode6 (⭐32) - An Angular component for Angular 9+ for creating 1-D barcodes based on JsBarcode (⭐5.6k).
Free / Google Developer Experts
- keycloakify-starter-angular-vite (⭐1) - Angular + Vite Starter for Keycloakify 11.
Calendars / Google Developer Experts
- ngx-resource-calendar (⭐4) - Angular resource calendar library.
Carousels / Google Developer Experts
- embla-carousel-angular (⭐24) - Angular wrapper for Embla Carousel (⭐6.5k).
Cookies / Google Developer Experts
- ngx-cookiebot (⭐11) - An Angular wrapper around the Cookiebot SDK.
File Upload / Google Developer Experts
- ngx-file-preview (⭐2) - A powerful preview tool for many file types.
Icons / Google Developer Experts
- Semantic icons (⭐2) - A collection of free and open source icons ready for use in your angular projects using the component attribute selector and the svg tag.
Loggers / Google Developer Experts
- ngx-wlog (⭐1) - A logger for Angular applications, drawing inspiration from the .NET NLog.
Media / Google Developer Experts
- ngx-cam-shoot (⭐2) - A streamlined Angular component that simplifies using your device's camera and accelerates image capture and saving.
Scroll / Google Developer Experts
- ngx-virtual-dnd-list (⭐2) - A virtual scrolling list component that can be sorted by dragging.
NgRx / Google Developer Experts
- ngrx-hateoas (⭐5) - A library to bring hypermedia json into the NgRx Signal Store following the HATEOAS approach.
- ngrx-http-tracking (⭐7) - This NgRx library is aimed at slotting into your pre-existing NgRx stores to reduce the amount of boilerplate code you need to write and make handling the loading, success, and error states of HTTP requests significantly easier.
Storage / Google Developer Experts
RxJS / Google Developer Experts
- @mrOranger/RxJs (⭐1) - Theory with examples about the Reactive Programming paradigm, using the library RxJS.
21. Awesome Tmux
Tools and session management
- laio A simple, flexbox-inspired, layout & session manager for tmux written in Rust.
Plugins
- tmux-click-copy (⭐4) word/line copy on double/triple click without fixed timeout and without remaining stuck in copy mode
- tmux-fzf-open-files-nvim (⭐5) - A plugin that parses pane text for files for selection in fzf to open in neovim.
- Prev: Jan 20 - Jan 26, 2025
- Next: Jan 06 - Jan 12, 2025