Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

atejada

5
Posts
2
Topics
A member registered Nov 24, 2022 · View creator page →

Recent community posts

The livestream is tomorrow 😄  How to build an agenda using Decker and Ruby | Coding with Nylas

https://www.youtube.com/live/xDXy-v54pTM?feature=share 

here LinkedIn just in case 😉 

https://www.linkedin.com/video/event/urn:li:ugcPost:7008554541847629824/

Thanks 😊 

I work at a company called Nylas, which deals with email, calendars and contacts. When I read about Decker (I used HyperCard eons ago) I instantly thought about making some sort of integration between them.

I simply used the Nylas Ruby SDK to fetch contacts in my address book, grab the profile picture, download it, resize it and change its format using ImageMagic and then call a little Lil script via Lilt to make them into an encoded string. Then I simply generate the source code for a .deck file, so that it can be opened with Decker. 

Here are some screenshots:


My idea is to release a blog post, a live stream and a code sample (Will add all links on this thread) as I want to help Decker get more exposure and of course, do my job at the same time 😅

And nope...I don't personally know Hulk...and that's not his personal or work email 🥲

Thanks! I was trying using read[] but wasn't aware of the .encoded  😄 I wish lilt could support png as well...but .gif should be good enough for me...thanks again! When I'm finished with my project I will surely post it here....Decker is so good! I used to use Hypercard on the Macintosh Plus eons ago 😅

Decker community · Created a new topic Read image

When importing an image on Decker, it is pixelated and grayscaled. Then we get something like "%%IMG2AgABVgD\/AP8A\/wD\/AP8A\/wD\/AP8A\/wD\/A..." is there a way to use lilt or lil to read an image and get that string back? I guess I could grab the C++ or JS code and replicated on Ruby or Python...but just wanted to know if this something already built in...

Thanks in advance...