All Projects → gregtatum → rugl

gregtatum / rugl

Licence: MIT License
Declarative Stateless OpenGL in Rust

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to rugl

fluent-schemer
i wrote this so i can validate stuff without suffering
Stars: ✭ 43 (+10.26%)
Mutual labels:  declarative
MapML
Map Markup Language is hypertext for Web maps, like HTML is hypertext for Web pages https://maps4html.org/MapML/spec/
Stars: ✭ 48 (+23.08%)
Mutual labels:  declarative
pretend
A decorator based http webservice client written in typescript
Stars: ✭ 34 (-12.82%)
Mutual labels:  declarative
mod authnz jwt
An authentication module for Apache httpd using JSON Web Tokens
Stars: ✭ 74 (+89.74%)
Mutual labels:  stateless
f5-super-netops-container
F5 Super NetOps container images that enable Automation and Orchestration with a DevOps methodology
Stars: ✭ 24 (-38.46%)
Mutual labels:  declarative
dotfiles
NixOS system config & Home-Manager user config
Stars: ✭ 43 (+10.26%)
Mutual labels:  declarative
jwt-session
JwtSession is a PHP session replacement. Instead of use FileSystem, just use JWT TOKEN. The implementation follow the SessionHandlerInterface.
Stars: ✭ 42 (+7.69%)
Mutual labels:  stateless
core
Declarative database schema definition
Stars: ✭ 31 (-20.51%)
Mutual labels:  declarative
warewulf
Warewulf is a stateless and diskless container operating system provisioning system for large clusters of bare metal and/or virtual systems.
Stars: ✭ 90 (+130.77%)
Mutual labels:  stateless
metagraf
metaGraf is a opinionated specification for describing a software component and what its requirements are from the runtime environment. The mg command, turns metaGraf specifications into Kubernetes resources, supporting CI, CD and GitOps software delivery.
Stars: ✭ 15 (-61.54%)
Mutual labels:  declarative
declarative-parser
Modern, declarative argument parser for Python 3.6+
Stars: ✭ 31 (-20.51%)
Mutual labels:  declarative
react-declarative
A React form builder which interacts with a JSON endpoint to generate nested 12-column grids with input fields and automatic state management in a declarative style. Endpoint is typed by TypeScript guards (IntelliSense available). This tool is based on material-ui components, so your application will look beautiful on any device...
Stars: ✭ 17 (-56.41%)
Mutual labels:  declarative
stateless
A library which is not recognized as citizen of any infrastructure.
Stars: ✭ 26 (-33.33%)
Mutual labels:  stateless
terraform-provider-carvel
Carvel Terraform provider with resources for ytt and kapp to template and deploy to Kubernetes
Stars: ✭ 40 (+2.56%)
Mutual labels:  declarative
edd
Erlang Declarative Debugger
Stars: ✭ 20 (-48.72%)
Mutual labels:  declarative
animation-wrapper-view
Declarative animations with imperative controls for RN/RNW.
Stars: ✭ 53 (+35.9%)
Mutual labels:  declarative
ironhide
Ironhide, the data transformer. Main repo:
Stars: ✭ 16 (-58.97%)
Mutual labels:  declarative
recurse
re<urse is a declarative language for generating musical patterns
Stars: ✭ 32 (-17.95%)
Mutual labels:  declarative
recycler-adapter
RecyclerView-driven declarative UIs
Stars: ✭ 124 (+217.95%)
Mutual labels:  declarative
Helm
A graph-based SwiftUI router
Stars: ✭ 64 (+64.1%)
Mutual labels:  declarative

rugl - Declarative Stateless OpenGL in Rust

This is an early experimental prototype for doing OpenGL in Rust using a similar strategy to the WebGL library regl. It is an excuse for me to learn Rust and write some OpenGL.

Examples

  • cargo run --example single-triangle
  • cargo run --example moving-triangles
  • cargo run --example teapot

MIT License

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].