willnationsdev / log

A log of my ongoing and planned development efforts.
MIT License
0 stars 0 forks source link

Godot SQLite: Create Binaries for Asset Library #15

Open willnationsdev opened 5 years ago

willnationsdev commented 5 years ago

https://github.com/khairul169/gdsqlite-native

This repository has all the necessary tools to get SQLite running in a project, but doesn't actually have a download-and-use version available. This could be solved by building binaries for the libraries, hooking them up to a GDNativeLibrary resource in a plugin, and then creating a script class for a .gdns for the SQLite object. This ensures that people don't download the source code for the tool to their project (the idea is for people to download only the pieces they need, assuming they have zero experience with building C++).