Code Monkey home page Code Monkey logo

aft / cbdatagui-gml-library Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 0.0 18.57 MB

cbDataGUI is an open-source, easy to implement GUI for manipulating object instance variables written in GML (Gamemaker Studio's scripting language)

Home Page: http://cembaspinar.com/Docs/cbDataGUI/index.html

License: MIT License

NSIS 0.47% Game Maker Language 59.64% GLSL 3.68% Yacc 35.28% JavaScript 0.61% HTML 0.13% CSS 0.19%
gml gui gamemaker-language gamemaker-studio gamemaker datgui port debugging-tool

cbdatagui-gml-library's Introduction

cbDataGUI GML Library

cbDataGUI Logo

cbDataGUI is an open-source, easy to implement GUI for manipulating object instance variables written in GML (Gamemaker Studio's scripting language)

Best fit for debugging, data visualization, demos and prototyping.

cbDataGUI is based on the idea and the look of Google’s Dat.GUI library.

Marketplace Page for GMS1.4 Marketplace Page for GMS1.9EA

Demos

Download Windows Demo (Scanned with AVG 17.5.3021 - Definition v. 170712-10) or

Download OSX Demo (Scanned wıth AVG 17.2 - Definition v. 170712-10) from Github (Move it to Applications folder if you get 'Game not found' error.

Usage

// String example
scr_cbDataGUI_add(obj_fizzy_text, "message", cbData_type.text, -1);

// Number example
scr_cbDataGUI_add(obj_fizzy_text, "pSpeed", cbData_type.number, -1); 

// Boolean example
scr_cbDataGUI_add(obj_fizzy_text, "displayOutline", cbData_type.boolean, -1); 

// Script example
scr_cbDataGUI_add(obj_fizzy_text, "scr_fizzy_text_explode", cbData_type.function, -1);

More Info

For more info, check the documentation here

Contributing

It's through your contributions that cbDataGUI will continue to improve. You can contribute in several ways.

Issues: Provide a detailed report of any bugs you encounter and open an issue.

Documentation: If you'd like to fix a typo or beef up the docs, you can fork the project, make your changes, and submit a pull request.

Code: Make a fix and submit it as a pull request. When making changes, add comments to describe the changes.

Author

Cem Baspinar

Thanks

Thanks to anyone who downloaded the extention from the marketplace.

Copyright and License

Copyright 2017 Cem Baspinar Code released under the MIT License.

cbdatagui-gml-library's People

Contributors

aft avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cbdatagui-gml-library's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.