A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/borodust/bodge-ui-window below:

borodust/bodge-ui-window: Utility to quickly setup GUI for your Common Lisp application

Utility to quickly setup GUI for your Common Lisp application. It's an integration of several technologies: bodge-host for managing OS resources and input, bodge-ui for handling UI and bodge-canvas for drawing.

;; Add cl-bodge distribution into quicklisp
(ql-dist:install-dist "http://bodge.borodust.org/dist/org.borodust.bodge.txt" :replace t :prompt nil)

;; Update main dist just in case
(ql:update-dist "quicklisp")

;; Uncomment and evaluate next line only if you wish to enable OpenGL 2 renderer
;; (cl:pushnew :bodge-gl2 cl:*features*)

;; Load the example
(ql:quickload :bodge-ui-window/examples)
;; And run it!
(bodge-ui-window.example.basic:run)

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4