Search found 7 matches

by wlf2789
Tue May 05, 2020 8:22 pm
Forum: Libraries and Tools
Topic: Stanley - Git-based package manager for Lua
Replies: 7
Views: 11888

Re: Stanley - Git-based package manager for Lua

Hi everybody :)

I haven't been here for a while, but I have some good news :)
I've finally released lua-only version, so please go check it out.

https://stanley-lua.github.io/
by wlf2789
Sat Apr 11, 2020 8:37 pm
Forum: Libraries and Tools
Topic: Stanley - Git-based package manager for Lua
Replies: 7
Views: 11888

Re: Stanley - Git-based package manager for Lua

Hi there, What would you say are the major differences between your approach and just using LuaRocks? As far as I can tell there isn't anything stopping you from writing a LuaRocks rockspec for libraries that don't already have them, but I guess you'd then need to host your own backend for dependen...
by wlf2789
Wed Apr 01, 2020 7:40 am
Forum: Libraries and Tools
Topic: love-DPBR - Deferred Physically Based Rendering library
Replies: 9
Views: 16161

Re: love-DPBR - Deferred Physically Based Rendering library

The texturing workflow you've made for this library is similar to Unreal Engine's and I can see you're using Roughness and Metallic in one texture, which is good. It's just an idea, but maybe you could implement additional Ambient Occlusion texture along the Roughness and Metallic, so people can get...
by wlf2789
Tue Mar 31, 2020 8:25 pm
Forum: Libraries and Tools
Topic: Stanley - Git-based package manager for Lua
Replies: 7
Views: 11888

Re: Stanley - Git-based package manager for Lua

Oh, i also like the fact that i need to have python3 bloat my system as well, when i want to develop a lua thing, but that may very well be just me. :o: As for the python: I used it "for now". I had an idea and wanted to know if I should follow it or just let it go. At first I wanted to u...
by wlf2789
Tue Mar 31, 2020 7:34 am
Forum: Libraries and Tools
Topic: Stanley - Git-based package manager for Lua
Replies: 7
Views: 11888

Re: Stanley - Git-based package manager for Lua

Okay, so some people might be sold on this, although i'm not certain about a few things... I've decided to put more info here, because with Stanley I'm trying to mark new routes in Lua development and not everyone may be familiar with this type of work. I'll admit you can sell the idea pretty nicel...
by wlf2789
Mon Mar 30, 2020 10:13 am
Forum: Libraries and Tools
Topic: Stanley - Git-based package manager for Lua
Replies: 7
Views: 11888

Re: Stanley - Git-based package manager for Lua

Hi again. I've decided to put more info here, because with Stanley I'm trying to mark new routes in Lua development and not everyone may be familiar with this type of work. Stanley is similar to Composer, which is a package manager for PHP projects and also similar to NPM, which is a package manager...
by wlf2789
Wed Mar 25, 2020 8:48 pm
Forum: Libraries and Tools
Topic: Stanley - Git-based package manager for Lua
Replies: 7
Views: 11888

Stanley - Git-based package manager for Lua

Hi. I've made a simple tool to save myself some time during development. It's a local directory git-based package manager written in python. It's called Stanley . You can find it here: https://github.com/Wolf2789/Stanley Currently I've only tested it on Linux and WSL. How to use it? I've put everyt...