Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -1,4 +1,4 @@
 Awesome Löve !Awesome (https://awesome.re/badge.svg) (https://awesome.re)
 Awesome Löve !Awesome (https://awesome.re/badge.svg) (https://awesome.re)
!Awesome Löve (logo.png)
A categorized community-driven collection of high-quality, awesome LÖVE (http://love2d.org) libraries, projects, and resources.
@@ -257,8 +257,8 @@
Guides to distributing LÖVE games in 3rd party stores
⟡ Love-Snap-Template (https://github.com/popey/love-snap-template) - A template for packaging LÖVE games for distribution in the Snappy Store.
⟡ AppImageKit (https://github.com/AppImage/AppImageKit) - Using AppImageKit you can package LÖVE games as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, Ubuntu, Fedora, debian 
and derivatives; one game = one file.
⟡ AppImageKit (https://github.com/AppImage/AppImageKit) - Using AppImageKit you can package LÖVE games as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, 
Ubuntu, Fedora, debian and derivatives; one game = one file.
Serialization
Save Game & Storage Libraries
@@ -308,8 +308,8 @@
User Interface Libraries
⟡ CatUI (https://github.com/wilhantian/catui) - A very light-weight GUI library for LÖVE.
⟡ cimgui-love
 (https://codeberg.org/apicici/cimgui-love) - LÖVE module for Dear ImGui obtained by wrapping cimgui (programmatically generated C-api) using LuaJIT FFI, easy to update to the latest Dear Imgui version.
⟡ cimgui-love (https://codeberg.org/apicici/cimgui-love) - LÖVE module for Dear ImGui obtained by wrapping cimgui (programmatically generated C-api) using LuaJIT FFI, easy to update to the 
latest Dear Imgui version.
⟡ GOOi (https://github.com/tavuntu/gooi) - Android-oriented GUI library.
⟡ Gspöt (https://notabug.org/pgimeno/Gspot) - A stateful GUI lib for LÖVE.
⟡ Hanker (https://gitlab.com/Alloyed/hanker) - Maximalist immediate mode-ish UI elements; gamepad-friendly.
@@ -389,11 +389,14 @@
* **Vim LOVE Docs** (https://github.com/davisdude/vim-love-docs) - Syntax highlighting for Vim.
⟡ Notepad++ (https://notepad-plus-plus.org) - Notepad++ is a free source code editor and Notepad replacement that supports several languages.
* **LÖVE API for Notepad++** (https://github.com/dail8859/love-api-npp) - Code completion and documentation for Notepad++.
⟡ Visual Studio Code (https://code.visualstudio.com/) - VS Code is a new type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle.
⟡ Visual Studio Code
 (https://code.visualstudio.com/) - VS Code is a new type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle.
* **Visual Studio Code LÖVE Launcher** (https://marketplace.visualstudio.com/items?itemName=JanW.love-launcher) - A Löve Launcher Extension for Visual Studio Code. 
* **Lua for Visual Studio Code** (https://marketplace.visualstudio.com/items?itemName=trixnz.vscode-lua) - Provides Intellisense and Linting for Lua in VSCode. 
* **Local Lua Debugger** (https://marketplace.visualstudio.com/items?itemName=tomblind.local-lua-debugger-vscode) - Simple Lua debugger with no dependencies. Löve specific launch.json example provided.
⟡ Sublime Text (https://www.sublimetext.com) - Sublime Text is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performance.
* **Local Lua Debugger** (https://marketplace.visualstudio.com/items?itemName=tomblind.local-lua-debugger-vscode) - Simple Lua debugger with no dependencies. Löve specific launch.json example 
 provided. 
⟡ Sublime Text
 (https://www.sublimetext.com) - Sublime Text is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performance.
* **Package Manager** (https://packagecontrol.io/) - The Sublime Text package manager that makes it exceedingly simple to find, install and keep packages up-to-date.
* **SublimeLove** (https://packagecontrol.io/packages/SublimeLove) - Supports syntax highlighting, auto-completion, and build system. 
* **SublimeLinter-luacheck** (https://packagecontrol.io/packages/SublimeLinter-luacheck) - Provides linting and static analysis of your Lua code.