Fixing enecss integration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adsooi 2023-05-24 04:08:06 +02:00
parent eb3f7bdffd
commit 2ac749b212
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
3 changed files with 8 additions and 2 deletions

View file

@ -47,6 +47,9 @@ skillsElectron:
Electron is a framework that allows to use Web and NodeJS techonologies to create desktop applications for all desktop Operating Systems.
While not having used it for any of my more recent applications, I have used Electron in the past to create several things, including the Windows version of ImagicalPlugCreator, and PocketMine Server Manager. However, I stopped using it because its memory footprint was too high.
# Frameworks I created:
frameworkEnecss:
other: |
Enecss is a Sass library used to facilitate the usage of CSS 3D transforms to create basic models using CSS only. It supports basic object polygon forms like planes, cuboids, and cylinders.
frameworkNowox:
other: |
Nowox being an extremely advanced terminal program, relying on techniques similar to standard 2D UI design, I created a component based system to allow easy design for terminal components. This system has many advantages listed above, and would allow more features in the future like mouse events handling.