forked from d2bridge/d2bridgeframework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
164 lines (110 loc) · 4.36 KB
/
README
File metadata and controls
164 lines (110 loc) · 4.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
# D2Bridge Framework
D2Bridge Framework is Delphi and Lazarus Web.
This Framework was designed to compile your Delphi project on the Web, all processing is done synchronously, nothing changes in your Delphi code or in your existing project. You keep your project as is and only export what is visual, it is as if your project suddenly turned into a BackEnd. Third-party components are also supported.
## Oficial Web Site
https://d2bridge.com.br
## Author
Talis Jonatas Gomes
e-mail: talisjonatas@me.com
São Paulo - Brazil
## Version
Beta (LGPL 2.1 License)
- D2Bridge Framework 2.5.78
Stable
- D2Bridge Framework 2.0.8
## Compatibility
Editions:
- All Delphi Editions (Community, Professional, Enterprise and Architect)
- Lazarus Win32/Win64
Delphi Version:
- Delphi Seattle (10.0)
- Delphi Berlin (10.1)
- Delphi Tokyo (10.2)
- Delphi Rio (10.3)
- Delphi Sydney (10.4)
- Delphi Alexandria (11.3)
- Delphi Athens (12.0)
- Delphi Athens (13.0)
Lazarus Version (Windows Only):
- Lazarus 3.4
- Lazarus 3.6
- Lazarus 3.8
- Lazarus 4.0
- Lazarus 4.2
- Lazarus 4.4
## D2Bridge Framework Links
https://linktr.ee/d2bridge
## Oficial Courses (PT-BR)
D2Restaurant (D2Bridge with 100% Lazarus Web)
https://pay.hotmart.com/C102627254K
D2Bridge + Horse (D2Stock Project)
https://hotm.art/ntier
D2Shop (D2Bridge Shop Project)
https://pay.hotmart.com/B96084350T
D2Checkin (D2Bridge with HTML Templates)
https://pay.hotmart.com/Q94934370Y
## Repository GIT
https://github.com/d2bridge/d2bridgeframework
## Social networks and groups
Youtube Oficial channel
https://www.youtube.com/@talisjonatas
Discord (English and PT-BR)
https://discord.gg/WvHaWP6h9t
Whatsapp (D2Bridge Framework Delphi Web) (PT-BR)
https://chat.whatsapp.com/Jz8ditsGyzl79eSI5tL5Cq
Whatsapp (D2Bridge for Lazarus) (PT-BR)
https://chat.whatsapp.com/BlFAhfOZPny3GFSSH4LPxI
Telegram (PT-BR)
http://t.me/d2bridge
Instagram
https://www.instagram.com/d2bridgeframework
## Installation
Delphi Version:
- First, close all open Delphi instances.
- To install the full D2Bridge Framework and the D2Bridge Wizard, run: Wizard/InstallD2BridgeWizard.exe
Lazarus Version (Windows Only):
- First, close all open Lazarus instances.
- To install the full D2Bridge Framework and the D2Bridge Wizard, compile and install the package: Wizard/Package/d2bridgeframeworkwizard.lpk
## Support
Use the D2Bridge Discord channel for community support
## License
+--------------------------------------------------------------------------+
D2Bridge Framework Content
Author: Talis Jonatas Gomes
Email: talisjonatas@me.com
This source code is distributed under the terms of the
GNU Lesser General Public License (LGPL) version 2.1.
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this library; if not, see <https://www.gnu.org/licenses/>.
If you use this software in a product, an acknowledgment in the product
documentation would be appreciated but is not required.
God bless you
+--------------------------------------------------------------------------+
## Roadmap
(Updated at November, 04, 2025)
- Native Dashboard
- Search in Combobox (auto-complete)
- DBGrid rendering with events by Columns/Rows
- Screen Drawing (Paint)
- Vertical Grid for mobile devices
- Location Service
- Handle browser back button
- D2Bridge Framework Studio (drag and drop IDE for exporting Form controls)
- Compile on Linux with Lazarus
- Native PWA support
## Contributing
Contributions are always welcome!
D2Bridge Framework is an Open Source tool and we do not have any source of income so your donation is very welcome to maintain the project
`Paypal`
https://www.paypal.com/donate/?hosted_button_id=CHHDDEMB8SXGW
We will be immensely grateful for your collaboration, and you can be sure that we will always do our best to ensure you have the best Delphi Web experience with D2Bridge Framework
God bless you
Talis Jonatas Gomes