https://github.com/developpeurpascal/test-projects-in-quartex-pascal
Some personal test projects to learn how Quartex Pascal IDE works and what I can do with it
https://github.com/developpeurpascal/test-projects-in-quartex-pascal
pascal pascal-language quartex-sample
Last synced: 10 months ago
JSON representation
Some personal test projects to learn how Quartex Pascal IDE works and what I can do with it
- Host: GitHub
- URL: https://github.com/developpeurpascal/test-projects-in-quartex-pascal
- Owner: DeveloppeurPascal
- License: mit
- Created: 2023-11-01T15:43:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T15:45:03.000Z (over 2 years ago)
- Last Synced: 2025-02-12T21:47:23.429Z (12 months ago)
- Topics: pascal, pascal-language, quartex-sample
- Language: JavaScript
- Homepage: https://developpeur-pascal.fr/quartex-pascal.html
- Size: 158 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Test projects in Quartex Pascal
[Cette page en français.](LISEZMOI.md)
Some personal test projects to learn Quartex Pascal and understand how it works.
Quartex is an IDE to create web applications like we do programs in [Delphi](https://developpeur-pascal.fr/delphi.html) / [Lazarus IDE](https://developpeur-pascal.fr/lazarus.html). We have a form editor, and code in [Pascal Language](https://developpeur-pascal.fr/pascal-objet.html).
The IDE compile the Pascal in JavaScript and generate the HTML+JS page to start the application.
We have access to all JS libraries and API even if no wrapper is available in the given Pascal libraries (units).
Click to learn more about [Quartex Pascal IDE](https://quartexdeveloper.com) and look at [its genese](https://jonlennartaasenden.wordpress.com/category/qtx/). You also can suppport the project and have access to builds and updates from [the Patreon account](https://www.patreon.com/quartexnow/about).
A lot of demo videos are available in [Jon Aasenden YouTube channel](https://www.youtube.com/@CipherDiaz/search?query=quartex) and in [the website media section](https://quartexdeveloper.com/media-and-press/).
If you want to check my streams replays or posts about Quartex (in French), look at [this blog](https://developpeur-pascal.fr/quartex-pascal.html) or [Serial Streameur](https://serialstreameur.fr). My discovery stream, which was fairly random and lacked any basic knowledge, is available [on this page](https://developpeur-pascal.fr/decouverte-de-quartex-pascal-from-scratch.html), but it was really trial and error that led to the first two examples in this code repository.