Search found 7 matches
- Sun May 31, 2020 1:43 am
- Forum: Support and Development
- Topic: Architecture of an Artificial Life Sim
- Replies: 0
- Views: 7195
Architecture of an Artificial Life Sim
--- Edit: Current love file lovesriptsbots_v0.0.05.w.love A working demo of where I am at with my current framework. select an object with RMB, drag with LMB. The cyan circle is an enzyme. If you have it selected you can attach to a nearby membrane segment with `w` and cut that segment with `q` --- ...
- Mon May 18, 2020 8:58 pm
- Forum: Support and Development
- Topic: How to properly setup Love2D - LUA on Windows 10 ?
- Replies: 9
- Views: 6746
Re: How to properly setup Love2D - LUA on Windows 10 ?
I'm not sure I have a fix for you, but I can +1 the issue with the vscode love launcher on Wndows. Trying to get my head around why that wasn't working wound up being more expensive than switching to atom editor and using the love launcher package there. But maybe start with the basic stuff: Do have...
- Sat May 16, 2020 11:15 pm
- Forum: Support and Development
- Topic: [solved] help with internal pressure simulation
- Replies: 6
- Views: 4062
Re: [solved] help with internal pressure simulation
I'm over blaming windows for everything
I'm too old for that, easier just to accept it's flaws. Or how I learned to stop whining about windows and love Microsoft.
Does this fix the issue?
I'm too old for that, easier just to accept it's flaws. Or how I learned to stop whining about windows and love Microsoft.
Does this fix the issue?
- Sat May 16, 2020 9:38 pm
- Forum: Support and Development
- Topic: [solved] help with internal pressure simulation
- Replies: 6
- Views: 4062
Re: [solved] help with internal pressure simulation
Letter case problems huh... that sounds like the sort of thing I should fix now before it gets too out of hand.
I had thought require statements were not case sensitive. Im also using backslashes as path seperators in my requires. I guess that is probably bad practise too.
I had thought require statements were not case sensitive. Im also using backslashes as path seperators in my requires. I guess that is probably bad practise too.
- Sat May 16, 2020 10:55 am
- Forum: Support and Development
- Topic: [solved] help with internal pressure simulation
- Replies: 6
- Views: 4062
Re: help with internal pressure simulation
Okay, So after a bit of messing around I think I am getting close to something I can be happy with. So I made some debug visualisations to work out what was happening with the forces, and made a consolidated table of forces on each vertex, which sum together on each vertex's update call to provide a...
- Fri May 15, 2020 11:32 am
- Forum: Support and Development
- Topic: [solved] help with internal pressure simulation
- Replies: 6
- Views: 4062
[solved] help with internal pressure simulation
WIP code: membrane.love Hey there, I'm working on a little project at the moment which simulates micro-organisms. I'm working on the cell membrane, which I have modeled as a bunch of box2d circles ("Vertex" class in my code) strung together with distanceJoints. So far so good. However tha...
- Wed Apr 29, 2020 2:44 am
- Forum: General
- Topic: Looking for a Teammember ! Lua & Love !
- Replies: 1
- Views: 5546
Re: Looking for a Teammember ! Lua & Love !
I'd be keen to find out more / collaborate. I'm trying to booystrap learning Love and know from past experience having a real world project is a great way to learn