Accéder au contenu.
Menu Sympa

progliste - Re: [progliste] demande de coup de main : wxLua

progliste AT framalistes.org

Objet : Liste sur la programmation tous languages, orienté déficients visuels

Archives de la liste

Re: [progliste] demande de coup de main : wxLua


Chronologique Discussions  
  • From: Rémy Ruiz <remyruiz AT gmail.com>
  • To: progliste AT framalistes.org
  • Subject: Re: [progliste] demande de coup de main : wxLua
  • Date: Sun, 19 Nov 2023 14:40:32 +0100
  • Authentication-results: rod3.framasoft.org; dkim=pass header.d=gmail.com header.s=20230601 header.b=cbT81j04; spf=pass (rod3.framasoft.org: domain of remyruiz AT gmail.com designates 2a00:1450:4864:20::432 as permitted sender) smtp.mailfrom=remyruiz AT gmail.com; dmarc=pass (policy=none) header.from=gmail.com

Coucou Yannick et toute la liste,

Je ne suis pas programmeur, mais voici les informations du fichier readme.md en anglais, après ma signature:

Amitiés et bon week-end.

Rémy


Une fois cloné le repos:

git clone https://github.com/pkulchenko/wxlua.git

Voici le contenu du readme.md en anglais:



# Project Description

wxLua is a Lua wrapper for the cross-platform [wxWidgets GUI library](https://www.wxwidgets.org/).
It allows developers to create applications for Windows, macOS, and Linux using Lua
and supports Lua 5.1, 5.2, 5.3, 5.4, and LuaJIT.
Unlike other cross-platform toolkits, wxWidgets (and by extension wxlua)
gives applications a native look and feel as it uses the platform's native API
rather than emulating the GUI.

wxLua can be used to create a wide range of applications, from simple, but useful
scripts (you can find a variety of examples in the [samples](wxLua/samples) directory)
to a fully functional IDE (like [ZeroBrane Studio](https://studio.zerobrane.com/)).

The library provides the ability to create complex user interface dialogs,
file and image manipulation, drawing, sockets, displaying HTML, printing, and many others.
You can use as much or as little of wxWidgets as you like and C++ developers can trim
down the size the bindings by turning off preprocessor directives.

## Documentation

* [User manual](wxLua/docs/wxlua.md).
* A list of [frequently asked questions](wxLua/docs/FAQ.md).
* [Installation guide](wxLua/docs/install.md).
* History of [changes in each release](wxLua/docs/changelog.md).
* Documentation for [writing and generating binding files](wxLua/docs/binding.md).

## Author

John Labenski, Paul Kulchenko

## License

See [LICENSE](wxLua/docs/licence.txt).

Le 09/11/2023 à 14:12, yannick a écrit :
hello j'aimerais bien écrire des petits logiciel en lua,

pour cela, je voudrais utiliser le wxLUA.

mais je n'arrive pas à télécharger  la version binaire du wx, ou peut être qu'il y a une compilation , chose que je ne sais  pas faire.

si quelqu'un pouvait m'aider , merci !

voici le lien :

https://github.com/pkulchenko/wxlua





Archives gérées par MHonArc 2.6.19+.

Haut de le page