{"id":13659600,"url":"https://github.com/danielribeiro/WebGLCraft","last_synced_at":"2025-04-24T15:30:24.048Z","repository":{"id":2014823,"uuid":"2950214","full_name":"danielribeiro/WebGLCraft","owner":"danielribeiro","description":"WebGL implementation of Minecraft written in CoffeeScript.","archived":true,"fork":false,"pushed_at":"2018-07-10T16:03:36.000Z","size":2625,"stargazers_count":242,"open_issues_count":0,"forks_count":31,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-11-10T13:36:36.900Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://danielribeiro.github.io/WebGLCraft","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"colinbdclark/bergson","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danielribeiro.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":"2011-12-09T21:24:23.000Z","updated_at":"2024-10-17T03:55:06.000Z","dependencies_parsed_at":"2022-08-20T11:10:49.537Z","dependency_job_id":null,"html_url":"https://github.com/danielribeiro/WebGLCraft","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/danielribeiro%2FWebGLCraft","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielribeiro%2FWebGLCraft/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielribeiro%2FWebGLCraft/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielribeiro%2FWebGLCraft/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielribeiro","download_url":"https://codeload.github.com/danielribeiro/WebGLCraft/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250654052,"owners_count":21465806,"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":"2024-08-02T05:01:10.453Z","updated_at":"2025-04-24T15:30:23.670Z","avatar_url":"https://github.com/danielribeiro.png","language":"JavaScript","readme":"WebGLCraft\n==============\n\nWebGL implementation of [Minecraft](http://www.minecraft.net/) written in [Coffeescript](http://jashkenas.github.com/coffee-script/).\n\nDemo [here](http://danielribeiro.github.io/WebGLCraft/).\n\n[![](http://metaphysicaldeveloper.files.wordpress.com/2011/12/screen-shot-2011-12-17-at-6-44-36-pm.png)](http://danielribeiro.github.io/WebGLCraft/)\n\nYou can read more about the development of this project [here](http://metaphysicaldeveloper.wordpress.com/2011/12/20/implementing-minecraft-in-webgl/)\n\n\nCompiling\n----\n\nIt requires Coffeescript 1.1.3+ (version 1.6.2+ for [source maps](http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/)), and node.js 0.6+\n\nTo compile, run:\n\n    cake c\n\nThe command above will also watch for any changes. If you just wanna compile the files, run:\n\n    cake compile\n\nIf you wanna see the game locally, you need python, and you run \n\n    cake server\n\nwhich simply runs\n\n\n    python -m SimpleHTTPServer\n\nenabling you to open the game on [http://localhost:8000/public/](http://localhost:8000/public/)\n\n\nTo run the tests, simply run:\n\n\n    cake spec\n\n\nThe tests are powered by [Jasmine](https://jasmine.github.io/), and can also be seen\non the browser (useful for debugging) by opening http://localhost:8000/spec/web_runner.html\n\nCoffeescript Source Maps\n-----\n\nMake sure you have the latest coffeescript running (see [this](https://github.com/jashkenas/coffee-script/issues/2835) issue). Your source map file should look like this:\n\n```javascript\n{\n \"version\": 3,\n \"file\": \"collision.js\",\n \"sourceRoot\": \"..\",\n \"sources\": [\n   \"lib/collision.coffee\"\n ],\n \"names\": [],\n \"mappings\": \";AAAA;CAAA,CAAA,CAEI,CAFH,UAAD;CAEI,CAAuB,CAAA,CAAvB,KAAwB,YAAxB;CACI,CAAe,EAAA,CAAM,CAArB;CAAA,GAAA,WAAO;QAAP;CACA,CAAmB,CAAK,CAAL,EAAnB;CAAA,CAAO,EAAM,WAAN;QADP;CAEA,CAAO,EAAM,SAAN;CAHX,IAAuB;CAAvB,CAOmB,CAAA,CAAnB,CAAmB,IAAC,QAApB;CACI,SAAA,0BAAA;CAAA,EAAO,CAAP,EAAA,eAAA;CACA;CAAA,UAAA,gCAAA;yBAAA;CACI,CAAkC,CAAvB,CAAA,CAAU,GAArB;AAEoB,CAApB,GAAA,IAAA;CAAA,IAAA,YAAO;UAHX;CAAA,MADA;CAKA,GAAA,SAAO;CAbX,IAOmB;CATvB,GAAA;CAAA\"\n}\n```\n\n\nMeta\n----\n\nCreated by [Daniel Ribeiro](http://metaphysicaldeveloper.wordpress.com/about-me). Not affiliated with Mojang. Minecraft is a trademark of [Mojang](http://mojang.com/).\n\nReleased under the MIT License: http://www.opensource.org/licenses/mit-license.php\n\nhttp://github.com/danielribeiro/WebGLCraft\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielribeiro%2FWebGLCraft","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielribeiro%2FWebGLCraft","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielribeiro%2FWebGLCraft/lists"}