Coder Social home page Coder Social logo

boyquotes / godotsnippets-2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from richardellicott/godotsnippets

0.0 0.0 0.0 867 KB

snippets of code for the Godot game engine

License: Creative Commons Zero v1.0 Universal

Python 11.76% GAP 0.49% GDScript 84.46% GLSL 3.29%

godotsnippets-2's Introduction

a collection of Godot solution code, small snippets as examples designed for easy copy and pasting

it's just my personal collection like a scrapbook, so i can quickly paste various patterns i would constantly forget and avoid google

most snippets are presented as an easy to use encapsulated function

some things like CSG can only really be encapsulated as an object, some things are better as an object (CSV reading for example) but sosmetimes one shot functions are still desirable.

Recently i was trying to make the "cogs" library to hypthosise on my perfect library at least. This will use a strict OO model ... it would do common things like for example there are no 2D arrays, so make an object to encapsulate a PoolRealArray... most of us realise okay we could use a PoolArray as a 2D or multidimensional array.. however this library would save you that 10 minutes and create the idea of a "standard approach"

godotsnippets-2's People

Contributors

richardellicott avatar

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.