Search found 165 matches
- Sun Mar 04, 2018 2:00 pm
- Forum: Ports
- Topic: Love.js - A Direct Emscripten Port
- Replies: 103
- Views: 41480
Re: Love.js - A Direct Emscripten Port
I wanted to share an update. It may look like this project is stagnating but I want to reiterate my commitment and explain why things are moving slowly. One of the goals I have with the 0.11.x version of this project was to eliminate that half-measures that I used to hack 0.10.x together. Not proper...
- Tue May 30, 2017 5:08 pm
- Forum: Ports
- Topic: Love.js - A Direct Emscripten Port
- Replies: 103
- Views: 41480
Re: Love.js - A Direct Emscripten Port
I've put together a node.js cli tool to facilitate building using this project. Ensure you have the latest version of node.js installed and then you can run: npm install -g love.js From that point, creating a new love.js project should be as easy. Running love.js will prompt you for some information...
- Sun May 28, 2017 3:25 pm
- Forum: Ports
- Topic: Love.js - A Direct Emscripten Port
- Replies: 103
- Views: 41480
Re: Love.js - A Direct Emscripten Port
Introducing the 0.11 branch of love.js. This is a significant departure from the previous version released and is the shape of what I imagine will eventually be the official release of this port. A few things of note: This is compiled with and relies on Emscripten's pthreads. This severely restricts...
- Sat May 27, 2017 12:24 pm
- Forum: Libraries and Tools
- Topic: windfield (easy box2d)
- Replies: 6
- Views: 2217
Re: windfield (easy box2d)
If someone asked me what the most underrated Love library is, I might have to say this one. The simple API belies some really clever engineering under the hood. I hope the new documentation helps more people understand how great this is.
- Tue May 23, 2017 9:51 pm
- Forum: Libraries and Tools
- Topic: love-release - in Lua ! - makes LÖVE game release easier
- Replies: 146
- Views: 55973
Re: love-release - in Lua ! - makes LÖVE game release easier
It's really great at what it does, Rucikir. I used it to package every game jam game I make and it saves a lot of tedious and error-prone work.
- Thu May 11, 2017 12:38 am
- Forum: Games and Creations
- Topic: Toronto Game Jam: HÆX
- Replies: 1
- Views: 862
Toronto Game Jam: HÆX
https://i.imgur.com/55UWLsi.gif https://tannerrogalsky.itch.io/haex HÆX is a game that 3 people made this past weekend at the Toronto Game Jam. It's an atmospheric roguelike that is supposed to make you feel like you're a hacker who has hacked into a system with otherworldly properties. There are t...
- Mon May 08, 2017 12:43 am
- Forum: General
- Topic: Looking for Lua Teacher
- Replies: 4
- Views: 1496
Re: Looking for Lua Teacher
Sheepolution's first and then consider moving on to adnzzzzZ's tutorials afterwards.
- Sun May 07, 2017 11:55 am
- Forum: Ports
- Topic: Love.js - A Direct Emscripten Port
- Replies: 103
- Views: 41480
Re: Love.js - A Direct Emscripten Port
Large update steps will result in a poor physics simulation. A robust, predictable physics simulation is one of the main reasons that people will opt to use a fixed timestep.
- Wed May 03, 2017 12:59 pm
- Forum: Ports
- Topic: Love.js - A Direct Emscripten Port
- Replies: 103
- Views: 41480
Re: Love.js - A Direct Emscripten Port
If you have set everything up correctly using release-compatibility, you should not get that error. Thanks for the support! I cleaned my assets and managed to cut down the size of the project somewhat. Release-compatibility now works and my game is released for players at: https://aleksinuuja.githu...
- Sun Apr 30, 2017 1:59 pm
- Forum: Ports
- Topic: Love.js - A Direct Emscripten Port
- Replies: 103
- Views: 41480
Re: Love.js - A Direct Emscripten Port
Hi, First of all, totally awesome that there is a tool to port my löve to javascript, thank you for creating it! I've been working on a game now for a few months and I think it's ready to be published. However, the ported Love.js throws an exception of, I guess, running out of memory. Here's what I...