Go to file
blankie 7f254c6821
Fix "'https' scheme is not supported." and using OpenSSL 1.1.1
2024-02-20 23:20:02 +11:00
blankie Fix HTML in the description not being parsed 2023-09-29 15:14:58 +10:00
routes Align "AI-Generated" with tags 2023-10-21 09:57:37 +11:00
thirdparty Fix "'https' scheme is not supported." and using OpenSSL 1.1.1 2024-02-20 23:20:02 +11:00
.gitignore Add basic ass code 2023-04-03 15:59:00 +07:00
.gitmodules Add basic ass code 2023-04-03 15:59:00 +07:00
CMakeLists.txt Fix "'https' scheme is not supported." and using OpenSSL 1.1.1 2024-02-20 23:20:02 +11:00
LICENSE Add LICENSE 2023-04-12 11:02:08 +07:00
README.md Document illustration badges 2023-05-06 00:05:30 +07:00
RUNNING.md Add redis support 2023-06-08 23:02:36 +07:00
config.cpp Add redis support 2023-06-08 23:02:36 +07:00
config.h Add redis support 2023-06-08 23:02:36 +07:00
example_config.json Move image anchors to the image itself instead of the link 2023-06-11 11:53:51 +07:00
file.h Try to fix compiling on GCC 2023-04-10 21:06:27 +07:00
hiredis_wrapper.cpp Add redis support 2023-06-08 23:02:36 +07:00
hiredis_wrapper.h Fix compilation on GCC again... 2023-06-09 19:30:08 +07:00
main.cpp Add redis support 2023-06-08 23:02:36 +07:00
misc.cpp Add basic ass code 2023-04-03 15:59:00 +07:00
misc.h Add basic ass code 2023-04-03 15:59:00 +07:00
numberhelper.cpp Use a unified string-to-number function 2023-04-07 22:13:25 +07:00
numberhelper.h Use a unified string-to-number function 2023-04-07 22:13:25 +07:00
pixivclient.cpp Stop lowercasing search queries 2023-06-16 17:45:48 +07:00
pixivclient.h Fix null pointer dereferences when redis is disabled 2023-06-09 13:42:21 +07:00
pixivmodels.cpp Fix finding thumbnail size for /img-master/ images 2024-02-20 23:08:12 +11:00
pixivmodels.h Fix HTML in the description not being parsed 2023-09-29 15:14:58 +10:00
servehelper.cpp Fix fetching original illust images 2023-06-07 16:16:03 +07:00
servehelper.h Fix fetching original illust images 2023-06-07 16:16:03 +07:00

README.md

Pixwhile is an alternative frontend to Pixiv that utilizes no Javascript.

Features

  • Does not contain an asinine amount of Javascript
  • Allows you to open the original versions of cover images and profile pictures
  • Can view illustrations and list user illustrations
  • Can search for newest and oldest illustrations

Missing Features

This list is not exhaustive, nor does it mean that these are being worked on.

  • Can only search for newest and oldest illustrations
  • No search
  • No ability to login
  • No ability to see comments or like counts

Miscellaneous Information

In a page containing a list of illustrations (e.g. a user's illustrations page or a search results page), illustrations containing multiple images will have a badge indicating the amount of images inside. Illustrations that are marked as being AI-generated will have a badge with a red background.