All Projects → rust-gamedev → Arewegameyet

rust-gamedev / Arewegameyet

Licence: cc-by-4.0
The repository for arewegameyet.rs

Labels

Projects that are alternatives of or similar to Arewegameyet

Breakpoint Slicer
Slice media queries with ease
Stars: ✭ 332 (-10.75%)
Mutual labels:  scss
Stylelint Config Sass Guidelines
⚙ A stylelint config inspired by https://sass-guidelin.es/
Stars: ✭ 349 (-6.18%)
Mutual labels:  scss
Sass Loader
Compiles Sass to CSS
Stars: ✭ 3,718 (+899.46%)
Mutual labels:  scss
Bento
🍱 Minimalist, elegant and simple startpage inspired by the Bento box!
Stars: ✭ 325 (-12.63%)
Mutual labels:  scss
Rust Ffi Omnibus
A collection of examples of using code written in Rust from other languages
Stars: ✭ 344 (-7.53%)
Mutual labels:  scss
Serverless Stack Com
An open source guide for building and deploying full-stack apps using Serverless and React on AWS.
Stars: ✭ 3,617 (+872.31%)
Mutual labels:  scss
Patternfly
This repo contains core (HTML/CSS) implementation for PatternFly. Issues related to CSS/HTML and layout should be filed here.
Stars: ✭ 328 (-11.83%)
Mutual labels:  scss
Office Ui Fabric Core
The front-end CSS framework for building experiences for Office and Microsoft 365.
Stars: ✭ 3,678 (+888.71%)
Mutual labels:  scss
Jekyll Theme Prologue
A Jekyll version of the "Prologue" theme by HTML5 UP
Stars: ✭ 346 (-6.99%)
Mutual labels:  scss
The Shell
Ghost Theme 👻
Stars: ✭ 362 (-2.69%)
Mutual labels:  scss
Restool
RESTool is an open source UI tool for managing RESTful APIs. It could save you time developing your own internal tools. A live example:
Stars: ✭ 338 (-9.14%)
Mutual labels:  scss
Gulp Scss Starter
Frontend development with pleasure. SCSS version
Stars: ✭ 339 (-8.87%)
Mutual labels:  scss
Mappy Breakpoints
Breakpoints with Maps in Sass
Stars: ✭ 360 (-3.23%)
Mutual labels:  scss
Prettydoc
Creating Pretty HTML From R Markdown
Stars: ✭ 338 (-9.14%)
Mutual labels:  scss
React Pro Sidebar
Customizable and responsive react sidebar library with dropdown menus and unlimited number of nested submenus
Stars: ✭ 359 (-3.49%)
Mutual labels:  scss
File System React
File System UI in Web using react
Stars: ✭ 331 (-11.02%)
Mutual labels:  scss
React Coding Challenges
A collection of React.js coding challenges with different difficulties.
Stars: ✭ 294 (-20.97%)
Mutual labels:  scss
Magento2 Theme Blank Sass
SASS based version of Magento 2 Blank theme
Stars: ✭ 373 (+0.27%)
Mutual labels:  scss
Wxapp Boilerplate
使用 webpack, babel, scss 开发的微信/支付宝小程序项目脚手架
Stars: ✭ 367 (-1.34%)
Mutual labels:  scss
Coreui
Open Source UI Kit built on top of Bootstrap 4 and plain JavaScript without any additional libraries like jQuery
Stars: ✭ 361 (-2.96%)
Mutual labels:  scss

README

What is this?

The Rust community has a number of websites dedicated to keeping track of the state of the ecosystem for specific purposes. (e.g. arewewebyet and arewelearningyet)

This one tracks the state of the ecosystem for Game Development in Rust.

Contribute

Arewegameyet? uses semantic-ui, and zola the Rust static site generator.

  1. Navigate to whichever folder in /content best fits your project.

  2. Edit that folder's data.toml file in any plain text editor or straight through GitHub's editor.

  3. Create a new entry, following the schema described below. Note that all entries should be sorted alphabetically by the name field, ignoring case. There is a CI check to ensure this is done correctly - you can use the sort_data.py script to automatically fix a file.

All done! We do greatly appreciate PRs, but if you're not comfortable with this process, you're welcome to open an issue requesting the addition of your project instead.

Schema

[[items]]
# The name of the item. Mandatory.
name = "My crate" 

# A short description of the item. Optional, but recommended.
description = "My extremely cool Rust crate" 

# The categories that your item should be assigned to. Mandatory.
categories = ["2drendering", "engines"]

# An image representing the item. Files should be checked in to
# /static/assets/img/, and the path should be absolute.
# Optional, but highly recommended for games!.
image = "/assets/img/logo.png"

# A link to the item's page on Crates.io. Optional.
crate_url = "https://crates.io/crates/mycrate"

# A link to the item's VCS repository. Optional.
repository_url = "https://github.com/username/repo"

# A link to the item's homepage. Optional.
homepage_url = "https://mycrate.com"

# A link to the item's Gitter chat. Optional.
gitter_url = "https://gitter.im/mycrate"

You can also tell the site to pull data directly from an external source:

[[items]]
# Pull data from Crates.io:
name = "mycratename"
source = "crates"
categories = ["mycategory"]

[[items]]
# Pull data from GitHub:
name = "username/repo"
source = "github"
categories = ["mycategory"]

Extra keys can be added to items that are pulled from external data (e.g. to add a homepage URL, or override some of the fetched data).

Enhance this website

If you're comfortable with semantic-ui and Zola please reach out to us in the Issues with your enhancement ideas or just to state your willingness to contribute.

Errors

It's very likely there are mistakes around, if you find one please file an issue.

Thanks for helping us map the Rust game development ecosystem!

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