Popolon
Popolon
Thank you very much to made this framework. The blog app example has at least the following python modules dependencies: * libsass * flask-wtf For Arch Linux users: * AUR:...
Animated SVG is a now a common supported format among browsers. It could be used as "animated sticker" in Dino. The opensource project Glaxnimate has for main goal Lottie animation,...
- [x] I have read the [Filing Issues](https://docs.getpelican.com/en/latest/contribute.html#filing-issues) and subsequent “How to Get Help” sections of the documentation. - [x] I have searched the [issues](https://github.com/getpelican/pelican/issues?q=is%3Aissue) (including closed ones) and believe...
This record works perfectly in terminal, but not in browser (emoji made moving characters are not drawn at their place): https://asciinema.org/a/461817 This is based on an interactive C program using...
The LÖVE framework is made in C++ but programmable in Lua only: https://trilarion.github.io/opensourcegames/frameworks/framework.html#love language used to make the framework and to code on it should be a different field. The...
Currently Scour doesn't support [keySplines](https://www.w3.org/TR/SVG11/animate.html#KeySplinesAttribute), [keyTimes](https://www.w3.org/TR/SVG11/animate.html#KeyTimesAttribute), [begin, dur, end, min, max](https://www.w3.org/TR/SVG11/animate.html#TimingAttributes) attributes used in anmated SVG, so their valus are not truncated. See this example, made with Glaxnimate (can be...
Here are the PKGBUILD for ARchlinux RISCv64. Work, and box64 execute. I also made a 0.1.8 version here https://popolon.org/depots/ArchLinuxRISC-V/ Archlinux installed from this https://github.com/sehraf/riscv-arch-image-builder/ on Sipeed lichee RV board. (Allwinner...
node-webkit v0.8.4 is no more available. Simply change in the GNUMakeFile, NODE-WEBKIT=v0.8.4 by NODE-WEBKIT=v0.8.6 resolve the problem.
Here is a script that allow to only install kernel and boot, to upgrade/downgrade an existing system and don't have to format the whole fs. ``` commit 85b9eeb7bc0121849fc7be4e5e6d9d19b36f115f Author: Popolon...
It could be interesting to have the Android enabled in-TIC80 on-screen keyboard and Joypad, as TIC-80 works fine on touchscreen ARM (and incoming RISC-V, already work fine on desktop ones)...