{"id":23803547,"url":"https://github.com/d3cod3/gamuza","last_synced_at":"2025-09-06T16:32:28.155Z","repository":{"id":8732331,"uuid":"10406612","full_name":"d3cod3/GAmuza","owner":"d3cod3","description":"GAmuza | Hybrid Live OF Sketching IDE | OSX only","archived":false,"fork":false,"pushed_at":"2016-12-09T13:43:57.000Z","size":41200,"stargazers_count":62,"open_issues_count":0,"forks_count":7,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-11-07T00:39:38.257Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://gamuza.d3cod3.org","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/d3cod3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-31T14:34:35.000Z","updated_at":"2023-05-14T11:35:10.000Z","dependencies_parsed_at":"2022-09-19T19:50:16.825Z","dependency_job_id":null,"html_url":"https://github.com/d3cod3/GAmuza","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3cod3%2FGAmuza","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3cod3%2FGAmuza/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3cod3%2FGAmuza/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3cod3%2FGAmuza/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d3cod3","download_url":"https://codeload.github.com/d3cod3/GAmuza/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232133696,"owners_count":18477293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-01T22:32:25.303Z","updated_at":"2025-01-01T22:32:26.811Z","avatar_url":"https://github.com/d3cod3.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [GAmuza](http://www.gamuza.cc) [![GAmuza](http://gamuza.d3cod3.org/graphics/gaLogo.png)](http://www.gamuza.cc)\n\n\n# About\n\n[![GAmuza](http://gamuza.d3cod3.org/graphics/gaIDE.jpg)](http://www.gamuza.cc)\n\nThe original idea was to make creative coding easier; then, usually jumping from [Processing](http://www.processing.org) to [OF](http://www.openframeworks.cc), always trying new libraries/addons, the desire was, having OF with a Processing like IDE, + a bunch of GUI modules to avoid the technical programming stuff like Computer Vision, Audio Analysis, Arduino communication, etc..\n\nSo, this is it, this is GAmuza, made with OF, inspired by Processing, binding the (almost) entire OF language v.0.8.4 with his official addons included, the entire OpenGL 1.1 language, a bunch of other addons , and the small GAmuza framework of functions and GUI modules to make creative coding a lot more easier, all of it embedded into a slight modified Lua scripting environment.\n\n# Licence\n\nThe code in this repository is available under the [MIT License](https://secure.wikimedia.org/wikipedia/en/wiki/Mit_license).\n\nCopyright (c) [2008-2015] [Emanuele Mazza]\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n\n# Download\n\nLast Release - GAmuza 0595 [here](http://gamuza.d3cod3.org/downloads/GAmuza-0595-OSX.zip)\n\n\n# Installation\n\nJust drag to Application folder.\n\n# Dependencies\n\n## OF\n\nopenFrameworks 0.8.4 with this [patch](https://github.com/d3cod3/GAmuza/blob/master/GA_ofPatch.patch) and all the official addons.\n\n## Additional Libraries\n\n* Boost Library \u0026 headers\n\n\n## OFXADDONS\n\nDue to a lot of modification applied to most of them, are all included in this repo in src/ofxAddons/\n\n## Frameworks\n\n* [Sparkle.framework](https://github.com/andymatuschak/Sparkle/wiki): [project page](http://sparkle.andymatuschak.org/)\n* [Syphon.framework](http://syphon.v002.info/)\n\n* Accelerate.framework\n* AGL.framework\n* AppKit.framework\n* ApplicationServices.framework\n* AudioToolbox.framework\n* AudioUnit.framework\n* Carbon.framework\n* Cocoa.framework\n* CoreAudio.framework\n* CoreAudioKit.framework\n* CoreData.framework\n* CoreFoundation.framework\n* CoreMIDI.framework\n* CoreServices.framework\n* CoreVideo.framework\n* Foundation.framework\n* IOKit.framework\n* OpenAL.framework\n* OpenGL.framework\n* QTKit.framework\n* QuickTime.framework\n* ScriptingBrigde.framework\n\n\n# Compatibilities\n\nopenFrameworks 0.8.4\n\n# Compilation\n\nApple LLVM Compiler 4.1, for 32-bit architecture using OS X 10.7 base sdk.\n\n# Sketching (Live Coding)\n\n### These are some of the GAmuza IDE futures:\n\n* **Line Numbering**\n* **Syntax Coloring**\n* **Code Completion**\n* **Multi Tab sketch editor (Processing like)**\n* **Live Coding**\n* **Various GUI Modules (Audio Analysis, Computer Vision, Arduino, Timeline)**\n* **Various tools (RGB/HSV Color selector, Custom Console)**\n\n## Language\n```c++\n\n/*\n\n GAmuza 1.0 examples\n ---------------------\n Basics/emptyExample.ga\n\n Draw a flicking circle over mouse position.\n\n created by n3m3da | www.d3cod3.org\n\n*/\n\nfunction setup()\n\tofSetCircleResolution(50)\nend\n\nfunction update()\n\nend\n\nfunction draw()\n    gaBackground(0.0,1.0)\n\n    ofSetColor(255)\n    ofCircle(gaMouseX(),gaMouseY(),ofRandom(20,200))\nend\n\n```\n\nGAmuza scripting language is based on [LUA](http://www.lua.org/), integrated in OF with a modified version of [ofxLua](https://github.com/danomatika/ofxLua) addon; a patched version of LUA 5.1 is compiled as a static library, and the entire binding of OF 0.7.4 with all the ofxAddons is made through [LUABIND](http://www.rasterbar.com/products/luabind.html), while the binding of OpenGL 1.1 is coded directly from LUA using [luaglut](https://github.com/LuaDist/luaglut).\n\nThese are the most important LUA 5.1 patches\n\n* **C/C++ style comments**\t\t\t\t\t\t[see the patch](http://lua-users.org/files/wiki_insecure/power_patches/5.2/cppcomt.diff)\n* **Compound Assignment Operators**\t\t\t\t[see the patch](http://lua-users.org/files/wiki_insecure/power_patches/5.2/increment.patch)\n* **Accepts both ~= and != for comparison**\t\t[see the patch](http://lua-users.org/files/wiki_insecure/power_patches/5.1/bitwise_operators_5.1.4_1.patch)\n* **Lua Bit Operation Module** \t\t\t\t\t[http://bitop.luajit.org/](http://bitop.luajit.org/)\n\n## Bindings\n\n### LUA language\n\nLUA 5.1 programming environment [manual](http://www.lua.org/manual/5.1/manual.html)\n\n### OF 0.8.4 language **EXCLUDING**:\n\n * ofArduino  --\u003e managed from Arduino GUI module + GAmuza framework related functions\n * ofSoundStream -- managed from AudioAnalysis GUI module + GAmuza framework related functions\n * ofLog, ofLogFatalError, ofLogError, ofLogVerbose, ofLogWarning, ofLogNotice --\u003e covered by GAmuza console panel\n * ofPoint --\u003e use ofVec3f instead\n * ofRendererCollection\n * ofEvents\n * ofPtr\n\n\n### OF 0.8.4 official addons\n\n### GAmuza framework\n\n * functions list [here](https://github.com/d3cod3/GAmuza/blob/master/gaFunctionsList)\n\n### OPENGL 1.1\n\n * language [reference](http://www.talisman.org/opengl-1.1/Reference.html)\n\n## Modules\n\n * ARDUINO\n\n[![GAmuza](http://gamuza.d3cod3.org/graphics/arduinoModule.jpg)](http://www.gamuza.cc)\n\n * AUDIO ANALYSIS\n\n[![GAmuza](http://gamuza.d3cod3.org/graphics/audioAnalysisModule.jpg)](http://www.gamuza.cc)\n\n * COMPUTER VISION from cameras (wrapped within a class and available from code)\n\n[![ScreenShot](http://gamuza.d3cod3.org/graphics/cameraTrackingModule.jpg)](http://www.d3cod3.org/gamuza/footage/gaComputerVision.mov)\n\n * COMPUTER VISION from Kinect \t(wrapped within a class and available from code)\n\n[![GAmuza](http://gamuza.d3cod3.org/graphics/kinectModule.jpg)](http://www.gamuza.cc)\n\n * TIMELINE\n\n[![GAmuza](http://gamuza.d3cod3.org/graphics/timelineModule.jpg)](http://www.gamuza.cc)\n\n * MAPPER\n\n [![GAmuza](http://gamuza.d3cod3.org/graphics/mapperModule.jpg)](http://www.gamuza.cc)\n\n\n# Known issues\n\nA lot\n\n\n# Contribute\n\nActually GAmuza v1.0 is in development (this repo) and is not finished yet, but this is just a matter of time, the real deal is porting this project to Linux and Windows (just for mac now, compatible from osx 10.7 Lion), so, if anyone interested in join me in this project, is more than welcome!!\n\n\n# Version history\n\n=======\n## v1.0  |  Rel. 0435\n\n* Updated GAmuza to OF 0.8.4 last official release\n* a lot of bug fixing\n\n## v1.0  |  Rel. 0433\n\n* Updated XCode project, now compiling with Apple LLVM Compiler 4.1, goodbye old GCC 4.2!!!\n* ofxTwitter fixed \u0026 updated to API 1.1, included OAuth and JSON parser addons\n* small bug fixing\n\n## v1.0  |  Rel. 0432\n\n* Fixed wrapper\n* general bug fixing\n\n## v1.0  |  Rel. 0431\n\n* Fixed Preview aspect ratio texture scaling\n* Added export to HTML (simple script documentation)\n* Added Archive sketch (save everything to .zip)\n* Cleaning editor interface\n\n## v1.0  |  Rel. 0426\n\n* initial version\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3cod3%2Fgamuza","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd3cod3%2Fgamuza","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3cod3%2Fgamuza/lists"}