{"id":17160335,"url":"https://github.com/codenameyau/threegen","last_synced_at":"2025-03-24T15:12:10.985Z","repository":{"id":68294817,"uuid":"21333742","full_name":"codenameyau/threegen","owner":"codenameyau","description":":beginner: Three.js game engine","archived":false,"fork":false,"pushed_at":"2014-08-02T16:11:26.000Z","size":2644,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T20:19:48.170Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codenameyau.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-29T22:39:49.000Z","updated_at":"2015-06-12T05:00:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"460d6c01-835f-4af2-a830-8142f83c6b4a","html_url":"https://github.com/codenameyau/threegen","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/codenameyau%2Fthreegen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenameyau%2Fthreegen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenameyau%2Fthreegen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenameyau%2Fthreegen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codenameyau","download_url":"https://codeload.github.com/codenameyau/threegen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245294775,"owners_count":20591909,"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-10-14T22:24:32.603Z","updated_at":"2025-03-24T15:12:10.955Z","avatar_url":"https://github.com/codenameyau.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"threegen\n========\n\n###Description\nThree.js game engine. Stay tuned!\n\n* [Engine source code](https://github.com/codenameyau/threegen/tree/master/app/assets/js/lib/engine)\n* [Game Demo source code](https://github.com/codenameyau/threegen/tree/master/app/assets/js/game)\n* [Documentation (Coming Soon)](https://github.com/codenameyau/threegen/wiki)\n* [ThreeGen Architecture](https://github.com/codenameyau/threegen/wiki/Architecture)\n\n\n###Structuring Your Game\nBy default, your game components are structured as modules using Browserify.\nYou will need to install node.js as well as globally install Browserify and Watchify.\nHere is a [simple tutorial](http://engineering.yp.com/post/browserify) to get started.\n\nThe included [Boilerplate Game Demo](https://github.com/codenameyau/threegen/tree/master/app/assets/js/game)\nis one possible way to structure your game.\n\n#####Bundling your game into one file:\nEverytime changes are made to your game, you must run Browserify.\n\n```bash\ncd app/assets/js/game/\nbrowserify main.js -o game.js\n```\n\n#####Bundling all changes automatically:\nTo automatically detect and bundle changes, you can install Watchify:\n\n`npm install -g watchify`\n\nThen run:\n\n```bash\ncd app/assets/js/game/\nwatchify main.js -o game.js\n```\n\n\n###Deploying Your Game with ThreeGen\n\nBefore deploying, you can follow these steps to concat and minify your CSS and JS files.\n\n1. Run `npm install`, which will locally download the node packages found in `package.json`.\n2. Next run `gulp`, which will minify and concat your files into a `dist/` folder.\n\nSee `gulpfile.js` for more details.\n\n\n##Learning Resources\n\n####Books\n* [Jason Gregory - Game Engine Architecture (Jun 2009)](http://www.gameenginebook.com/index.html)\n* [Christer Ericson - Real-time Collision Detection (Dec 2004)](http://realtimecollisiondetection.net/)\n* [Ian Millington - Game Physics Engine Development (Jul 2010)](http://procyclone.com/)\n* [Jim Hefferon - Linear Algebra (Free Text)](http://joshua.smcvt.edu/linearalgebra/)\n\n####Topics\n* [Udacity - Interactive 3D Graphics](https://www.udacity.com/course/cs291)\n* [Wikipedia - Octree](https://en.wikipedia.org/wiki/Octree)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenameyau%2Fthreegen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodenameyau%2Fthreegen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenameyau%2Fthreegen/lists"}