Clove: Load huge amount of assets+libraries in no time

Showcase your libraries, tools and other projects that help your fellow love users.
Post Reply
User avatar
YoungNeer
Party member
Posts: 118
Joined: Wed May 15, 2019 7:49 am

Clove: Load huge amount of assets+libraries in no time

Post by YoungNeer »

Quick Walkthrough:

Let's say you all these libraries in the lib folder:-
lib.png
lib.png (13.45 KiB) Viewed 4601 times

Now what if I tell you to load all of these libraries?

Before you move on let me tell you that animX is a package and itable is a non-returning library!

So you'd do something like this

Code: Select all

require 'lib.itable'
animx=require 'lib.animx'
flux=require 'lib.flux'
...
And boy that's very uninteresting! With clove however the process is simple:-

Code: Select all

clove=require 'lib.clove'
clove.requireAll('lib')
And that's it

For more information ofcourse you could head up to the documentation and look at the recent game that used clove!
Here's the asset-loading file for Leaps and Flips

Contribution:
If anyone is interested then he can help me make a shader loading extension for clove! It's not complicated but I'm busy with other libraries recently
My Github- your contribution is highly appreciated
Post Reply

Who is online

Users browsing this forum: No registered users and 59 guests