GameMonetize Posted May 19, 2014 Share Posted May 19, 2014 The main idea of this topic is to reference great projects done with Babylon.js. Assassin's Creed Pirate Race: http://race.assassinscreedpirates.com gwenael, Dad72 and ian 3 Quote Link to comment Share on other sites More sharing options...
Feldspar Posted June 11, 2014 Share Posted June 11, 2014 Hi guys, We just released today our new version of Wanaplan : www.wanaplan.com This is a 3D home planner that was originally built with Three.js, but we decided a while ago to use Babylon instead, and it works fine now, even better We tweaked the engine a little bit to be case-specific, so the renderings are way faster when the number of objects grows (still CPU limited though). Check it out ! (also available on the french website www.kozikaza.com)If you see some features you're interested in, and you'd like to implement them in your own project or in babylon.js itself, just give me a heads up. Cheers, Feldspar Bob Razowsky, celian-garcia, yoric and 9 others 12 Quote Link to comment Share on other sites More sharing options...
SietseB Posted June 19, 2014 Share Posted June 19, 2014 A real time traffic visualization, that's what I used Babylon for. Data visualization is probably not the main objective of the Babylon engine, but that is the beauty of a good library: it serves multiple purposes. David, David, Pierre and all other contributors, thank you for providing a great engine! The Dutch site wegbeeld.nl visualizes traffic speed and flow on the highways in The Netherlands, based on real time open data. The technical goal of the 3D page was clear: how do I display as many car meshes as possible without dropping performance. I kept the meshes extremely simple, no shadows, no collision detection, no complex textures - indeed, for the real 3D enthousiast it's a boring story, but keeping it simple performance is good with 2000-3000 moving instances of the car mesh. Fastest results in Chrome, with IE 11 and Firefox in good second place.Dynamic textures with alpha channel were very usefull to generate city labels on the fly. A nice little extra: the lightning is adepting to the time of day. Broad daylight, sunset and night hours result in different directions and colors of the directional light. So far, the site is only in Dutch, sorry for that, but it's pretty self-explanatory, I think. Left mouse button for moving the camera, right for rotating, scroll wheel for zooming. In a next project, I'll definitely use Babylon.js again! GameMonetize, Wingnut, ian and 4 others 7 Quote Link to comment Share on other sites More sharing options...
Temechon Posted August 13, 2014 Share Posted August 13, 2014 Hey guys, Here is my first complete game with Babylon.js : QUARTO !Based on a famous board game, a player wins by placing four pieces with a common attribute in a line or in a row. Here is the link : http://pixelcodr.com/games/quarto/index.htmlDon't hesitate to tell me what you think Cheers ! GameMonetize, ian, Dad72 and 2 others 5 Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted August 13, 2014 Author Share Posted August 13, 2014 Where can we find it? Quote Link to comment Share on other sites More sharing options...
Temechon Posted August 13, 2014 Share Posted August 13, 2014 I...em... forgot it. Now it's ok Quote Link to comment Share on other sites More sharing options...
Carlos R Posted August 14, 2014 Share Posted August 14, 2014 Hi, here is my proyect, its a simple 3d supermarket using babylon js. http://192.241.181.27/supermercado/ I'm uploading all the source code and the blenders files. Thanks for watching. GameMonetize 1 Quote Link to comment Share on other sites More sharing options...
Dad72 Posted August 14, 2014 Share Posted August 14, 2014 It is interesting as commerce solution for the web. I am sure it is a solution that should develop much more at some merchant Icommerce. Carlos R 1 Quote Link to comment Share on other sites More sharing options...
Temechon Posted September 18, 2014 Share Posted September 18, 2014 Hello, I just released a new game called BLOCK here : http://pixelcodr.com/games/block/index.html Move the block with the arrow keys and try to complete all levels ! mightymarcus, Thark, gryff and 10 others 12 1 Quote Link to comment Share on other sites More sharing options...
gryff Posted September 18, 2014 Share Posted September 18, 2014 I just released a new game called BLOCK here : http://pixelcodr.com/games/block/index.html Excellent Temechon. My type of game - my fingers are too slow for "shooters". Reminds me of a lot of DOS games I used to play - variations of Sokoban-type games. cheers, gryff Temechon 1 Quote Link to comment Share on other sites More sharing options...
AlexB Posted September 19, 2014 Share Posted September 19, 2014 Very clever, Temechon! My only suggestion is to spend some time on the overall design (fonts, user feedback, fx, high score lists, etc). Aside from that it's a very addicting game. You could polish this up and put on iTunes and be successful with it! Temechon 1 Quote Link to comment Share on other sites More sharing options...
Zimbofly Posted October 21, 2014 Share Posted October 21, 2014 for sure - that game is very addictictive, Temechon - awesome job! Temechon 1 Quote Link to comment Share on other sites More sharing options...
macguyvok Posted November 7, 2014 Share Posted November 7, 2014 Well, I figure it's about time to introduce my project: Requiem For Innocence: Precursors The plan is to build a community-driven MMO with game play targeted at casual players and small groups. We've been working on various incarnations of the project for almost 10 years now, mostly using it as an excuse to learn new technology, and just as a fun hobby project. As such, we've rewritten it about 5 times now, as we've changed tech, wanted to try new things, or just weren't happy with the tools we chose. Only recently have we decided to actually make a run of it, using all our experience and the evolving indie landscape to our advantage. We think that it should be possible to build a community around a limited set of content and gameplay, and expand as the community expands. Right now we're in the very early stages, but the project is 100% open source, and very active. (You can check the client out here, and the server out here.) It's built with Babylon.js, Socket.io, AngularJS, Bootstrap and Node.js (for the server). It's still a little too rough for a live demo, but here's a YouTube video of our first networking test (last night!): In the next month we plan on releasing the first version (pretty much just what you see in the video), getting a website and a set of forums up, along with a live server. GameMonetize, Wingnut and Stephen Andrews 3 Quote Link to comment Share on other sites More sharing options...
HugoMcPhee Posted November 13, 2014 Share Posted November 13, 2014 Here's a project I made for uni, its a scene of a boat with a pirate and their bird. it's inspired by old claymation animationshttp://mywobsite.x10.mx/claymationboat/? - Depth of Field post processing effect- Bones that look at things- Astar path finding (with astar.js)- Lightning The physics doesn't really work because I ran out of time near the end to fix itHere's a screenshot:Controls:Use the arrow keys to move, and the mouse to look around, click the left mouse button to kind of launch the ball upwards (if it gets near the bird, the bird will fly down and land on the pirates head) Wingnut 1 Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted November 13, 2014 Author Share Posted November 13, 2014 hey that's huge Do you mind adding DoF pp to Babylon.js? HugoMcPhee 1 Quote Link to comment Share on other sites More sharing options...
Samuel Girardin Posted November 13, 2014 Share Posted November 13, 2014 Really good atmosphere here ! HugoMcPhee and ian 2 Quote Link to comment Share on other sites More sharing options...
HugoMcPhee Posted November 22, 2014 Share Posted November 22, 2014 hey that's huge Do you mind adding DoF pp to Babylon.js?yeah sure thing I'll try to get all the bits together and make it neat GameMonetize 1 Quote Link to comment Share on other sites More sharing options...
Nikos Posted January 3, 2015 Share Posted January 3, 2015 I'm working on a Babylon.js RTS game and will release the source code for others to benefit. Hopefully my components will be re usable. I'm using ES6. Anyone interested in the code so far please ping me! GameMonetize 1 Quote Link to comment Share on other sites More sharing options...
Nikos Posted January 3, 2015 Share Posted January 3, 2015 Very clever, Temechon! My only suggestion is to spend some time on the overall design (fonts, user feedback, fx, high score lists, etc). Aside from that it's a very addicting game. You could polish this up and put on iTunes and be successful with it!How can you put this on itunes? Phonegap? Quote Link to comment Share on other sites More sharing options...
Temechon Posted January 3, 2015 Share Posted January 3, 2015 Phonegap, or Cocoonjs I guess. benoit-1842 1 Quote Link to comment Share on other sites More sharing options...
Temechon Posted February 13, 2015 Share Posted February 13, 2015 Hello guys ! I just published a new game made with @jbledowski on our beloved engine, we called it Shinobomb ! Tell me if you like it PS : Playable on keyboard and Gamepad iiceman, Jaskar, GameMonetize and 3 others 6 Quote Link to comment Share on other sites More sharing options...
iiceman Posted February 13, 2015 Share Posted February 13, 2015 So thats the bomberman you were talking about, eh? You started later and it looks that good already!? Is it already the final version or do you still work on it? Makes me a bit jealous Pretty cool, I have to test a bit more, but I love the meshes for the objects that you can pick up, they look really cool. I played around (only a tiny little for now) and I had the feeling that the bombs explode a bit too fast. if you place multiple bombs you are almost doomed to be caught in the cross fire. An a bit longer timer would be nice I think. Besides that I experienced some minor graphic bugs.. some flickering boxes and stuff like that, but nothing big. Overall, really really nice, great job! Makes me want to continue with mine, too, but not sure if I'll have time those days. Quote Link to comment Share on other sites More sharing options...
Temechon Posted February 13, 2015 Share Posted February 13, 2015 Hey iiceman, Yeah, that's the bomberman i was working on I think I started earlier than you, because at the time you created your topic on particles, I already got the character running and the main architecture in place. But your topîc was incredibly useful for my bomb range, so thank you very much ! And thank you very much for your kind words ! It's really appreciated Quote Link to comment Share on other sites More sharing options...
iiceman Posted February 14, 2015 Share Posted February 14, 2015 I played a bit more and I realized that the bomb timer thing I mentioned isn't really an issue because you get pretty fast with all those sandals around. But picking all of those up makes you really fast and things get a bit hard to control. Maybe you would have to cap the speed at a certain maximum... but it's all fine tuning. I think the setting looks pretty cool. I like that japanese style and the house/temple model in the background. I also dig that font you used, fits perfectly Two more things: When I start a game it shows me the preloader with the shuriken, but as soon as this is done and I get to see the scene, it still seems to load the meshes.. it's not all ready yet, you know what I mean? The other thing: maybe I am just too stupid or blind or what so ever...but... after a math ends and I get the "player 1 wins" thing, is there a button to restart the game anywhere or do I really have to hit the browser reload to play another round? A restart button and a continuous score would be nice..so that you can play best of 5 or something. I know I am probably being to critic pointing out such things (you probably are aware of it anyways) but I always like it if people tell me those things.. sometimes you just don't see it yourself after working on something for a long time. I'll try to talk my girlfriend into playing a match with me to see how it feels with two players so that i can give you more feedback... well, only if you want me to Quote Link to comment Share on other sites More sharing options...
NasimiAsl Posted February 15, 2015 Share Posted February 15, 2015 3d real shop project 1. tools for generate and build object and can imported from .obj2. shader easy structer for material (without any dependency)3. vector wall and surface 3d geometry4. low size ( scene with sea and sky and mountain and beach = 74 kb)5. can change engine ( adapter pattern ) default babylon js , threejs , ...6. mathematical based geometry Wingnut 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.