izzy 11dfc0bdaa window transparency in X | vor 2 Tagen | |
---|---|---|
config | vor 9 Monaten | |
images | vor 4 Jahren | |
src | vor 2 Tagen | |
.gitignore | vor 1 Jahr | |
DEVELOPMENT.md | vor 2 Tagen | |
LICENSE | vor 5 Jahren | |
README.md | vor 2 Jahren | |
_build.c | vor 2 Tagen | |
_build.inc.c | vor 2 Jahren | |
build.sh | vor 2 Jahren | |
debug.sh | vor 1 Jahr | |
mkhighlight.sh | vor 1 Jahr | |
mkrelease.sh | vor 1 Jahr | |
profiling.sh | vor 2 Jahren | |
setup.sh | vor 2 Jahren | |
valgrind | vor 3 Jahren | |
valgrind-gl-suppress.supp | vor 4 Jahren | |
valgrind.sh | vor 2 Jahren |
An OpenGL 4.4+ text editor. Not done yet.
The automatic setup script is out of date and should not be used.
https://github.com/yzziizzy/c3dlas
symlinked as src/c3dlas
https://github.com/yzziizzy/c_json
symlinked as src/c_json
https://github.com/yzziizzy/sti
symlinked as src/sti
sudo apt-get install libx11-dev libglew-dev libfreetype6-dev libfontconfig1-dev libpng-dev libpcre3-dev
sudo apt-get install libjpeg-turbo8-dev alsa-source
Compile the parser generator:
cd src/sti/parser/ && ./build.sh
For each highlighter in src/highlighters/
:
./build.sh
Build gpuedit
./debug.sh
If you get build errors related to AVX or SSE4.1, try removing the appropriate compile flags in
_build.c
and commenting out C3DLAS_USE_SIMD
in src/c3dlas/c3dlas.h
. I'll remove all that old garbage eventually.