Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 deletions

View File

@@ -2,7 +2,7 @@
 Awesome V !Awesome (https://awesome.re/badge.svg) (https://awesome.re)
 Awesome V !Awesome (https://awesome.re/badge.svg) (https://awesome.re)
▐ A curated list of awesome V frameworks, libraries, software and resources.
@@ -218,14 +218,13 @@
Graphics
- V Earcut (https://github.com/Larpon/earcut) - fast (real-time) polygon triangulation library based on mapbox/Earcut (https://github.com/mapbox/earcut) to handle holes, twisted polygons, degeneracies and 
self-intersections.
- V Earcut (https://github.com/Larpon/earcut) - fast (real-time) polygon triangulation library based on mapbox/Earcut (https://github.com/mapbox/earcut) to handle holes, twisted polygons, degeneracies and self-intersections.
- V_sokol_gp (https://github.com/mohamedLT/V_sokol_gp) - A V wrapper for the sokol_gp library for easy and fast 2d graphics.
- viup (https://github.com/kjlaw89/viup) - V wrapper for the C-based cross-platform UI library, IUP.
- vsdl (https://github.com/kjlaw89/vsdl) - V wrapper for the C-based SDL library.
- vsdl2 (https://github.com/nsauzede/vsdl2) - A libSDL2 wrapper.
- vsl.vcl (https://github.com/vlang/vsl/tree/master/vcl#readme) - VCL is a high level way of writing programs with OpenCL using V. These are highly opinionated OpenCL bindings for V. It tries to make GPU 
computing easy, with some sugar abstraction, V's concurrency and channels.
- vsl.vcl (https://github.com/vlang/vsl/tree/master/vcl#readme) - VCL is a high level way of writing programs with OpenCL using V. These are highly opinionated OpenCL bindings for V. It tries to make GPU computing easy, with some sugar 
abstraction, V's concurrency and channels.
IRC
@@ -246,8 +245,8 @@
Scientific computing
- vplot (https://github.com/erdetn/vplot) - V wrapper for GNU Plot (gnuplot_i).
- vsl (https://github.com/vlang/vsl) - VSL is a Scientific Library with a great variety of different modules. Although most modules offer pure-V definitions, VSL also provides modules that wrap known C libraries
among other backends that allow high performance computing as an alternative. Also provides opinionated wrappers for OpenBLAS, LAPACKE, MPI, OpenCL among other libraries.
- vsl (https://github.com/vlang/vsl) - VSL is a Scientific Library with a great variety of different modules. Although most modules offer pure-V definitions, VSL also provides modules that wrap known C libraries among other backends 
that allow high performance computing as an alternative. Also provides opinionated wrappers for OpenBLAS, LAPACKE, MPI, OpenCL among other libraries.
- vtl (https://github.com/vlang/vtl) - The V Tensor Library is a numerical computing library supporting n-dimensional data structure, backed by VSL.
Serial Communications
@@ -291,8 +290,7 @@
- vig (https://github.com/nsauzede/vig) - Bindings for Dear ImGui (https://github.com/ocornut/imgui) GUI toolkit.
- vnk (https://github.com/nsauzede/vnk) - Bindings for Nuklear (https://github.com/vurtun/nuklear) GUI toolkit.
- V-WebUI (https://github.com/webui-dev/v-webui) - A wrapper for WebUI. A lightweight library that allows you to use any web browser as a GUI, with V in the backend and HTML5 in the frontend.
- webview (https://github.com/ttytm/webview) - Bindings for webview. A tiny library to build modern cross-platform GUI applications. It allows to combine V with modern web technologies to design a graphical user
interface.
- webview (https://github.com/ttytm/webview) - Bindings for webview. A tiny library to build modern cross-platform GUI applications. It allows to combine V with modern web technologies to design a graphical user interface.
Utility
@@ -332,8 +330,8 @@
Books
- Getting Started with V Programming - Navule Pavan Kumar Rao - Packt 2021 Dec 
(https://www.amazon.com/Getting-Started-Programming-end-end-ebook/dp/B09FKK3JL7/ref=sr_1_1?keywords=Getting+started+with+V+programming&qid=1639480830&sr=8-1) - Introductory book on V.
- Getting Started with V Programming - Navule Pavan Kumar Rao - Packt 2021 Dec (https://www.amazon.com/Getting-Started-Programming-end-end-ebook/dp/B09FKK3JL7/ref=sr_1_1?keywords=Getting+started+with+V+programming&qid=1639480830&sr=8-1)
- Introductory book on V.
Communities