GamePowerX

Because Opensource is the Future of Tech.


We are a Github Organisation focusing on opensource software for Artists



  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
// █▀█ █▀█ █▀█ ░░█ █▀▀ █▀▀ ▀█▀ █▀ // █▀▀ █▀▄ █▄█ █▄█ ██▄ █▄▄ ░█░ ▄█ // // Note: underlined = clickable // This website and its brand resources are opensource declare("gamepowerx.com", "MIT", function() {    github(); }); // KekUpload is a HTTP application// for uploading and sharing files easily. declare("kekupload", "MIT", function() {    kekupload_server();    kekupload_client();    kekupload_lib_ts();    demo(); }); // SvelteOGL is a typed port of OGL// (Open Graphics Library) to svelte declare("svelte-ogl", "MIT", function() {    github();    demo(); }); // pipe-to-release is a github action for// uploading artifacts and managing releases declare("pipe-to-release", "MIT", function() {    marketplace();    github(); }); // IDirekt is a utility to forward emails from// IServ via an external SMTP server declare("IDirekt", "MIT", function() {    github(); }); // KeloCAM will be an opensource simple-to-use// CAM software for hobbyists declare("KeloCAM", "MIT", function() {    soon_tm(); });