{"id":23436355,"url":"https://github.com/gammasoft71/examples_fltk","last_synced_at":"2025-04-13T04:12:51.603Z","repository":{"id":111158791,"uuid":"144400071","full_name":"gammasoft71/Examples_FLTK","owner":"gammasoft71","description":"Shows how to use Fltk controls only by programming code (c++17).","archived":false,"fork":false,"pushed_at":"2024-04-18T18:39:36.000Z","size":2109,"stargazers_count":57,"open_issues_count":0,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T21:11:22.063Z","etag":null,"topics":["combobox","cpp17","example","examples","fl-button","fltk","fltk-controls","multi-platform","picturebox","progressbar","radio-buttons","textbox","trackbar"],"latest_commit_sha":null,"homepage":"https://gammasoft71.wixsite.com/gammasoft/fltk","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gammasoft71.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-08-11T16:15:00.000Z","updated_at":"2025-02-07T20:27:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"3de9d512-0dfb-46f7-bc89-0d3c782949d2","html_url":"https://github.com/gammasoft71/Examples_FLTK","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammasoft71%2FExamples_FLTK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammasoft71%2FExamples_FLTK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammasoft71%2FExamples_FLTK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gammasoft71%2FExamples_FLTK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gammasoft71","download_url":"https://codeload.github.com/gammasoft71/Examples_FLTK/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248661721,"owners_count":21141451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["combobox","cpp17","example","examples","fl-button","fltk","fltk-controls","multi-platform","picturebox","progressbar","radio-buttons","textbox","trackbar"],"created_at":"2024-12-23T13:18:52.735Z","updated_at":"2025-04-13T04:12:51.579Z","avatar_url":"https://github.com/gammasoft71.png","language":"C++","readme":"\n# FLTK examples\n\nShows how to use [FLTK](https://www.fltk.org) controls only by programming code ([c++17](https://en.cppreference.com/w/)).\n\n[![fltk](docs/Pictures/fltk_header.png)](https://www.fltk.org)\n\n## FLTK\n* [Hello Worlds](src/Hello_Worlds/README.md) contains [FLTK](https://www.fltk.org) \"Hello, World!\" examples.\n* [Applications](src/Applications/README.md) contains applications examples.\n* [Dialogs](src/Dialogs/README.md) contains dialogs examples.\n* [Windows](src/Windows/README.md) contains windows examples.\n* [Menus and toolbars](src/Menus_And_Toolbars/README.md) contains menus and toolbars examples.\n* [Containers](src/Containers/README.md) contains containers examples.\n* [Controls](src/Controls/README.md) contains controls examples.\n* [Components](src/Components/README.md) contains components examples.\n* [Events](src/Events/README.md) contains events examples.\n* [Tips And Tricks](src/Tips_And_Tricks/README.md) contains tips and tricks examples.\n* [User Dialogs](src/User_Dialogs/README.md) contains user dialogs examples.\n* [User Controls](src/User_Controls/README.md) contains user controls examples.\n* [User Components](src/User_Components/README.md) contains user componants examples.\n* [Others](src/Others/README.md) contains others examples.\n* [All](src/README.md) contains all examples\n\n## Download\n\n``` shell\ngit clone https://github.com/gammasoft71/Examples_FLTK Examples_FLTK\n```\n\n## Build and run\n\nTo build this project, open \"Terminal\" and type following lines:\n\n### Windows :\n\n``` shell\nmkdir build \u0026\u0026 cd build\ncmake .. \nstart Fltk_Examples.sln\n```\n\nSelect any project and type Ctrl+F5 to build and run it.\n\n### macOS :\n\n``` shell\nmkdir build \u0026\u0026 cd build\ncmake .. -G \"Xcode\"\nopen ./Fltk_Examples.xcodeproj\n```\n\nSelect any project and type Cmd+R to build and run it.\n\n### Linux :\n\n``` shell\nmkdir build \u0026\u0026 cd build\ncmake .. \ncmake --build . --config Debug\n./Any_Project\n```\n\n## Remarks\n\nThis project run with [FLTK 1.3.5](https://www.fltk.org) and [CMake](https://cmake.org).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgammasoft71%2Fexamples_fltk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgammasoft71%2Fexamples_fltk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgammasoft71%2Fexamples_fltk/lists"}