clog/clogframe
2022-09-02 16:33:27 -04:00
..
clogframe.cpp add width and height to clogframe params 2022-09-02 16:33:27 -04:00
make-linux add width and height to clogframe params 2022-09-02 16:33:27 -04:00
make-mac clogframe and start on native apps with WebView.h 2022-09-02 15:23:41 -04:00
make-snake clogframe and start on native apps with WebView.h 2022-09-02 15:23:41 -04:00
README.md add width and height to clogframe params 2022-09-02 16:33:27 -04:00
webview.h clogframe and start on native apps with WebView.h 2022-09-02 15:23:41 -04:00

CLOGFrame

CLOG Frame uses the native browser control on your platform to create a simple app the displays a frame ready to recieve your app.

clogframe[.exe] "Window Title" 8080 640 480 port w x h

in the clogframe directory run:

On Mac (all requirements for build part of OS):

./make-mac ./make-snake

On Linux

Development: apt install libgtk-3-dev libwebkit2gtk-4.0-dev Production: apt install libgtk-3-0 libwebkit2gtk-4.0-37

./make-linux ./make-snake

On Windows

to do (see https://github.com/webview/webview)

On All Platfroms:

This will create two executable clogframe and snake. clogframe must be in the same directory and the sname executable. Then run:

./snake