Skip to content

ichi0915/RustyGuiMaker

Repository files navigation

Rusty Gui Maker Readme

The Rusty Gui Maker is a Rust library for creating graphical user interfaces via Vulkan

Coding Standar

Declarations

Class, Structs: PascalCase
Function, Method: camelCase
Mutable Variable: snake_case
Definition, inMutable, Static or Constant Variable: SCREAMING_SNAKE_CASE

Indentation style

K&R - Variant: Stroustrup
Tabs - 4 Spaces

Copyright In each file

/** 
 ** This Source Code Form is subject to the terms of the Mozilla Public
 ** License, v. 2.0. If a copy of the MPL was not distributed with this
 ** file, You can obtain one at http://mozilla.org/MPL/2.0/. 
 **
 **
 ** "Class name": Class Description.
 ** 
 ** Copyright (c) "Year" Rusty Gui Maker
 **/
 

About

Rust library for creating graphical user interfaces via Vulkan

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published