All Projects → glfw → glfw.github.io

glfw / glfw.github.io

Licence: other
Jekyll sources for GLFW website

Programming Languages

SCSS
7915 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to glfw.github.io

Glfw
Go bindings for GLFW 3
Stars: ✭ 1,069 (+3859.26%)
Mutual labels:  glfw
Borealis
Hardware accelerated, controller and TV oriented UI library for PC and Nintendo Switch (libnx).
Stars: ✭ 135 (+400%)
Mutual labels:  glfw
Lwjgl3 Tutorial
Tutorial for the Lightweight Java Game Library (LWJGL) 3
Stars: ✭ 199 (+637.04%)
Mutual labels:  glfw
Bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
Stars: ✭ 10,252 (+37870.37%)
Mutual labels:  glfw
Futureproof
A live editor for fragment shaders, powered by Neovim, WebGPU, and Zig!
Stars: ✭ 117 (+333.33%)
Mutual labels:  glfw
Bimpy
imgui for python
Stars: ✭ 144 (+433.33%)
Mutual labels:  glfw
Silk.net
The high-speed OpenAL, OpenGL, Vulkan, and GLFW bindings library your mother warned you about.
Stars: ✭ 534 (+1877.78%)
Mutual labels:  glfw
Berserk
[WIP] High performance 3D graphics game engine
Stars: ✭ 31 (+14.81%)
Mutual labels:  glfw
Opengl cmake skeleton
❤️ A ready to use cmake skeleton using GLFW, Glew and glm. 👍
Stars: ✭ 118 (+337.04%)
Mutual labels:  glfw
Vxr
General purpose engine written in C++ with emphasis on materials rendering (PBR, clear coat, anisotropy, iridescence)
Stars: ✭ 181 (+570.37%)
Mutual labels:  glfw
Kinectazuredkprogramming
Samples about Kinect Azure DK programming
Stars: ✭ 92 (+240.74%)
Mutual labels:  glfw
Demos
Vulkan API crossplatform demos in Go
Stars: ✭ 103 (+281.48%)
Mutual labels:  glfw
Webgui
An example demo of IMGUI (Immediate Mode GUI) on the web. Using only WebGL, GLFW and ImGui. Suitable for being compiled to web assembly (WASM).
Stars: ✭ 180 (+566.67%)
Mutual labels:  glfw
Glfw.jl
Julia interface to GLFW, a multi-platform library for creating windows with OpenGL contexts and managing input and events.
Stars: ✭ 82 (+203.7%)
Mutual labels:  glfw
Glslviewer
Console-based GLSL Sandbox for 2D/3D shaders shaders
Stars: ✭ 2,834 (+10396.3%)
Mutual labels:  glfw
Lighthouse2
Lighthouse 2 framework for real-time ray tracing
Stars: ✭ 542 (+1907.41%)
Mutual labels:  glfw
Pyglfw
Python bindings for GLFW
Stars: ✭ 136 (+403.7%)
Mutual labels:  glfw
ImFrame
dear imgui + glfw framework
Stars: ✭ 86 (+218.52%)
Mutual labels:  glfw
Nimgl
NimGL is a Nim library that offers bindings for popular libraries used in computer graphics
Stars: ✭ 218 (+707.41%)
Mutual labels:  glfw
Flextgl
OpenGL and Vulkan header and loader generator.
Stars: ✭ 180 (+566.67%)
Mutual labels:  glfw

GLFW website

This is the Jekyll source for the glfw.org website.

The sources for this website are under the zlib/libpng license, the same as the library.

Development environment setup

Docker

Having Docker installed, spinning up a local Jekyll development server is as easy as running:

docker-compose up

Manual

Having Ruby properly installed and configured on your machine, these Ruby gems should be manually installed as well:

gem install jekyll jekyll-seo-tag jekyll-sitemap rouge

Finally start the Jekyll development server by running:

jekyll serve

Note: Please set JEKYLL_ENV=production environment variable before running production build.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].