Skip to content

Some personal test projects to learn how Quartex Pascal IDE works and what I can do with it

License

Notifications You must be signed in to change notification settings

DeveloppeurPascal/test-projects-in-quartex-pascal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test projects in Quartex Pascal

Cette page en français.

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 / Lazarus IDE. We have a form editor, and code in Pascal Language.

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 and look at its genese. You also can suppport the project and have access to builds and updates from the Patreon account.

A lot of demo videos are available in Jon Aasenden YouTube channel and in the website media section.

If you want to check my streams replays or posts about Quartex (in French), look at this blog or Serial Streameur. My discovery stream, which was fairly random and lacked any basic knowledge, is available on this page, but it was really trial and error that led to the first two examples in this code repository.