{"id":24632872,"url":"https://github.com/wickslynx/roofnut","last_synced_at":"2025-05-08T03:27:52.794Z","repository":{"id":259860491,"uuid":"877817384","full_name":"Wickslynx/RoofNut","owner":"Wickslynx","description":"Gui framework written in C. (Stable release out today!)","archived":false,"fork":false,"pushed_at":"2025-01-22T11:44:28.000Z","size":4229,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-22T12:32:00.643Z","etag":null,"topics":["c","gui-framework","v1-12"],"latest_commit_sha":null,"homepage":"","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/Wickslynx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"publiccode":null,"codemeta":null}},"created_at":"2024-10-24T09:44:17.000Z","updated_at":"2025-01-22T11:44:32.000Z","dependencies_parsed_at":"2024-11-28T19:31:15.524Z","dependency_job_id":"89add655-fff9-45cb-b049-a36d1e810d75","html_url":"https://github.com/Wickslynx/RoofNut","commit_stats":null,"previous_names":["wickslynx/roofnut---gui-library"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wickslynx%2FRoofNut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wickslynx%2FRoofNut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wickslynx%2FRoofNut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wickslynx%2FRoofNut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wickslynx","download_url":"https://codeload.github.com/Wickslynx/RoofNut/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235552901,"owners_count":19008490,"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":["c","gui-framework","v1-12"],"created_at":"2025-01-25T08:13:15.791Z","updated_at":"2025-05-08T03:27:52.787Z","avatar_url":"https://github.com/Wickslynx.png","language":"C","readme":"# RoofNut\r\n\r\n**Version 1.24**\r\n\r\nRoofNut is a lightweight GUI framework inspired by Walnut, using GLFW and Vulkan or OPENGL for rendering, and Nuklear for the GUI. It's an evolving library designed for high performance with a customizable, immediate-mode interface.\r\n\r\n# Features:\r\nBuilt on GLFW and Vulkan for efficient rendering.\r\nUses Nuklear for immediate-mode GUI.\r\nOpenGL support. (1.12)\r\nUses stb_image to load images. (Only OpenGL version, vulkan version still in development)\r\n\r\n# Getting Started:\r\n\r\n**1. Install dependencies:**\r\nRun this command to install required libraries automatically: \r\n\r\n***-NOTE-***\r\nThe only command that has been proven to work from testing is the *Debian* command. **The commands for the other distros might not work as expected.**\r\n\r\nFor Debian-based systems: * sudo apt-get install libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxkbcommon-dev libwayland-dev *\r\n\r\nFor Fedora-based systems (DNF): * sudo dnf install libX11-devel libXrandr-devel libXinerama-devel libXcursor-devel glfw-devel vulkan-loader-devel libXi-devel * \r\n\r\nFor Arch-based systems: * sudo pacman -S libx11 libxrandr libxinerama libxcursor glfw-x11 vulkan-loader libxi *\r\n\r\n\r\n\r\n\r\n**2. Compile and build your application using RoofNut.**\r\nBuild your application using *./install.sh*, include *\u003croofnut.h\u003e* and you are all set.\r\n\r\nAlternative way, If your project has a cmake list you can use the command: add_subdirectory({*path-to-roofnut*}/RoofNut/install/CMakeLists.txt)\r\n\r\nCompile command: g++ *path-to-your-file* -o *-your-executables-name-* -lRoofNut  -lGLEW -lGL \r\n\r\ng++ docs/examples/example.c -\r\no main -lRoofNut -lGL -lvulkan\r\n\r\nPlease see the *docs* folder for further explanation and examples\r\n\r\n# Examples:\r\nHow many lines of code do you think this application took? I made this application with around 180 lines of code.\r\n\r\n![Uhhh ooo, Error! Please contanct me.](docs/examples/example-images/main-screenshot.png)\r\n\r\n\r\n\r\n# Current Issues:\r\n\r\n\r\n**1. Image rendering (vulkan)**, Images is not supported in the vulkan version\". (Abandoned, *as of lack of driver support*)\r\n\r\n**2. Alot of bugs (OpenGL)** , there is alot of bugs that i havent noticed yet, would need someone to test it. (Worked on.)\r\n\r\n**3. Additonal debugging needed (vulkan)** , (Wickslynx) can't test the vulkan version as my drivers are outdated. Hence why i added OpenGL support. (Worked on)\r\n\r\n**4. Built in GLEW support (OpenGL)** , i can't get the compiler to reqonise the built in GLEW library.. Abandoned as of now...\r\n\r\n\r\n\r\n# Support:\r\nPlease email me on Wickslynx@yahoo.com\r\nI will respond as soon as possible, updates come regularly. ***I'm aiming to drop weekly releases with changes and performace updates, and big updates each month.***\r\n\r\n***RoofNut is still in development!***\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwickslynx%2Froofnut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwickslynx%2Froofnut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwickslynx%2Froofnut/lists"}